/* Whole-site production parity corrections (v1.0.27). */

/* Homepage editorial cards: match production's type, color and geometry. */
.pftg-home-blog {
  padding: 82px 0 88px;
}
.pftg-home-blog h2 {
  color: #101218;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.pftg-home-blog > .wp-block-columns {
  align-items: center;
  gap: 70px;
}
.pftg-home-blog > .wp-block-columns > .wp-block-column:last-child p {
  color: #494b51;
  font-size: 16px;
  line-height: 1.65;
}
.pftg-home-posts {
  margin-top: 62px;
}
.pftg-home-posts .wp-block-post-template {
  gap: 28px;
}
.pftg-home-posts .wp-block-post {
  min-height: 660px;
  border-radius: 0;
  box-shadow: 0 6px 20px rgb(20 35 46 / 8%);
}
.pftg-home-posts .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.pftg-home-posts .wp-block-post-terms {
  top: 20px;
  right: 20px;
  padding: 7px 18px;
  border-radius: 999px;
  background: #77808a;
  font: 400 12px/1.2 Inter, sans-serif;
}
.pftg-home-posts .wp-block-post > :not(.wp-block-post-featured-image, .wp-block-post-date) {
  margin-right: 34px;
  margin-left: 34px;
}
.pftg-home-posts .wp-block-post-title {
  margin-top: 36px !important;
  font: 600 21px/1.2 Lexend, sans-serif;
}
.pftg-home-posts .wp-block-post-title a {
  color: #494b51;
  text-decoration: none;
}
.pftg-home-posts .wp-block-post-excerpt {
  margin-top: 28px !important;
  color: #70777d;
  font: 400 16px/1.55 Inter, sans-serif;
}
.pftg-home-posts .wp-block-post-excerpt__more-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 18px;
  color: #494b51;
  font: 700 12px/18px Inter, sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-decoration: none;
}
.pftg-home-posts .wp-block-post-date {
  padding: 19px 34px;
  font: 400 13px/1.5 Inter, sans-serif;
}

