.btf-home,
  .btf-home * {
    box-sizing: border-box;
  }

  .btf-home {
    --btf-teal: #176d68;
    --btf-teal-dark: #143f3d;
    --btf-teal-soft: #e8f1ef;
    --btf-ink: #263532;
    --btf-muted: #5d6966;
    --btf-cream: #f7f2e9;
    --btf-sand: #eee4d5;
    --btf-white: #ffffff;
    --btf-line: #ded4c5;
    --btf-gold: #9c713c;
    --btf-shadow: 0 18px 48px rgba(28, 54, 50, 0.11);
    color: var(--btf-ink);
    background: var(--btf-white);
    font-family: inherit;
    font-size: 18px;
    line-height: 1.68;
    overflow: hidden;
  }

  .btf-home img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .btf-home a {
    color: inherit;
    text-underline-offset: 0.18em;
  }

  .btf-home h1,
  .btf-home h2,
  .btf-home h3,
  .btf-home p,
  .btf-home blockquote {
    margin-top: 0;
  }

  .btf-home h1,
  .btf-home h2,
  .btf-home h3 {
    color: var(--btf-teal-dark);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.025em;
  }

  .btf-home h1 {
    max-width: 880px;
    margin-bottom: 24px;
    font-size: clamp(2.45rem, 5.8vw, 4.7rem);
  }

  .btf-home h2 {
    margin-bottom: 22px;
    font-size: clamp(2rem, 4.1vw, 3.35rem);
  }

  .btf-home h3 {
    margin-bottom: 12px;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
  }

  .btf-section {
    padding: clamp(68px, 8vw, 112px) 24px;
  }

  .btf-section--compact {
    padding-top: clamp(48px, 6vw, 76px);
    padding-bottom: clamp(48px, 6vw, 76px);
  }

  .btf-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
  }

  .btf-inner--narrow {
    width: min(860px, 100%);
    margin: 0 auto;
  }

  .btf-eyebrow {
    margin-bottom: 13px;
    color: var(--btf-teal);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .btf-lead {
    max-width: 790px;
    margin-bottom: 28px;
    color: var(--btf-muted);
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    line-height: 1.65;
  }

  .btf-center {
    text-align: center;
  }

  .btf-center .btf-lead,
  .btf-center h1,
  .btf-center h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .btf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
  }

  .btf-center .btf-actions {
    justify-content: center;
  }

  .btf-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 23px;
    border: 2px solid var(--btf-teal);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: var(--btf-teal);
    color: var(--btf-white) !important;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  }

  .btf-button:hover,
  .btf-button:focus-visible {
    background: var(--btf-teal-dark);
    border-color: var(--btf-teal-dark);
    box-shadow: 0 10px 24px rgba(20, 63, 61, 0.2);
    transform: translateY(-1px);
  }

  .btf-button--secondary {
    background: transparent;
    color: var(--btf-teal-dark) !important;
  }

  .btf-button--secondary:hover,
  .btf-button--secondary:focus-visible {
    background: var(--btf-teal-soft);
    color: var(--btf-teal-dark) !important;
  }

  .btf-button--light {
    background: var(--btf-white);
    border-color: var(--btf-white);
    color: var(--btf-teal-dark) !important;
  }

  .btf-button--light:hover,
  .btf-button--light:focus-visible {
    background: var(--btf-cream);
    border-color: var(--btf-cream);
    color: var(--btf-teal-dark) !important;
  }

  .btf-small-note {
    margin: 17px 0 0;
    color: var(--btf-muted);
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .btf-hero {
    position: relative;
    padding: clamp(72px, 9vw, 132px) 24px clamp(64px, 8vw, 108px);
    background:
      radial-gradient(circle at 8% 12%, rgba(23, 109, 104, 0.11), transparent 31%),
      radial-gradient(circle at 91% 14%, rgba(156, 113, 60, 0.1), transparent 27%),
      linear-gradient(180deg, #fbf8f2 0%, var(--btf-cream) 100%);
  }

  .btf-hero__content {
    width: min(970px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  .btf-hero__care {
    display: flex;
    max-width: 790px;
    margin: 30px auto;
    padding: 19px 22px;
    border: 1px solid rgba(23, 109, 104, 0.25);
    border-radius: 18px;
    align-items: flex-start;
    gap: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--btf-teal-dark);
    text-align: left;
    box-shadow: 0 10px 30px rgba(28, 54, 50, 0.06);
  }

  .btf-hero__check,
  .btf-check {
    display: inline-grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    place-items: center;
    background: var(--btf-teal);
    color: var(--btf-white);
    font-size: 0.86rem;
    font-weight: 900;
  }

  .btf-review-badge {
    display: inline-flex;
    margin-top: 25px;
    padding: 12px 17px;
    border: 1px solid var(--btf-line);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--btf-white);
    color: var(--btf-ink);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(28, 54, 50, 0.07);
  }

  .btf-review-badge:hover,
  .btf-review-badge:focus-visible {
    border-color: var(--btf-teal);
  }

  .btf-stars {
    color: #8a621e;
    font-size: 1.08rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .btf-trust-strip {
    padding: 0 24px;
    background: var(--btf-white);
    border-bottom: 1px solid var(--btf-line);
  }

  .btf-trust-grid {
    display: grid;
    width: min(1180px, 100%);
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
  }

  .btf-trust-item {
    padding: 29px 22px;
    border-right: 1px solid var(--btf-line);
  }

  .btf-trust-item:first-child {
    border-left: 1px solid var(--btf-line);
  }

  .btf-trust-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--btf-teal-dark);
    font-size: 1rem;
  }

  .btf-trust-item span {
    display: block;
    color: var(--btf-muted);
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .btf-samantha {
    background: var(--btf-white);
  }

  .btf-samantha__grid,
  .btf-tour__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(42px, 7vw, 92px);
    align-items: center;
  }

  .btf-samantha__photo-wrap {
    position: relative;
    max-width: 510px;
    margin: 0 auto;
  }

  .btf-samantha__photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    object-fit: cover;
    object-position: center 28%;
    box-shadow: var(--btf-shadow);
  }

  .btf-samantha__caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    margin: 0;
    padding: 14px 17px;
    border-radius: 15px;
    background: rgba(20, 63, 61, 0.93);
    color: var(--btf-white);
    font-size: 0.93rem;
    line-height: 1.45;
    text-align: center;
    backdrop-filter: blur(7px);
  }

  .btf-samantha__quote {
    margin: 27px 0;
    padding: 20px 22px;
    border-left: 4px solid var(--btf-teal);
    border-radius: 0 14px 14px 0;
    background: var(--btf-teal-soft);
    color: var(--btf-teal-dark);
    font-size: 1.12rem;
    font-weight: 700;
  }

  .btf-steps {
    background: var(--btf-cream);
  }

  .btf-card-grid--three {
    display: grid;
    margin-top: 42px;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }

  .btf-step-card {
    padding: 31px 27px 29px;
    border: 1px solid var(--btf-line);
    border-radius: 20px;
    background: var(--btf-white);
    box-shadow: 0 10px 28px rgba(28, 54, 50, 0.055);
  }

  .btf-step-number {
    display: grid;
    width: 45px;
    height: 45px;
    margin-bottom: 23px;
    border-radius: 50%;
    place-items: center;
    background: var(--btf-teal);
    color: var(--btf-white);
    font-size: 0.95rem;
    font-weight: 900;
  }

  .btf-step-card p {
    margin-bottom: 0;
    color: var(--btf-muted);
  }

  .btf-care {
    position: relative;
    background: var(--btf-teal-dark);
    color: rgba(255, 255, 255, 0.9);
  }

  .btf-care .btf-eyebrow {
    color: #bee1dc;
  }

  .btf-care h2 {
    color: var(--btf-white);
  }

  .btf-care__copy {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
  }

  .btf-care__copy p {
    font-size: 1.08rem;
  }

  .btf-care-points {
    display: flex;
    flex-wrap: wrap;
    margin: 34px 0 36px;
    gap: 12px;
    justify-content: center;
  }

  .btf-care-point {
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
    color: var(--btf-white);
    font-size: 0.92rem;
    font-weight: 700;
  }

  .btf-reviews {
    background: var(--btf-cream);
  }

  .btf-review-feature {
    max-width: 920px;
    margin: 39px auto 0;
    padding: clamp(32px, 5vw, 56px);
    border: 1px solid var(--btf-line);
    border-radius: 26px;
    background: var(--btf-white);
    text-align: center;
    box-shadow: var(--btf-shadow);
  }

  .btf-review-feature__rating {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: var(--btf-teal-dark);
    font-weight: 800;
  }

  .btf-review-feature blockquote {
    margin-bottom: 18px;
    color: var(--btf-teal-dark);
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.015em;
  }

  .btf-review-feature cite {
    color: var(--btf-muted);
    font-size: 0.92rem;
    font-style: normal;
  }

  .btf-review-themes {
    display: grid;
    margin: 28px 0 31px;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
  }

  .btf-review-theme {
    padding: 18px;
    border-radius: 15px;
    background: var(--btf-teal-soft);
    color: var(--btf-teal-dark);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .btf-trustindex-live {
    margin: 34px 0 30px;
    padding-top: 32px;
    border-top: 1px solid var(--btf-line);
    overflow: hidden;
    text-align: left;
  }

  .btf-trustindex-live::before {
    display: block;
    margin-bottom: 18px;
    color: var(--btf-teal-dark);
    content: "More recent Google reviews";
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
  }

  .btf-trustindex-live .ti-widget,
  .btf-trustindex-live .ti-widget-container,
  .btf-trustindex-live iframe {
    max-width: 100% !important;
  }

  .btf-trustindex-live .ti-widget {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .btf-trustindex-fallback {
    margin: 0;
    padding: 18px;
    border-radius: 15px;
    background: var(--btf-teal-soft);
    color: var(--btf-teal-dark);
    font-weight: 700;
    text-align: center;
  }

  .btf-services {
    background: var(--btf-white);
  }

  .btf-service-grid {
    display: grid;
    margin-top: 45px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .btf-service-card {
    overflow: hidden;
    border: 1px solid var(--btf-line);
    border-radius: 23px;
    background: var(--btf-white);
    box-shadow: 0 12px 35px rgba(28, 54, 50, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .btf-service-card:hover {
    box-shadow: var(--btf-shadow);
    transform: translateY(-3px);
  }

  .btf-service-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .btf-service-card__body {
    padding: 25px 25px 27px;
  }

  .btf-service-card__body p {
    margin-bottom: 20px;
    color: var(--btf-muted);
  }

  .btf-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--btf-teal-dark) !important;
    font-weight: 800;
    text-decoration-thickness: 1px;
  }

  .btf-text-link:hover,
  .btf-text-link:focus-visible {
    color: var(--btf-teal) !important;
  }

  .btf-other-choices {
    max-width: 900px;
    margin: 31px auto 0;
    color: var(--btf-muted);
    text-align: center;
  }

  .btf-decision {
    background: var(--btf-white);
  }

  .btf-decision__panel {
    padding: clamp(38px, 6vw, 65px);
    border: 1px solid var(--btf-line);
    border-radius: 28px;
    background:
      radial-gradient(circle at 90% 0%, rgba(23, 109, 104, 0.11), transparent 34%),
      var(--btf-cream);
    text-align: center;
    box-shadow: 0 14px 42px rgba(28, 54, 50, 0.07);
  }

  .btf-decision__panel .btf-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .btf-reassurance-grid {
    display: grid;
    margin-top: 38px;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .btf-reassurance-item {
    display: flex;
    padding: 17px;
    border: 1px solid rgba(23, 109, 104, 0.18);
    border-radius: 15px;
    align-items: flex-start;
    gap: 10px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--btf-teal-dark);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
  }

  .btf-reassurance-item .btf-check {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    font-size: 0.72rem;
  }

  .btf-tour {
    background: var(--btf-cream);
  }

  .btf-tour__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  }

  .btf-tour-preview {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 430px;
    border: 0;
    border-radius: 26px;
    background: var(--btf-teal-dark);
    color: var(--btf-white) !important;
    box-shadow: var(--btf-shadow);
    text-decoration: none !important;
  }

  .btf-tour-preview img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
  }

  .btf-tour-preview::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(20, 63, 61, 0.06), rgba(20, 63, 61, 0.58));
  }

  .btf-tour-preview__button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: 138px;
    height: 138px;
    border: 3px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    place-items: center;
    background: rgba(20, 63, 61, 0.88);
    color: var(--btf-white);
    font-size: 1.06rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(6px);
  }

  .btf-tour-preview__caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 18px;
    left: 22px;
    color: var(--btf-white);
    font-weight: 700;
    text-align: center;
  }

  .btf-tour-preview:hover img,
  .btf-tour-preview:focus-visible img {
    filter: brightness(0.94);
    transform: scale(1.015);
  }

  .btf-tour-preview:focus-visible {
    outline: 4px solid #e8c98f;
    outline-offset: 5px;
  }

  .btf-location-card {
    margin-top: 29px;
    padding: 23px;
    border: 1px solid var(--btf-line);
    border-radius: 18px;
    background: var(--btf-white);
  }

  .btf-location-card address {
    margin-bottom: 17px;
    color: var(--btf-ink);
    font-style: normal;
    line-height: 1.65;
  }

  .btf-location-detail {
    display: flex;
    margin-top: 12px;
    align-items: flex-start;
    gap: 10px;
    color: var(--btf-muted);
    font-size: 0.93rem;
  }

  .btf-final {
    background:
      radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.09), transparent 28%),
      var(--btf-teal-dark);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }

  .btf-final .btf-eyebrow {
    color: #bee1dc;
  }

  .btf-final h2 {
    color: var(--btf-white);
  }

  .btf-final .btf-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .btf-final__review {
    display: inline-flex;
    margin: 4px 0 28px;
    align-items: center;
    gap: 10px;
    color: var(--btf-white);
    font-size: 0.95rem;
    font-weight: 700;
  }

  .btf-final .btf-small-note {
    color: rgba(255, 255, 255, 0.77);
  }

  .btf-final__local {
    margin: 33px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
  }

  .btf-tour-modal[hidden] {
    display: none !important;
  }

  .btf-tour-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    padding: 20px;
    place-items: center;
    background: rgba(8, 22, 21, 0.86);
  }

  .btf-tour-modal__dialog {
    position: relative;
    overflow: hidden;
    width: min(1180px, 100%);
    max-height: calc(100vh - 40px);
    border-radius: 18px;
    background: var(--btf-white);
    box-shadow: 0 25px 90px rgba(0, 0, 0, 0.42);
  }

  .btf-tour-modal__header {
    display: flex;
    min-height: 66px;
    padding: 13px 15px 13px 22px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: var(--btf-teal-dark);
    color: var(--btf-white);
  }

  .btf-tour-modal__header strong {
    font-size: 1rem;
  }

  .btf-tour-modal__close {
    display: grid;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    place-items: center;
    background: transparent;
    color: var(--btf-white);
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
  }

  .btf-tour-modal__close:hover,
  .btf-tour-modal__close:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    outline: 3px solid #e8c98f;
    outline-offset: 2px;
  }

  .btf-tour-modal__frame-wrap {
    background: #ececec;
    aspect-ratio: 16 / 9;
  }

  .btf-tour-modal iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
  }

  .btf-tour-modal__fallback {
    margin: 0;
    padding: 13px 18px;
    background: var(--btf-white);
    color: var(--btf-muted);
    font-size: 0.86rem;
    text-align: center;
  }

  .btf-mobile-call {
    display: none;
  }

  @media (max-width: 960px) {
    .btf-trust-grid,
    .btf-reassurance-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .btf-trust-item:nth-child(2) {
      border-right: 0;
    }

    .btf-trust-item:nth-child(3),
    .btf-trust-item:nth-child(4) {
      border-top: 1px solid var(--btf-line);
    }

    .btf-samantha__grid,
    .btf-tour__grid {
      grid-template-columns: 1fr;
    }

    .btf-samantha__photo-wrap {
      width: min(520px, 100%);
    }

    .btf-tour__copy {
      max-width: 780px;
    }
  }

  @media (max-width: 760px) {
    .btf-home {
      padding-bottom: 72px;
      font-size: 17px;
    }

    .btf-section,
    .btf-hero {
      padding-left: 18px;
      padding-right: 18px;
    }

    .btf-actions,
    .btf-center .btf-actions {
      width: 100%;
    }

    .btf-button {
      width: 100%;
    }

    .btf-hero__care {
      padding: 16px;
    }

    .btf-review-badge {
      width: 100%;
      border-radius: 16px;
      flex-wrap: wrap;
    }

    .btf-trust-strip {
      padding: 0 18px;
    }

    .btf-trust-grid,
    .btf-card-grid--three,
    .btf-review-themes,
    .btf-service-grid,
    .btf-reassurance-grid {
      grid-template-columns: 1fr;
    }

    .btf-trust-item,
    .btf-trust-item:first-child {
      padding: 21px 2px;
      border: 0;
      border-bottom: 1px solid var(--btf-line);
    }

    .btf-trust-item:last-child {
      border-bottom: 0;
    }

    .btf-samantha__caption {
      position: static;
      margin-top: 10px;
      background: var(--btf-teal-dark);
    }

    .btf-step-card,
    .btf-service-card__body {
      padding-left: 21px;
      padding-right: 21px;
    }

    .btf-review-feature {
      padding: 29px 20px;
    }

    .btf-tour-preview,
    .btf-tour-preview img {
      min-height: 340px;
    }

    .btf-tour-preview__button {
      width: 116px;
      height: 116px;
      font-size: 0.95rem;
    }

    .btf-tour-modal {
      padding: 8px;
    }

    .btf-tour-modal__dialog {
      max-height: calc(100vh - 16px);
      border-radius: 12px;
    }

    .btf-tour-modal__frame-wrap {
      aspect-ratio: 9 / 14;
    }

    .btf-tour-modal iframe {
      min-height: 66vh;
    }

    .btf-mobile-call {
      position: fixed;
      z-index: 9990;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      min-height: 64px;
      padding: 9px 14px;
      align-items: center;
      justify-content: center;
      gap: 11px;
      background: var(--btf-teal-dark);
      color: var(--btf-white) !important;
      text-align: center;
      text-decoration: none !important;
      box-shadow: 0 -6px 24px rgba(8, 22, 21, 0.2);
    }

    .btf-mobile-call span {
      display: block;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.2;
      opacity: 0.84;
    }

    .btf-mobile-call strong {
      display: block;
      font-size: 1rem;
      line-height: 1.25;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .btf-home *,
    .btf-home *::before,
    .btf-home *::after {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }

  @media print {
    .btf-mobile-call,
    .btf-tour-modal {
      display: none !important;
    }
  }

  /* ==============================================================
     Bay Tree Homepage v2.2 — readability, Samantha voice and polish
     This later, high-specificity layer protects the design from
     Elementor/Jupiter global colours, fonts and uppercase rules.
     ============================================================== */
  html body .btf-home {
    --btf-teal: #1c625d;
    --btf-teal-dark: #123f3c;
    --btf-teal-mid: #245f5b;
    --btf-teal-soft: #e8f1ef;
    --btf-ink: #213532;
    --btf-muted: #51615e;
    --btf-cream: #f7f1e7;
    --btf-cream-light: #fcfaf6;
    --btf-ivory: #fffaf2;
    --btf-white: #ffffff;
    --btf-line: #ddd2c2;
    --btf-gold: #a96f24;
    --btf-gold-light: #d7aa62;
    --btf-shadow: 0 20px 58px rgba(18, 63, 60, 0.12);
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--btf-white);
    color: var(--btf-ink) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  html body .btf-home *,
  html body .btf-home *::before,
  html body .btf-home *::after {
    box-sizing: border-box;
  }

  html body .btf-home p,
  html body .btf-home li,
  html body .btf-home address,
  html body .btf-home cite {
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
  }

  html body .btf-home p,
  html body .btf-home li,
  html body .btf-home address,
  html body .btf-home blockquote {
    color: inherit !important;
    letter-spacing: normal !important;
  }

  html body .btf-home h1,
  html body .btf-home h2,
  html body .btf-home h3 {
    margin: 0;
    color: var(--btf-teal-dark) !important;
    font-family: Georgia, Cambria, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.14 !important;
    text-transform: none !important;
  }

  html body .btf-home h1 {
    max-width: none;
    margin: 0 !important;
    font-size: clamp(3.1rem, 6.2vw, 5.25rem) !important;
  }

  html body .btf-home h2 {
    margin: 0 !important;
    font-size: clamp(2.25rem, 4.7vw, 3.75rem) !important;
  }

  html body .btf-home h3 {
    margin: 0 !important;
    font-size: clamp(1.35rem, 2.3vw, 1.65rem) !important;
  }

  html body .btf-home img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  html body .btf-home :focus-visible {
    outline: 4px solid var(--btf-gold-light) !important;
    outline-offset: 4px !important;
  }

  html body .btf-home .btf-section {
    padding: clamp(72px, 8vw, 116px) 24px;
  }

  html body .btf-home .btf-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
  }

  html body .btf-home .btf-inner--narrow {
    width: min(880px, 100%);
    margin: 0 auto;
  }

  html body .btf-home .btf-eyebrow {
    display: inline-block;
    margin: 0 0 16px !important;
    color: var(--btf-teal) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.45 !important;
    text-transform: none !important;
  }

  html body .btf-home .btf-lead {
    max-width: 820px;
    margin: 22px 0 0 !important;
    color: var(--btf-muted) !important;
    font-size: clamp(1.12rem, 1.9vw, 1.31rem) !important;
    line-height: 1.65 !important;
  }

  html body .btf-home .btf-center {
    text-align: center;
  }

  html body .btf-home .btf-center h2,
  html body .btf-home .btf-center .btf-lead {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body .btf-home .btf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }

  html body .btf-home .btf-center .btf-actions {
    justify-content: center;
  }

  html body .btf-home .btf-button {
    display: inline-flex;
    min-height: 58px;
    padding: 15px 27px;
    border: 2px solid var(--btf-teal-dark);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: var(--btf-teal-dark);
    color: var(--btf-white) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: 0 12px 26px rgba(18, 63, 60, 0.15);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  }

  html body .btf-home .btf-button:hover,
  html body .btf-home .btf-button:focus-visible {
    border-color: #0d302e;
    background: #0d302e;
    box-shadow: 0 14px 30px rgba(18, 63, 60, 0.22);
    transform: translateY(-1px);
  }

  html body .btf-home .btf-button--secondary {
    background: transparent;
    color: var(--btf-teal-dark) !important;
    box-shadow: none;
  }

  html body .btf-home .btf-button--secondary:hover,
  html body .btf-home .btf-button--secondary:focus-visible {
    border-color: var(--btf-teal-dark);
    background: var(--btf-teal-soft);
    color: var(--btf-teal-dark) !important;
  }

  html body .btf-home .btf-button--light {
    border-color: var(--btf-ivory);
    background: var(--btf-ivory);
    color: var(--btf-teal-dark) !important;
  }

  html body .btf-home .btf-button--outline-light {
    border-color: rgba(255, 250, 242, 0.8);
    background: transparent;
    color: var(--btf-ivory) !important;
    box-shadow: none;
  }

  html body .btf-home .btf-button--outline-light:hover,
  html body .btf-home .btf-button--outline-light:focus-visible {
    border-color: var(--btf-ivory);
    background: rgba(255, 250, 242, 0.1);
    color: var(--btf-ivory) !important;
  }

  html body .btf-home .btf-small-note {
    margin: 17px 0 0 !important;
    color: var(--btf-muted) !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  /* Hero */
  html body .btf-home .btf-hero {
    position: relative;
    padding: clamp(52px, 7vw, 92px) 24px clamp(72px, 8vw, 112px);
    background:
      radial-gradient(circle at 4% 10%, rgba(28, 98, 93, 0.13), transparent 31%),
      radial-gradient(circle at 94% 15%, rgba(169, 111, 36, 0.12), transparent 30%),
      linear-gradient(180deg, #fcfaf6 0%, #f7f1e7 100%);
  }

  html body .btf-home .btf-hero::before,
  html body .btf-home .btf-hero::after {
    position: absolute;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(28, 98, 93, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  html body .btf-home .btf-hero::before {
    top: -90px;
    left: -82px;
  }

  html body .btf-home .btf-hero::after {
    right: -92px;
    bottom: -102px;
  }

  html body .btf-home .btf-hero__content {
    position: relative;
    z-index: 1;
    width: min(1160px, 100%);
    margin: 0 auto;
    padding: clamp(38px, 5vw, 72px) clamp(22px, 5vw, 72px) clamp(38px, 5vw, 68px);
    border: 1px solid rgba(28, 98, 93, 0.12);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.93);
    text-align: center;
    box-shadow: var(--btf-shadow);
    backdrop-filter: blur(6px);
  }

  html body .btf-home .btf-hero__location {
    display: inline-flex;
    margin: 0 0 27px !important;
    padding: 9px 18px;
    border: 1px solid rgba(28, 98, 93, 0.25);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #111b1a !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
  }

  html body .btf-home .btf-hero__location::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--btf-gold);
    content: "";
  }

  html body .btf-home .btf-hero__title-main,
  html body .btf-home .btf-hero__title-sub {
    display: block;
  }

  html body .btf-home .btf-hero__title-sub {
    margin-top: 0.18em;
    color: var(--btf-teal-mid) !important;
    font-size: 0.61em !important;
    line-height: 1.22 !important;
  }

  html body .btf-home .btf-hero__rule {
    width: 74px;
    height: 3px;
    margin: 31px auto 28px;
    border-radius: 99px;
    background: var(--btf-gold);
  }

  html body .btf-home .btf-hero .btf-lead {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body .btf-home .btf-hero__care {
    display: flex;
    max-width: 820px;
    margin: 30px auto !important;
    padding: 20px 22px;
    border: 1px solid rgba(28, 98, 93, 0.28);
    border-radius: 18px;
    align-items: flex-start;
    gap: 14px;
    background: var(--btf-cream-light);
    color: var(--btf-teal-dark) !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    text-align: left;
    box-shadow: none;
  }

  html body .btf-home .btf-hero__check,
  html body .btf-home .btf-check {
    display: inline-grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    place-items: center;
    background: var(--btf-teal-dark);
    color: var(--btf-white) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  html body .btf-home .btf-hero .btf-actions {
    justify-content: center;
  }

  html body .btf-home .btf-review-badge {
    display: inline-flex;
    margin-top: 25px;
    padding: 12px 18px;
    border: 1px solid var(--btf-line);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    background: var(--btf-white);
    color: var(--btf-teal-dark) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    box-shadow: 0 9px 24px rgba(18, 63, 60, 0.075);
  }

  html body .btf-home .btf-stars {
    color: var(--btf-gold) !important;
    font-size: 19px !important;
    letter-spacing: 0.035em !important;
    white-space: nowrap;
  }

  html body .btf-home .btf-hero .btf-small-note {
    margin-top: 21px !important;
    text-align: center;
  }

  /* Reassurance strip */
  html body .btf-home .btf-trust-strip {
    position: relative;
    z-index: 2;
    padding: 0 24px 54px;
    border: 0;
    background: var(--btf-white);
  }

  html body .btf-home .btf-trust-grid {
    display: grid;
    width: min(1120px, 100%);
    margin: -34px auto 0;
    overflow: hidden;
    border: 1px solid var(--btf-line);
    border-radius: 22px;
    grid-template-columns: repeat(4, 1fr);
    background: var(--btf-white);
    box-shadow: 0 18px 44px rgba(18, 63, 60, 0.11);
  }

  html body .btf-home .btf-trust-item,
  html body .btf-home .btf-trust-item:first-child {
    position: relative;
    min-height: 126px;
    padding: 28px 24px 24px;
    border: 0;
    border-right: 1px solid var(--btf-line);
  }

  html body .btf-home .btf-trust-item:last-child {
    border-right: 0;
  }

  html body .btf-home .btf-trust-item::before {
    display: block;
    width: 35px;
    height: 3px;
    margin-bottom: 17px;
    border-radius: 99px;
    background: var(--btf-gold);
    content: "";
  }

  html body .btf-home .btf-trust-item strong {
    display: block;
    margin: 0 0 5px !important;
    color: var(--btf-teal-dark) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
  }

  html body .btf-home .btf-trust-item span {
    display: block;
    color: var(--btf-muted) !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  /* Samantha */
  html body .btf-home .btf-samantha {
    background: var(--btf-white);
  }

  html body .btf-home .btf-samantha__grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(48px, 7vw, 92px);
    align-items: center;
  }

  html body .btf-home .btf-samantha__photo-wrap {
    position: relative;
    width: min(500px, 100%);
    margin: 0 auto;
  }

  html body .btf-home .btf-samantha__photo-wrap::before {
    position: absolute;
    z-index: 2;
    top: -16px;
    left: -17px;
    width: 88px;
    height: 88px;
    border-top: 3px solid var(--btf-gold);
    border-left: 3px solid var(--btf-gold);
    border-radius: 20px 0 0 0;
    content: "";
    pointer-events: none;
  }

  html body .btf-home .btf-samantha__photo {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 26px;
    object-fit: cover;
    object-position: center 30%;
    box-shadow: var(--btf-shadow);
  }

  html body .btf-home .btf-samantha__caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    margin: 0 !important;
    padding: 14px 17px;
    border-radius: 15px;
    background: rgba(18, 63, 60, 0.94);
    color: var(--btf-white) !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    text-align: center;
    backdrop-filter: blur(7px);
  }

  html body .btf-home .btf-samantha__copy p:not(.btf-eyebrow):not(.btf-small-note) {
    margin: 22px 0 0 !important;
    color: var(--btf-ink) !important;
    font-size: 19px !important;
    line-height: 1.72 !important;
  }

  html body .btf-home .btf-samantha__quote {
    margin: 27px 0 28px !important;
    padding: 21px 24px;
    border: 0;
    border-left: 4px solid var(--btf-gold);
    border-radius: 0 15px 15px 0;
    background: var(--btf-teal-soft);
    color: var(--btf-teal-dark) !important;
    font-family: Georgia, Cambria, "Times New Roman", serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
  }

  /* First call */
  html body .btf-home .btf-steps {
    background: var(--btf-cream);
    scroll-margin-top: 110px;
  }

  html body .btf-home .btf-card-grid--three {
    display: grid;
    margin-top: 44px;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  html body .btf-home .btf-step-card {
    min-height: 300px;
    padding: 34px 30px 31px;
    border: 1px solid var(--btf-line);
    border-radius: 22px;
    background: var(--btf-white);
    box-shadow: 0 13px 32px rgba(18, 63, 60, 0.07);
  }

  html body .btf-home .btf-step-number {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 0 25px !important;
    border-radius: 50%;
    place-items: center;
    background: var(--btf-teal-dark);
    color: var(--btf-white) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
  }

  html body .btf-home .btf-step-card p {
    margin: 17px 0 0 !important;
    color: var(--btf-muted) !important;
    font-size: 18px !important;
    line-height: 1.68 !important;
  }

  /* Care — deliberately high contrast for the 75-year-old rule */
  html body .btf-home .btf-care {
    position: relative;
    background: var(--btf-teal-dark);
    color: var(--btf-ivory) !important;
  }

  html body .btf-home .btf-care__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(48px, 7vw, 82px);
    align-items: center;
  }

  html body .btf-home .btf-care .btf-eyebrow {
    color: #d9eeea !important;
  }

  html body .btf-home .btf-care h2 {
    color: var(--btf-ivory) !important;
  }

  html body .btf-home .btf-care__copy {
    max-width: none;
    margin: 0;
    padding-left: clamp(40px, 5vw, 64px);
    border-left: 1px solid rgba(255, 250, 242, 0.34);
    text-align: left;
  }

  html body .btf-home .btf-care__copy p {
    margin: 0 0 24px !important;
    color: var(--btf-ivory) !important;
    font-size: 19px !important;
    line-height: 1.72 !important;
  }

  html body .btf-home .btf-care-points {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 33px !important;
    gap: 12px;
    justify-content: flex-start;
  }

  html body .btf-home .btf-care-point {
    padding: 11px 16px;
    border: 1px solid rgba(255, 250, 242, 0.42);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.08);
    color: var(--btf-ivory) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
  }

  /* Reviews */
  html body .btf-home .btf-reviews {
    background: var(--btf-cream);
  }

  html body .btf-home .btf-review-feature {
    position: relative;
    max-width: 920px;
    margin: 40px auto 0;
    padding: clamp(34px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid var(--btf-line);
    border-radius: 26px;
    background: var(--btf-white);
    text-align: center;
    box-shadow: var(--btf-shadow);
  }

  html body .btf-home .btf-review-feature::before {
    position: absolute;
    top: 2px;
    left: 25px;
    color: #eee4d5;
    content: "“";
    font-family: Georgia, serif;
    font-size: 110px;
    line-height: 1;
  }

  html body .btf-home .btf-review-feature__rating {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 23px !important;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: var(--btf-teal-dark) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
  }

  html body .btf-home .btf-review-feature blockquote {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto 20px !important;
    color: var(--btf-teal-dark) !important;
    font-family: Georgia, Cambria, "Times New Roman", serif !important;
    font-size: clamp(1.45rem, 3vw, 2.1rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.012em !important;
    line-height: 1.45 !important;
  }

  html body .btf-home .btf-review-feature cite {
    color: var(--btf-muted) !important;
    font-size: 16px !important;
    font-style: normal !important;
  }

  html body .btf-home .btf-review-themes {
    display: grid;
    margin: 31px 0 32px;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  html body .btf-home .btf-review-theme {
    padding: 19px;
    border-radius: 16px;
    background: var(--btf-teal-soft);
    color: var(--btf-teal-dark) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.48 !important;
  }

  html body .btf-home .btf-trustindex-live {
    width: min(1100px, 100%);
    margin: 32px auto 0;
    padding: clamp(18px, 3vw, 29px);
    overflow: hidden;
    border: 1px solid var(--btf-line);
    border-radius: 24px;
    background: var(--btf-white);
    text-align: left;
    box-shadow: var(--btf-shadow);
  }

  html body .btf-home .btf-trustindex-live::before {
    display: none;
  }

  html body .btf-home .btf-trustindex-live .ti-widget,
  html body .btf-home .btf-trustindex-live .ti-widget-container,
  html body .btf-home .btf-trustindex-live iframe {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Services */
  html body .btf-home .btf-services {
    background: var(--btf-white);
  }

  html body .btf-home .btf-service-grid {
    display: grid;
    margin-top: 44px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  html body .btf-home .btf-service-card {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--btf-line);
    border-radius: 24px;
    grid-template-columns: minmax(210px, 0.88fr) minmax(0, 1.12fr);
    background: var(--btf-cream-light);
    box-shadow: 0 12px 34px rgba(18, 63, 60, 0.065);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  html body .btf-home .btf-service-card:hover {
    box-shadow: var(--btf-shadow);
    transform: translateY(-2px);
  }

  html body .btf-home .btf-service-card img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  html body .btf-home .btf-service-card__body {
    display: flex;
    padding: 29px 27px;
    flex-direction: column;
    align-items: flex-start;
  }

  html body .btf-home .btf-service-card__body p {
    margin: 15px 0 20px !important;
    color: var(--btf-muted) !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
  }

  html body .btf-home .btf-text-link {
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    gap: 7px;
    color: var(--btf-teal-dark) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    text-decoration-thickness: 1px;
  }

  html body .btf-home .btf-other-choices {
    max-width: 900px;
    margin: 31px auto 0 !important;
    padding: 18px 22px;
    border: 1px solid var(--btf-line);
    border-radius: 16px;
    background: var(--btf-cream);
    color: var(--btf-ink) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: center;
  }

  /* Decision */
  html body .btf-home .btf-decision {
    background: var(--btf-cream-light);
  }

  html body .btf-home .btf-decision__panel {
    padding: clamp(42px, 6vw, 70px);
    border: 1px solid rgba(28, 98, 93, 0.25);
    border-radius: 30px;
    background:
      radial-gradient(circle at 91% 0%, rgba(169, 111, 36, 0.12), transparent 34%),
      var(--btf-teal-soft);
    text-align: center;
    box-shadow: none;
  }

  html body .btf-home .btf-decision__panel .btf-lead {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body .btf-home .btf-decision__panel .btf-actions {
    margin-top: 28px;
    justify-content: center;
  }

  html body .btf-home .btf-reassurance-grid {
    display: grid;
    margin-top: 38px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  html body .btf-home .btf-reassurance-item {
    display: flex;
    min-height: 62px;
    padding: 16px 18px;
    border: 1px solid rgba(28, 98, 93, 0.22);
    border-radius: 15px;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--btf-teal-dark) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    text-align: left;
  }

  html body .btf-home .btf-reassurance-item .btf-check {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  /* 360 tour */
  html body .btf-home .btf-tour {
    background: var(--btf-white);
  }

  html body .btf-home .btf-tour__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(48px, 7vw, 92px);
    align-items: center;
  }

  html body .btf-home .btf-tour-preview {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 0;
    border: 0;
    border-radius: 24px;
    aspect-ratio: 3 / 2;
    background: var(--btf-teal-dark);
    color: var(--btf-white) !important;
    box-shadow: var(--btf-shadow);
    text-decoration: none !important;
  }

  html body .btf-home .btf-tour-preview img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }

  html body .btf-home .btf-tour-preview__button {
    width: 128px;
    height: 128px;
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(18, 63, 60, 0.92);
    color: var(--btf-white) !important;
    font-size: 19px !important;
  }

  html body .btf-home .btf-tour-preview__caption {
    right: 20px;
    bottom: 17px;
    left: 20px;
    color: var(--btf-white) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
  }

  html body .btf-home .btf-tour__copy p:not(.btf-eyebrow) {
    margin: 22px 0 0 !important;
    color: var(--btf-ink) !important;
    font-size: 18px !important;
    line-height: 1.72 !important;
  }

  html body .btf-home .btf-location-card {
    margin-top: 29px;
    padding: 24px;
    border: 1px solid var(--btf-line);
    border-radius: 18px;
    background: var(--btf-cream);
  }

  html body .btf-home .btf-location-card address {
    margin: 0 0 17px !important;
    color: var(--btf-ink) !important;
    font-size: 17px !important;
    font-style: normal !important;
    line-height: 1.65 !important;
  }

  html body .btf-home .btf-location-detail {
    display: flex;
    margin-top: 12px;
    align-items: flex-start;
    gap: 10px;
    color: var(--btf-ink) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  /* Final call */
  html body .btf-home .btf-final {
    position: relative;
    background:
      radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.07), transparent 30%),
      var(--btf-teal-dark);
    color: var(--btf-ivory) !important;
    text-align: center;
  }

  html body .btf-home .btf-final::before {
    display: block;
    width: 74px;
    height: 3px;
    margin: 0 auto 28px;
    border-radius: 99px;
    background: var(--btf-gold-light);
    content: "";
  }

  html body .btf-home .btf-final .btf-eyebrow {
    color: var(--btf-ivory) !important;
  }

  html body .btf-home .btf-final h2 {
    color: var(--btf-ivory) !important;
  }

  html body .btf-home .btf-final .btf-lead {
    margin-right: auto !important;
    margin-left: auto !important;
    color: var(--btf-ivory) !important;
  }

  html body .btf-home .btf-final__promise {
    margin: 31px auto 28px !important;
    padding: 18px 23px;
    border: 1px solid rgba(255, 250, 242, 0.38);
    border-radius: 16px;
    background: rgba(255, 250, 242, 0.08);
    color: var(--btf-ivory) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
  }

  html body .btf-home .btf-final__review {
    display: inline-flex;
    margin: 0 0 30px !important;
    padding: 11px 18px;
    border: 1px solid rgba(255, 250, 242, 0.35);
    border-radius: 999px;
    align-items: center;
    gap: 11px;
    background: rgba(255, 250, 242, 0.07);
    color: var(--btf-ivory) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
  }

  html body .btf-home .btf-final .btf-actions {
    justify-content: center;
  }

  html body .btf-home .btf-final .btf-small-note,
  html body .btf-home .btf-final__local {
    color: var(--btf-ivory) !important;
  }

  html body .btf-home .btf-final__local {
    margin: 13px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }


  /* v2.2.4 responsive hero, final-call and positive-guidance refinement */
  html body .btf-home .btf-hero__content {
    padding-right: clamp(22px, 4.5vw, 60px);
    padding-left: clamp(22px, 4.5vw, 60px);
    container-type: inline-size;
    container-name: btf-home-hero;
  }

  html body .btf-home .btf-hero h1 {
    width: 100%;
    max-width: 1040px;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(2.65rem, 4.5vw, 4.1rem) !important;
    line-height: 1.08 !important;
    text-wrap: balance;
  }

  @supports (font-size: 1cqw) {
    html body .btf-home .btf-hero h1 {
      font-size: clamp(2.65rem, 5.65cqw, 4.1rem) !important;
    }
  }

  html body .btf-home .btf-hero__title-main,
  html body .btf-home .btf-hero__title-sub {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  html body .btf-home .btf-hero__title-sub {
    margin-top: 0.14em;
    color: var(--btf-teal-dark) !important;
    font-size: 0.87em !important;
    line-height: 1.12 !important;
  }

  html body .btf-home .btf-hero .btf-lead {
    max-width: 900px;
  }

  html body .btf-home .btf-hero__care {
    max-width: 760px;
    margin-top: 24px !important;
    margin-bottom: 26px !important;
    padding: 16px 20px;
    align-items: center;
  }

  html body .btf-home .btf-care {
    padding-top: clamp(56px, 6vw, 82px);
    padding-bottom: clamp(56px, 6vw, 82px);
  }

  html body .btf-home .btf-care__grid {
    gap: clamp(36px, 5vw, 62px);
  }

  html body .btf-home .btf-care__copy {
    padding-left: clamp(30px, 4vw, 48px);
  }

  html body .btf-home .btf-care__copy p {
    margin-bottom: 17px !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
  }

  html body .btf-home .btf-care-points {
    margin-top: 22px !important;
    margin-bottom: 24px !important;
    gap: 9px;
  }

  html body .btf-home .btf-care-point {
    padding: 9px 14px;
    font-size: 15px !important;
  }

  html body .btf-home .btf-review-actions {
    margin-top: 3px;
    justify-content: center;
  }

  html body .btf-home .btf-services {
    padding-top: clamp(62px, 7vw, 94px);
    padding-bottom: clamp(62px, 7vw, 94px);
  }

  html body .btf-home .btf-service-grid {
    margin-top: 36px;
    gap: 18px;
  }

  html body .btf-home .btf-service-card {
    grid-template-columns: 168px minmax(0, 1fr);
    border-radius: 20px;
    box-shadow: 0 9px 26px rgba(18, 63, 60, 0.055);
  }

  html body .btf-home .btf-service-card img {
    min-height: 210px;
  }

  html body .btf-home .btf-service-card__body {
    padding: 23px 22px;
  }

  html body .btf-home .btf-service-card__body p {
    margin: 11px 0 15px !important;
    font-size: 16px !important;
    line-height: 1.56 !important;
  }

  html body .btf-home .btf-other-choices {
    margin-top: 24px !important;
    padding: 15px 19px;
  }

  /* Modal */
  html body .btf-tour-modal__header strong {
    color: var(--btf-teal-dark) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
  }

  html body .btf-tour-modal__fallback,
  html body .btf-tour-modal__fallback a {
    color: var(--btf-ink) !important;
  }

  html body .btf-home .btf-mobile-call {
    display: none;
  }

  @media (max-width: 1020px) {
    html body .btf-home .btf-trust-grid,
    html body .btf-home .btf-reassurance-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    html body .btf-home .btf-trust-item:nth-child(2) {
      border-right: 0;
    }

    html body .btf-home .btf-trust-item:nth-child(3),
    html body .btf-home .btf-trust-item:nth-child(4) {
      border-top: 1px solid var(--btf-line);
    }

    html body .btf-home .btf-samantha__grid,
    html body .btf-home .btf-care__grid,
    html body .btf-home .btf-tour__grid {
      grid-template-columns: 1fr;
    }

    html body .btf-home .btf-care__copy {
      padding-top: 36px;
      padding-left: 0;
      border-top: 1px solid rgba(255, 250, 242, 0.34);
      border-left: 0;
    }

    html body .btf-home .btf-service-card {
      grid-template-columns: 1fr;
    }

    html body .btf-home .btf-service-card img {
      height: auto;
      min-height: 0;
      aspect-ratio: 16 / 6;
    }
  }

  @media (max-width: 720px) {
    html body .btf-home {
      padding-bottom: 76px;
      font-size: 18px !important;
    }

    html body .btf-home h1 {
      font-size: clamp(2.55rem, 13vw, 3.55rem) !important;
    }

    html body .btf-home h2 {
      font-size: clamp(2.05rem, 10vw, 3rem) !important;
    }

    html body .btf-home .btf-section {
      padding: 62px 18px;
    }

    html body .btf-home .btf-hero {
      padding: 30px 16px 64px;
    }

    html body .btf-home .btf-hero__content {
      padding: 31px 20px 35px;
      border-radius: 23px;
    }

    html body .btf-home .btf-hero__location {
      display: block;
      width: 100%;
      margin-bottom: 21px !important;
      border-radius: 15px;
      font-size: 15px !important;
      text-align: center;
    }

    html body .btf-home .btf-hero__location::before {
      display: none;
    }

    html body .btf-home .btf-hero h1 {
      font-size: clamp(2.05rem, 9.5vw, 2.65rem) !important;
      line-height: 1.09 !important;
    }

    html body .btf-home .btf-hero__title-main,
    html body .btf-home .btf-hero__title-sub {
      text-wrap: balance;
    }

    html body .btf-home .btf-hero__title-sub {
      margin-top: 0.18em;
      font-size: 0.82em !important;
    }

    html body .btf-home .btf-hero__rule {
      margin: 22px auto 21px;
    }

    html body .btf-home .btf-hero__care {
      padding: 17px;
      font-size: 17px !important;
    }

    html body .btf-home .btf-actions,
    html body .btf-home .btf-center .btf-actions,
    html body .btf-home .btf-samantha__copy .btf-actions,
    html body .btf-home .btf-final .btf-actions,
    html body .btf-home .btf-decision__panel .btf-actions {
      width: 100%;
      flex-direction: column;
      align-items: stretch;
    }

    html body .btf-home .btf-button {
      width: 100%;
      min-height: 61px;
      padding-right: 18px;
      padding-left: 18px;
      font-size: 18px !important;
    }

    html body .btf-home .btf-review-badge {
      width: 100%;
      border-radius: 17px;
      flex-direction: column;
      gap: 5px;
    }

    html body .btf-home .btf-trust-strip {
      padding: 0 16px 60px;
    }

    html body .btf-home .btf-trust-grid {
      margin-top: -27px;
      border-radius: 19px;
      grid-template-columns: 1fr;
    }

    html body .btf-home .btf-trust-item,
    html body .btf-home .btf-trust-item:first-child,
    html body .btf-home .btf-trust-item:nth-child(2),
    html body .btf-home .btf-trust-item:nth-child(3),
    html body .btf-home .btf-trust-item:nth-child(4) {
      min-height: 0;
      padding: 23px 22px;
      border: 0;
      border-bottom: 1px solid var(--btf-line);
    }

    html body .btf-home .btf-trust-item:last-child {
      border-bottom: 0;
    }

    html body .btf-home .btf-samantha__photo-wrap::before {
      top: -11px;
      left: -10px;
      width: 62px;
      height: 62px;
    }

    html body .btf-home .btf-samantha__caption {
      position: absolute;
      right: 18px;
      bottom: 18px;
      left: 18px;
      margin: 0 !important;
    }

    html body .btf-home .btf-samantha__copy {
      text-align: center;
    }

    html body .btf-home .btf-samantha__copy p:not(.btf-eyebrow):not(.btf-small-note),
    html body .btf-home .btf-care__copy p,
    html body .btf-home .btf-tour__copy p:not(.btf-eyebrow) {
      font-size: 18px !important;
    }

    html body .btf-home .btf-samantha__quote {
      text-align: center;
    }

    html body .btf-home .btf-card-grid--three,
    html body .btf-home .btf-review-themes,
    html body .btf-home .btf-service-grid,
    html body .btf-home .btf-reassurance-grid {
      grid-template-columns: 1fr;
    }

    html body .btf-home .btf-step-card {
      min-height: 0;
    }

    html body .btf-home .btf-care {
      padding-top: 52px;
      padding-bottom: 52px;
    }

    html body .btf-home .btf-care__copy {
      padding-top: 24px;
    }

    html body .btf-home .btf-care-points {
      flex-direction: column;
      align-items: flex-start;
    }

    html body .btf-home .btf-review-feature {
      padding: 32px 21px;
      border-radius: 22px;
    }

    html body .btf-home .btf-review-feature::before {
      left: 11px;
      font-size: 94px;
    }

    html body .btf-home .btf-trustindex-live {
      padding: 15px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    html body .btf-home .btf-service-card img {
      aspect-ratio: 16 / 7;
    }

    html body .btf-home .btf-service-card__body {
      padding: 22px 20px;
    }

    html body .btf-home .btf-decision__panel {
      padding: 38px 19px;
    }

    html body .btf-home .btf-tour-preview__button {
      width: 108px;
      height: 108px;
      font-size: 18px !important;
    }

    html body .btf-home .btf-tour-preview__caption {
      right: 15px;
      bottom: 13px;
      left: 15px;
      font-size: 16px !important;
    }

    html body .btf-home .btf-final__review {
      width: 100%;
      border-radius: 17px;
      flex-direction: column;
      gap: 4px;
    }

    html body .btf-home .btf-mobile-call {
      position: fixed;
      z-index: 99990;
      right: 10px;
      bottom: 9px;
      left: 10px;
      display: flex;
      min-height: 58px;
      padding: 10px 14px;
      border: 2px solid var(--btf-ivory);
      border-radius: 17px;
      align-items: center;
      justify-content: center;
      background: var(--btf-teal-dark);
      color: var(--btf-white) !important;
      font-family: Arial, Helvetica, sans-serif !important;
      font-size: clamp(15px, 4.3vw, 17px) !important;
      font-weight: 850 !important;
      line-height: 1.25 !important;
      text-align: center;
      text-decoration: none !important;
      white-space: nowrap;
      box-shadow: 0 -6px 24px rgba(8, 22, 21, 0.25);
      opacity: 0;
      pointer-events: none;
      transform: translateY(120%);
      transition: opacity 180ms ease, transform 180ms ease;
    }

    html body .btf-home .btf-mobile-call.btf-mobile-call--visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    html body .btf-tour-modal {
      padding: 10px;
    }

    html body .btf-tour-modal__dialog {
      max-height: calc(100vh - 20px);
      border-radius: 16px;
    }

    html body .btf-tour-modal__frame-wrap {
      aspect-ratio: 3 / 4;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    html body .btf-home *,
    html body .btf-home *::before,
    html body .btf-home *::after {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }


/* ==========================================================================\n   v2.3.2 Core Web Vitals delivery layer\n   ========================================================================== */

/* The first screen is supplied by a small inline critical stylesheet. The
   complete stylesheet arrives asynchronously, so no element is deliberately
   hidden while it downloads. */
html body .btf-home .btf-hero__content {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html body .btf-home .btf-trustindex-live.is-loaded::before,
html body .btf-home .btf-trustindex-live.is-loading::before {
  display: none;
}

html body .btf-home .btf-trustindex-loader {
  display: grid;
  min-height: 220px;
  padding: 30px 22px;
  place-items: center;
  color: var(--btf-muted) !important;
  text-align: center;
}

html body .btf-home .btf-trustindex-loader p {
  max-width: 650px;
  margin: 0 auto 14px !important;
}

html body .btf-home .btf-trustindex-loader a {
  color: var(--btf-teal-dark) !important;
  font-weight: 800 !important;
}

html body .btf-home .btf-trustindex-live.is-loading .btf-trustindex-loader::before {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 16px;
  border: 3px solid rgba(18, 63, 60, 0.16);
  border-top-color: var(--btf-teal-dark);
  border-radius: 50%;
  content: "";
  animation: btf-cwv-spin 850ms linear infinite;
}

@keyframes btf-cwv-spin {
  to { transform: rotate(360deg); }
}


/* The theme's decorative footer emblem is visually faint. Use the optimised
   local WebP rather than downloading the original very large PNG. */
body.bay-tree-framework .btf-fallback-footer__main::before {
  background-image: var(--btf-cwv-footer-emblem, none) !important;
}

@media (prefers-reduced-motion: reduce) {
  html body .btf-home .btf-trustindex-live.is-loading .btf-trustindex-loader::before {
    animation: none;
  }
}


/* ==========================================================================\n   v2.3.2 wide-screen and resize stability repair\n   --------------------------------------------------------------------------\n   The previous desktop card rule placed a narrow image column beside the text\n   and stretched the image to the full equalised grid-row height. On large\n   monitors this produced the tall image "lines" visible in full-width views.\n   Keep every service card in the same landscape, image-over-copy format at\n   every desktop width, constrain the grid, and avoid stale containment heights\n   while a browser is resized.\n   ========================================================================== */
html body .btf-home {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

html body .btf-home .btf-inner,
html body .btf-home .btf-inner--narrow,
html body .btf-home .btf-service-grid,
html body .btf-home .btf-service-card,
html body .btf-home .btf-service-card__body {
  min-width: 0;
}

html body .btf-home .btf-service-grid {
  width: min(1120px, 100%);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

html body .btf-home .btf-service-card {
  display: grid;
  height: auto;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
}

html body .btf-home .btf-service-card img {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover;
  object-position: center;
}

html body .btf-home .btf-service-card__body {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

/* Never allow the earlier horizontal-card desktop rule to return at very wide\n   resolutions. The content remains centred rather than stretching with the\n   physical size of a 27–32 inch monitor. */
@media (min-width: 1280px) {
  html body .btf-home .btf-inner {
    width: min(1180px, calc(100vw - 96px));
  }

  html body .btf-home .btf-service-grid {
    width: min(1120px, 100%);
    gap: 24px;
  }
}

@media (max-width: 760px) {
  html body .btf-home .btf-service-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  html body .btf-home .btf-service-card img {
    aspect-ratio: 16 / 9 !important;
  }
}

/* Explicitly neutralise any cached content-containment rule left in a combined\n   stylesheet while WP-Optimize replaces its old cache after this update. */
@supports (content-visibility: auto) {
  html body .btf-home > .btf-section,
  html body .btf-home > .btf-services,
  html body .btf-home > .btf-tour {
    content-visibility: visible !important;
    contain-intrinsic-size: none !important;
  }
}

/* ==========================================================================
   v2.3.3 automatically loaded live Trustindex frame
   --------------------------------------------------------------------------
   Trustindex is kept in a same-origin iframe until the visitor approaches the
   review section. This lets the full interactive widget appear automatically
   without returning its CDN work to the homepage's initial LCP path.
   ========================================================================== */
html body .btf-home .btf-trustindex-live {
  position: relative;
}

html body .btf-home .btf-trustindex-loader {
  min-height: 300px;
}

html body .btf-home .btf-trustindex-loader span {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  color: var(--btf-muted) !important;
  font-size: 0.92rem;
  line-height: 1.55;
}

html body .btf-home .btf-trustindex-frame {
  display: block;
  width: 100% !important;
  height: 320px;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  opacity: 0;
  transition: opacity 180ms ease;
}

html body .btf-home .btf-trustindex-live.is-loaded .btf-trustindex-frame {
  max-height: 2200px;
  opacity: 1;
}

html body .btf-home .btf-trustindex-live.is-loaded .btf-trustindex-loader,
html body .btf-home .btf-trustindex-live.is-error .btf-trustindex-loader {
  display: none;
}

html body .btf-home .btf-trustindex-live.is-error .btf-trustindex-frame {
  display: none;
}

html body .btf-home .btf-trustindex-fallback {
  min-height: 220px;
  place-content: center;
}

html body .btf-home .btf-trustindex-fallback:not([hidden]) {
  display: grid;
}

html body .btf-home .btf-trustindex-noscript {
  margin: 0;
  padding: 20px;
  border-radius: 14px;
  background: var(--btf-teal-soft);
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  html body .btf-home .btf-trustindex-frame {
    transition: none;
  }
}