/* Blog landing page and taxonomic archives. */
.page-id-2046 .pftg-main,
.archive .pftg-main {
  padding: 0 !important;
}
.pftg-blog-intro,
.pftg-archive-heading {
  width: min(calc(100% - 40px), 760px);
  max-width: none !important;
  margin: 0 auto;
  padding: 58px 0 38px;
  text-align: center;
}
.pftg-blog-intro > *,
.pftg-archive-heading > * {
  max-width: 100% !important;
}
.pftg-blog-intro h1,
.pftg-archive-heading .wp-block-query-title {
  margin: 8px 0 14px;
  color: #101218;
  font: 600 30px/1.2 Lexend, sans-serif;
}
.pftg-blog-intro p:last-child {
  margin: 0;
  color: #70777d;
  font: 400 14px/1.65 Inter, sans-serif;
}
.pftg-blog-archive,
.pftg-archive {
  background: #f6f7f8;
}
.pftg-blog-layout,
.pftg-archive-layout {
  box-sizing: border-box;
  width: min(calc(100% - 40px), 1160px);
  max-width: none !important;
  margin: 0 auto !important;
  padding: 52px 0 80px;
  gap: 28px;
  align-items: flex-start !important;
}
.pftg-blog-feed .wp-block-post-template,
.pftg-archive .wp-block-post-template {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.pftg-blog-feed .wp-block-post,
.pftg-archive-card {
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 6px 18px rgb(20 35 46 / 8%);
}
.pftg-archive .wp-block-post > .pftg-archive-card {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.pftg-blog-feed .wp-block-post-featured-image,
.pftg-archive-card .wp-block-post-featured-image {
  margin: 0 !important;
}
.pftg-blog-feed .wp-block-post-featured-image img,
.pftg-archive-card .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.pftg-blog-card-copy,
.pftg-archive-card-copy {
  padding: 26px 24px 30px;
}
.pftg-blog-card-copy > *,
.pftg-archive-card-copy > * {
  max-width: 100% !important;
}
.pftg-blog-feed .wp-block-post-title,
.pftg-archive .wp-block-post-title {
  margin: 0 0 18px;
  font: 600 21px/1.28 Lexend, sans-serif;
}
.pftg-blog-feed .wp-block-post-title a,
.pftg-archive .wp-block-post-title a {
  color: #101218;
  text-decoration: none;
}
.pftg-blog-meta,
.pftg-archive-meta {
  margin: 0 0 16px !important;
  color: #a3a7aa;
  font: 400 12px/1.5 Inter, sans-serif;
}
.pftg-blog-feed .wp-block-post-excerpt,
.pftg-archive .wp-block-post-excerpt {
  margin: 0;
  color: #70777d;
  font: 400 14px/1.6 Inter, sans-serif;
}
.pftg-blog-feed .wp-block-post-excerpt__more-link,
.pftg-archive .wp-block-post-excerpt__more-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 18px;
  padding: 0 20px;
  border-radius: 999px;
  background: #4fbbec;
  color: #fff;
  font: 700 11px/1 Inter, sans-serif;
  letter-spacing: .03em;
  text-decoration: none;
}
.pftg-blog-sidebar {
  position: static;
  display: grid;
  align-self: flex-start;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 18px;
}
.pftg-sidebar-card {
  padding: 24px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 6px 18px rgb(20 35 46 / 8%);
}
.pftg-sidebar-card > * {
  max-width: 100% !important;
}
.pftg-sidebar-card h3 {
  margin: 0 0 15px;
  color: #101218;
  font: 600 16px/1.2 Lexend, sans-serif;
}
.pftg-sidebar-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pftg-sidebar-card li {
  padding: 8px 0;
  border-bottom: 1px solid #edf0f2;
  font-size: 13px;
}
.pftg-sidebar-card li:last-child {
  border-bottom: 0;
}
.pftg-sidebar-card a {
  color: #494b51;
  text-decoration: none;
}
.pftg-blog-layout .wp-block-query-pagination,
.pftg-archive-layout .wp-block-query-pagination {
  gap: 8px;
  margin-top: 28px;
}
.pftg-blog-layout .wp-block-query-pagination a,
.pftg-blog-layout .wp-block-query-pagination span,
.pftg-archive-layout .wp-block-query-pagination a,
.pftg-archive-layout .wp-block-query-pagination span {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: #494b51;
  font-size: 13px;
  text-decoration: none;
}

/* Search: production's image-led single-column result stream. */
.pftg-search {
  width: min(calc(100% - 40px), 1160px) !important;
  max-width: none !important;
  padding: 45px 0 80px !important;
}
.pftg-search > * {
  width: min(100%, 760px);
  max-width: none !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}
.pftg-search > .wp-block-query-title {
  margin-bottom: 14px;
  color: #101218;
  font: 600 30px/1.2 Lexend, sans-serif;
}
.pftg-search .wp-block-post-template {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.pftg-search-result > * {
  max-width: 100% !important;
}
.pftg-search-result .wp-block-post-title {
  margin: 0 0 7px;
  font: 600 18px/1.25 Lexend, sans-serif;
}
.pftg-search-result .wp-block-post-title a {
  color: #494b51;
  text-decoration: none;
}
.pftg-search-result .wp-block-post-featured-image {
  margin: 0;
}
.pftg-search-result .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.pftg-search-result .wp-block-post-excerpt {
  margin: 5px 0 0;
  color: #70777d;
  font: 400 13px/1.5 Inter, sans-serif;
}

/* Single posts: production's compact, full-width editorial treatment. */
.pftg-single {
  width: min(calc(100% - 40px), 1160px) !important;
  max-width: none !important;
  padding: 35px 0 70px !important;
}
.pftg-single > * {
  max-width: 100% !important;
}
.pftg-single > .wp-block-post-title {
  margin: 0 0 18px;
  color: #101218;
  font: 600 30px/1.16 Lexend, sans-serif;
}
.pftg-single > .wp-block-post-content {
  max-width: none;
  margin: 0;
}
.pftg-single .wp-block-post-content :where(p, li) {
  color: #3f474e;
  font: 400 15px/1.58 Inter, sans-serif;
}
.pftg-single .wp-block-post-content h2 {
  margin: 24px 0 10px;
  font: 600 22px/1.25 Lexend, sans-serif;
}
.pftg-single .wp-block-post-content h3 {
  margin: 20px 0 8px;
  font: 600 18px/1.3 Lexend, sans-serif;
}
.pftg-single .wp-block-post-content figure,
.pftg-single .wp-block-post-content img {
  max-width: 100%;
}

/* Policy pages: restore the Elementor image hero and two-column panel. */
.page-id-2068 .pftg-page-hero,
.page-id-2685 .pftg-page-hero {
  position: relative;
  display: flex;
  min-height: 320px;
  align-items: flex-end;
  padding: 40px max(20px, calc((100vw - 1160px) / 2));
  overflow: hidden;
  background: linear-gradient(rgb(16 18 24 / 30%), rgb(16 18 24 / 30%)), url('/wp-content/uploads/2023/01/collov-home-design-qMfjjGHEtSs-unsplash-1170x650.jpg.webp') center 52% / cover no-repeat;
}
.page-id-2068 .pftg-page-hero h1,
.page-id-2685 .pftg-page-hero h1 {
  width: min(100%, 1160px);
  max-width: none !important;
  margin: 0 auto;
  color: #fff;
  font: 600 36px/1.2 Lexend, sans-serif;
  text-align: left;
}
.pftg-policy-content {
  width: min(calc(100% - 40px), 1020px);
  max-width: none !important;
  margin: 0 auto;
  padding: 85px 0 30px;
}
.pftg-policy-content > * {
  max-width: 100% !important;
}
.pftg-policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 68px;
  align-items: start;
}
.pftg-policy-panel {
  padding: 38px 40px;
  border: 1px solid #dfe3e6;
  background: #fff;
}
.pftg-policy-content h2 {
  margin: 0 0 20px;
  color: #101218;
  font: 600 27px/1.2 Lexend, sans-serif;
}
.pftg-policy-content h3 {
  margin: 24px 0 10px;
  color: #101218;
  font: 600 20px/1.25 Lexend, sans-serif;
}
.pftg-policy-content p,
.pftg-policy-content li {
  color: #48545b;
  font: 400 15px/1.6 Inter, sans-serif;
}
.pftg-policy-content li p {
  margin: 0;
}
.pftg-faq-wrap {
  margin-top: 70px;
  padding: 65px max(20px, calc((100vw - 1020px) / 2));
  background: #f3f3f3;
}
.pftg-faq {
  width: min(100%, 1020px);
  max-width: none !important;
  margin: 0 auto;
}
.pftg-faq h2 {
  text-align: center;
}

/* Account and cart: production's centered, designed utility states. */
.page-id-1185 .pftg-main,
.page-id-1187 .pftg-main {
  width: min(calc(100% - 40px), 1160px);
  margin: 0 auto;
  padding: 55px 0 85px !important;
}
.pa-shop-head,
.pa-acct-head {
  text-align: center;
}
.pa-shop-head .eb,
.pa-acct-head .eb {
  color: #4fbbec;
  font: 600 12px/1.3 Lexend, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pa-shop-head h1,
.pa-acct-head h1 {
  margin: 10px 0 12px;
  color: #101218;
  font: 600 30px/1.2 Lexend, sans-serif;
}
.pa-shop-head p,
.pa-acct-head p {
  margin: 0 0 32px;
  color: #70777d;
  font-size: 14px;
}
.page-id-1187 .woocommerce {
  width: min(100%, 480px);
  margin: 0 auto;
}
.page-id-1187 .woocommerce h2 {
  display: none;
}
.page-id-1187 .woocommerce-form-login {
  padding: 32px !important;
  border: 1px solid #e1e7ea !important;
  border-radius: 12px !important;
  background: #fff;
  box-shadow: 0 12px 34px rgb(20 35 46 / 9%);
}
.page-id-1187 .woocommerce-form-login input.input-text {
  min-height: 46px;
  border: 1px solid #cfd7dc;
  border-radius: 6px;
}
.page-id-1187 .woocommerce-form-login__rememberme {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 8px;
}
.page-id-1187 .woocommerce-form-login__rememberme input {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.page-id-1187 .show-password-input {
  width: 44px;
  height: 44px;
  top: 1px;
  right: 1px;
}
.page-id-1187 .woocommerce-form-login__submit {
  min-height: 44px;
  padding: 0 28px !important;
  border-radius: 999px !important;
  background: #4fbbec !important;
  color: #fff !important;
}
.pa-acct-help {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.pa-acct-help a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 20px;
  border: 1px solid #e1e7ea;
  border-radius: 999px;
  color: #101218;
  font: 600 12px/1 Lexend, sans-serif;
  text-decoration: none;
}
.page-id-1185 .woocommerce {
  width: min(100%, 960px);
  margin: 0 auto;
}
.page-id-1185 main > .wp-block-post-title {
  display: none;
}
.page-id-1185 .woocommerce-info,
.page-id-1185 .wc-block-components-notice-banner {
  border: 0;
  border-top: 4px solid #4fbbec;
  background: #f6f7f8;
  color: #494b51;
}
.page-id-1185 .return-to-shop .button,
.page-id-1185 .wc-block-cart__submit-button {
  min-height: 44px;
  border-radius: 2px;
  background: #e7e4ea !important;
  color: #494b51 !important;
}

/* Production's intentionally minimal not-found page. */
.pftg-404 {
  width: min(calc(100% - 40px), 1160px) !important;
  max-width: none !important;
  min-height: 190px;
  padding: 16px 0 55px !important;
}
.pftg-404 > * {
  max-width: 100% !important;
}
.pftg-404 h1 {
  margin: 0 0 12px;
  color: #101218;
  font: 600 32px/1.2 Lexend, sans-serif;
}
.pftg-404 p {
  margin: 0;
  color: #494b51;
  font-size: 14px;
}

/* Commerce polish and target sizing. */
.pftg-featured-products .wp-block-post-title a {
  min-height: 44px;
  padding: 10px 0;
}
.pftg-featured-products .wp-block-post-excerpt,
.pa-step p,
.pftg-card p,
.pftg-az .az-card p.az-blurb,
.pftg-tx .tx-card p.tx-blurb,
.pftg-mat .mat-card p.mat-blurb {
  font-size: 14px;
}
.pftg-shop-main .wc-block-product {
  border-radius: 0;
}
.pftg-shop-main .wp-block-post-title a {
  color: #494b51;
}
.pftg-product-main .wp-block-post-title {
  font-size: 42px;
}
.pftg-product-summary .wc-block-components-product-price,
.pftg-product-main .wp-block-woocommerce-product-price {
  font-size: 39px !important;
}

@media (max-width: 781px) {
  .pftg-home-blog {
    padding: 60px 0;
  }
  .pftg-home-blog > .wp-block-columns {
    gap: 20px;
  }
  .pftg-home-blog h2 {
    font-size: 28px;
  }
  .pftg-home-posts {
    margin-top: 36px;
  }
  .pftg-home-posts .wp-block-post {
    min-height: 0;
  }
  .pftg-home-posts .wp-block-post > :not(.wp-block-post-featured-image, .wp-block-post-date) {
    margin-right: 24px;
    margin-left: 24px;
  }
  .pftg-home-posts .wp-block-post-date {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pftg-blog-layout,
  .pftg-archive-layout {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 35px;
  }
  .pftg-blog-sidebar {
    position: static;
  }
  .pftg-single > .wp-block-post-title {
    font-size: 28px;
  }
  .pftg-policy-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pftg-policy-content {
    padding-top: 55px;
  }
  .pftg-policy-panel {
    padding: 28px;
  }
  .page-id-2068 .pftg-page-hero,
  .page-id-2685 .pftg-page-hero {
    min-height: 260px;
    padding-bottom: 30px;
  }
  .pa-acct-help {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .pftg-blog-intro,
  .pftg-archive-heading {
    padding: 42px 0 28px;
  }
  .pftg-blog-intro h1,
  .pftg-archive-heading .wp-block-query-title {
    font-size: 27px;
  }
  .pftg-blog-layout,
  .pftg-archive-layout {
    width: calc(100% - 30px);
  }
  .pftg-blog-card-copy,
  .pftg-archive-card-copy {
    padding: 22px 20px 26px;
  }
  .pftg-search,
  .pftg-single,
  .pftg-404 {
    width: calc(100% - 30px) !important;
  }
  .pftg-search > .wp-block-query-title,
  .pftg-404 h1 {
    font-size: 27px;
  }
  .pftg-single .wp-block-post-content :where(p, li) {
    font-size: 15px;
  }
  .page-id-2068 .pftg-page-hero h1,
  .page-id-2685 .pftg-page-hero h1 {
    font-size: 30px;
  }
  .pftg-policy-content {
    width: calc(100% - 30px);
  }
  .pftg-policy-content h2 {
    font-size: 25px;
  }
  .pftg-policy-content h3 {
    font-size: 19px;
  }
  .pftg-policy-content p,
  .pftg-policy-content li {
    font-size: 15px;
  }
  .page-id-1185 .pftg-main,
  .page-id-1187 .pftg-main {
    width: calc(100% - 30px);
    padding-top: 42px !important;
  }
  .page-id-1187 .woocommerce-form-login {
    padding: 24px 20px !important;
  }
  .pa-shop-head h1,
  .pa-acct-head h1 {
    font-size: 27px;
  }
  .pftg-product-main .wp-block-post-title {
    font-size: 34px;
  }
}
