/*
 * Petting Fabric homepage redesign — WPBakery/Bridge styles bundled by the companion plugin
 * Version: 1.3.3
 * Scope: only rows that carry the pf-home-2026 class
 * Delivery: enqueued automatically by Petting Fabric Home Components.
 */

:root {
  --pf-navy: #0b1739;
  --pf-blue: #159dc3;
  --pf-cornflower: #5c83dc;
  --pf-pink: #d92f78;
  --pf-purple: #8450cf;
  --pf-gold: #f4ac20;
  --pf-teal: #20ae89;
  --pf-powder: #eaf6ff;
  --pf-lilac: #f4ecff;
  --pf-blush: #fff0f6;
  --pf-white: #ffffff;
  --pf-ink-soft: #46506a;
  --pf-radius: 18px;
  --pf-shadow: 0 22px 60px rgba(11, 23, 57, 0.12);
}

/* Use Bridge or WPBakery font controls to load Manrope and DM Serif Display. */
.pf-home-2026,
.pf-home-2026 p,
.pf-home-2026 a,
.pf-home-2026 li,
.pf-home-2026 button {
  font-family: "Manrope", Arial, sans-serif;
}

.pf-home-2026 {
  position: relative;
  color: var(--pf-navy);
}

.pf-home-2026 .wpb_content_element,
.pf-home-2026 .wpb_button,
.pf-home-2026 .vc_btn3-container {
  margin-bottom: 0;
}

.pf-home-2026 img {
  max-width: 100%;
  height: auto;
}

.pf-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.pf-eyebrow,
.pf-eyebrow h6,
.pf-eyebrow p {
  margin: 0 0 14px;
  color: #674c7d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pf-heading,
.pf-heading h2,
.pf-display-title,
.pf-display-title h1 {
  margin: 0;
  color: var(--pf-navy);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.pf-heading,
.pf-heading h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.98;
}

.pf-section-copy,
.pf-section-copy p {
  color: var(--pf-ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.pf-ombre,
.pf-ombre h2,
.pf-ombre em {
  color: transparent !important;
  background: linear-gradient(
    90deg,
    #e72f78 0%,
    #a34ed0 44%,
    #159dc3 78%,
    #f4ac20 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.pf-btn.vc_btn3,
.pf-btn.qbutton,
.pf-btn a,
.pf-home-2026 a.pf-btn,
.pf-hero-slide-copy a.pf-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px !important;
  color: var(--pf-white) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition:
    transform 160ms cubic-bezier(0.23, 1, 0.32, 1),
    filter 180ms ease-out;
}

.pf-btn.vc_btn3:hover,
.pf-btn.qbutton:hover,
.pf-btn a:hover,
.pf-home-2026 a.pf-btn:hover,
.pf-hero-slide-copy a.pf-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.pf-pink.vc_btn3,
.pf-pink.qbutton,
.pf-pink a,
a.pf-pink {
  background: var(--pf-pink) !important;
}
.pf-gold.vc_btn3,
.pf-gold.qbutton,
.pf-gold a,
a.pf-gold {
  background: var(--pf-gold) !important;
  color: var(--pf-navy) !important;
}
.pf-teal.vc_btn3,
.pf-teal.qbutton,
.pf-teal a,
a.pf-teal {
  background: var(--pf-teal) !important;
}
.pf-purple.vc_btn3,
.pf-purple.qbutton,
.pf-purple a,
a.pf-purple {
  background: var(--pf-purple) !important;
}
.pf-navy.vc_btn3,
.pf-navy.qbutton,
.pf-navy a,
a.pf-navy {
  background: var(--pf-navy) !important;
}
.pf-white.vc_btn3,
.pf-white.qbutton,
.pf-white a,
a.pf-white {
  background: var(--pf-white) !important;
  color: var(--pf-navy) !important;
}
.pf-button-block p {
  margin: 0;
}

/* Recurring geographic path line, kept at the background edge. */
.pf-path {
  overflow: hidden;
}
.pf-path::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10%;
  width: 170px;
  height: 72%;
  border-top: 2px solid rgba(255, 255, 255, 0.74);
  border-right: 2px solid rgba(255, 255, 255, 0.74);
  transform: skewY(-34deg);
  pointer-events: none;
}
.pf-path > * {
  position: relative;
  z-index: 1;
}
.pf-path-right::after {
  right: -88px;
}
.pf-path-left::after {
  left: -108px;
  transform: skewY(31deg);
}

/* HERO */
.pf-hero-row {
  padding-top: 72px;
  padding-bottom: 58px;
  background:
    radial-gradient(
      circle at 85% 18%,
      rgba(92, 131, 220, 0.12),
      transparent 30%
    ),
    linear-gradient(115deg, #ffffff 0%, #ffffff 58%, #f7faff 100%);
}

.pf-hero-row > .full_section_inner,
.pf-hero-row > .section_inner > .section_inner_margin,
.pf-hero-row > .vc_row-fluid {
  display: flex;
  align-items: center;
}

.pf-hero-copy {
  z-index: 4;
}
.pf-hero-copy > .vc_column-inner {
  padding-right: 30px;
}

.pf-display-title,
.pf-display-title h1 {
  max-width: 520px;
  font-size: clamp(58px, 6.1vw, 92px);
  line-height: 0.9;
}

.pf-remarkable {
  display: inline-block;
  color: transparent;
  background: linear-gradient(
    90deg,
    #e72f78 0%,
    #e72f78 22%,
    #14a7ca 43%,
    #f2ad21 61%,
    #26ad86 78%,
    #8a50ce 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.pf-hero-intro,
.pf-hero-intro p {
  max-width: 510px;
  margin-top: 28px;
  color: #3f4b65;
  font-size: 19px;
  line-height: 1.65;
}

.pf-hero-buttons {
  margin-top: 28px;
}
.pf-hero-buttons .vc_btn3-container {
  width: calc(50% - 7px);
  margin: 0 10px 12px 0;
}
.pf-hero-buttons .vc_btn3-container:nth-child(even) {
  margin-right: 0;
}
.pf-hero-buttons .vc_btn3 {
  width: 100%;
}

.pf-community-chip {
  max-width: 500px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid #d8dce8;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(11, 23, 57, 0.06);
}
.pf-community-chip p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.pf-community-chip a {
  color: var(--pf-navy);
  text-decoration: none;
}

.pf-hero-media {
  z-index: 3;
}
.pf-hero-media > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.pf-hero-slider {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: var(--pf-navy);
  box-shadow: var(--pf-shadow);
}
.pf-hero-slides {
  position: relative;
  min-height: 590px;
}
.pf-hero-slide {
  position: absolute;
  inset: 0;
  min-height: 590px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-position: center;
  background-size: cover;
  transition:
    opacity 360ms ease-out,
    visibility 360ms ease-out;
}
.pf-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.pf-hero-slide::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(
    to top,
    rgba(11, 23, 57, 0.96),
    rgba(11, 23, 57, 0.5),
    transparent
  );
  pointer-events: none;
}
.pf-hero-slide > * {
  position: relative;
  z-index: 2;
}
.pf-hero-slide-copy {
  max-width: 650px;
  padding: 0 34px 30px;
  color: white;
}
.pf-hero-slide-copy .pf-eyebrow,
.pf-hero-slide-copy .pf-eyebrow p {
  color: #f7c1da;
}
.pf-hero-slide-title,
.pf-hero-slide-title h2 {
  margin: 0;
  color: white;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}
.pf-hero-slide-copy p {
  max-width: 530px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.55;
}
.pf-hero-badge {
  position: absolute;
  z-index: 8;
  top: 28px;
  left: 0;
  min-width: 232px;
  padding: 18px 20px 18px 62px;
  color: #6c7281;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 13px 32px rgba(11, 23, 57, 0.12);
}
.pf-hero-badge::before {
  content: "✓";
  position: absolute;
  left: 19px;
  top: 18px;
  width: 31px;
  height: 31px;
  color: white;
  border-radius: 50%;
  background: #c33c75;
  text-align: center;
  line-height: 31px;
}
.pf-hero-badge strong,
.pf-hero-badge span {
  display: block;
}
.pf-hero-badge strong {
  color: var(--pf-navy);
  font-size: 14px;
}
.pf-hero-badge span {
  font-size: 12px;
}
.pf-hero-status {
  position: absolute;
  z-index: 9;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pf-hero-dots {
  display: flex;
  gap: 5px;
  padding: 9px 11px;
  background: rgba(11, 23, 57, 0.48);
  backdrop-filter: blur(8px);
}
.pf-hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid white;
  border-radius: 999px;
  background: transparent;
}
.pf-hero-dots button.is-active {
  width: 25px;
  background: white;
}
.pf-hero-pause,
.pf-hero-controls button {
  display: grid;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(11, 23, 57, 0.48);
  backdrop-filter: blur(8px);
}
.pf-hero-pause {
  width: 36px;
  height: 36px;
  padding: 0;
}
.pf-hero-controls {
  position: absolute;
  z-index: 9;
  right: 26px;
  bottom: 29px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}
.pf-hero-controls button {
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 18px;
}
.pf-hero-controls span {
  min-width: 42px;
  color: white;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.pf-hero-pause:hover,
.pf-hero-controls button:hover {
  color: var(--pf-navy);
  background: white;
}

/* TRUST */
.pf-trust-row {
  background: #fff;
  border-top: 1px solid #e6e8ee;
  border-bottom: 1px solid #e6e8ee;
}
.pf-trust-row .vc_column_container {
  border-right: 1px solid #e6e8ee;
}
.pf-trust-row .vc_column_container:last-child {
  border-right: 0;
}
.pf-trust-item {
  padding: 28px 26px;
}
.pf-trust-item p {
  margin: 0;
  color: #59647a;
  font-size: 15px;
  line-height: 1.5;
}
.pf-trust-item strong {
  display: block;
  color: var(--pf-navy);
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* ROAM 2027 */
.pf-roam-row {
  background: linear-gradient(135deg, #f7efff 0%, #f2e6ff 52%, #edf8ff 100%);
}
.pf-roam-visual {
  min-height: 640px;
  position: relative;
}
.pf-roam-original {
  width: 82%;
  transform: rotate(-2deg);
  box-shadow: var(--pf-shadow);
}
.pf-roam-original img {
  display: block;
  width: 100%;
}
.pf-roam-center {
  position: absolute;
  z-index: 5;
  right: 5%;
  top: 43%;
  width: 38%;
  transform: rotate(4deg);
  border: 9px solid white;
  box-shadow: 0 18px 48px rgba(11, 23, 57, 0.24);
}
.pf-roam-center img {
  display: block;
  width: 100%;
}
.pf-roam-fabrics {
  position: relative;
  z-index: 3;
  width: 92%;
  margin-top: -12px;
}
.pf-roam-fabrics .vc_column_container {
  padding: 0 4px;
}
.pf-roam-fabrics img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.pf-roam-copy > .vc_column-inner {
  padding-left: 44px;
}
.pf-kaffe-lockup,
.pf-kaffe-lockup p {
  margin: 0 0 18px;
  color: var(--pf-navy);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.pf-kaffe-lockup strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  text-transform: none;
}
.pf-roam-details {
  margin: 26px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--pf-pink);
  background: rgba(255, 255, 255, 0.74);
}
.pf-roam-details p {
  margin: 0 0 7px;
  color: var(--pf-navy);
  font-size: 15px;
  font-weight: 600;
}

/* WHAT'S HAPPENING NOW */
.pf-now-row,
.pf-now-grid-row {
  background-color: var(--pf-powder);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.82) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 1px, transparent 1px);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 44px 44px;
}
.pf-now-row {
  padding-top: 76px;
  padding-bottom: 32px;
}
.pf-now-grid-row {
  padding-bottom: 26px;
}
.pf-now-grid-row.pf-last {
  padding-bottom: 82px;
}
.pf-collection-card > .vc_column-inner {
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  background: white;
  box-shadow: 0 18px 45px rgba(11, 23, 57, 0.09);
}
@media (min-width: 769px) {
  .pf-collection-card > .vc_column-inner {
    width: calc(100% - 20px);
    margin: 0 10px;
    box-sizing: border-box;
  }
}
.pf-fabric-row {
  margin: 0 !important;
}
.pf-fabric-row .vc_column_container {
  padding: 0 !important;
}
.pf-fabric-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
}
.pf-tba-tile {
  min-height: 112px;
  background: #cbd0dc;
}
.pf-tba-tile:nth-child(even) {
  background: #aeb5c4;
}
.pf-collection-copy {
  padding: 24px 26px 28px;
}
.pf-collection-copy .pf-eyebrow {
  color: var(--pf-pink);
}
.pf-collection-copy h3 {
  margin: 6px 0 10px;
  color: var(--pf-navy);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
}
.pf-collection-copy p {
  margin: 0 0 16px;
  color: #59647a;
  font-size: 16px;
  line-height: 1.55;
}

/* LIVE FEATURED KITS */
.pf-kits-row {
  background: white;
}
.pf-kits-header {
  margin-bottom: 32px;
}
.pf-kit-tag-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.pf-kit-tag-links a {
  padding: 9px 13px;
  color: var(--pf-navy);
  border: 1px solid #cfd5e2;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.pf-featured-kits {
  position: relative;
}
.pf-product-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 64px) / 5);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.pf-product-track::-webkit-scrollbar {
  display: none;
}
.pf-product-card {
  scroll-snap-align: start;
  min-width: 0;
  color: var(--pf-navy);
  text-decoration: none;
}
.pf-product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f4f5f8;
  transition: transform 0.22s ease-out;
}
.pf-product-card:hover img {
  transform: scale(1.018);
}
.pf-product-tag {
  display: block;
  margin-top: 14px;
  color: var(--pf-purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pf-product-card h3 {
  min-height: 50px;
  margin: 6px 0;
  color: var(--pf-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.pf-product-price {
  color: var(--pf-navy);
  font-size: 14px;
  font-weight: 800;
}
.pf-product-price del {
  opacity: 0.5;
}
.pf-product-price ins {
  text-decoration: none;
}
.pf-product-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--pf-pink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.pf-product-controls {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 12px;
}
.pf-product-controls button {
  width: 42px;
  height: 42px;
  color: white;
  border: 0;
  border-radius: 50%;
  background: var(--pf-navy);
  font-size: 20px;
}
.pf-product-controls button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.pf-products-empty {
  padding: 28px;
  border: 1px solid #e3e6ee;
  background: #f7f8fb;
}

/* BLOCKS OF THE MONTH */
.pf-bom-row,
.pf-bom-grid-row {
  background: #fff8fb;
}
.pf-bom-row {
  padding-top: 74px;
  padding-bottom: 32px;
}
.pf-bom-grid-row {
  padding-bottom: 24px;
}
.pf-bom-grid-row.pf-last {
  padding-bottom: 78px;
}
.pf-bom-card > .vc_column-inner {
  height: 100%;
  margin: 0 7px;
  padding: 0 !important;
  overflow: hidden;
  background: var(--pf-navy);
  box-shadow: var(--pf-shadow);
}
.pf-bom-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
}
.pf-bom-copy {
  padding: 24px 26px 28px;
}
.pf-bom-copy .pf-eyebrow,
.pf-bom-copy .pf-eyebrow p {
  color: #f2b6d2;
}
.pf-bom-copy h3 {
  margin: 6px 0 10px;
  color: white;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
}
.pf-bom-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
}

/* MEMBERSHIP */
.pf-membership-row {
  padding-top: 78px;
  padding-bottom: 78px;
  background: #ddecff;
}
.pf-membership-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f8fbff;
  box-shadow: var(--pf-shadow);
}
.pf-membership-copy > .vc_column-inner {
  padding-left: 46px;
}
.pf-benefits {
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}
.pf-benefits li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 29px;
  color: var(--pf-navy);
  font-size: 16px;
  font-weight: 650;
}
.pf-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 50%;
  background: var(--pf-pink);
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

/* RETREAT */
.pf-retreat-row {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  background-position: center;
  background-size: cover;
}
.pf-retreat-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 23, 57, 0.9) 0%,
    rgba(31, 58, 121, 0.58) 47%,
    rgba(50, 71, 135, 0.14) 100%
  );
}
.pf-retreat-row > * {
  position: relative;
  z-index: 1;
}
.pf-retreat-card > .vc_column-inner {
  padding: 36px !important;
  color: white;
  background: rgba(11, 23, 57, 0.82);
  backdrop-filter: blur(9px);
}
.pf-retreat-card .pf-eyebrow,
.pf-retreat-card .pf-eyebrow p {
  color: #f4bad5;
}
.pf-retreat-card .pf-heading,
.pf-retreat-card .pf-heading h2,
.pf-retreat-card p {
  color: white;
}

/* DESIGNERS */
.pf-designers-row {
  background: #f7faff;
}
.pf-designer-carousel {
  margin-top: 34px;
}
.pf-designer-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 100px) / 6);
  gap: 20px;
  overflow-x: auto;
  padding: 5px 2px 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.pf-designer-track::-webkit-scrollbar {
  display: none;
}
.pf-designer-card {
  scroll-snap-align: start;
  color: var(--pf-navy);
  text-align: center;
  text-decoration: none;
}
.pf-designer-image {
  display: block;
}
.pf-designer-image img {
  width: 164px !important;
  height: 164px !important;
  margin: 0 auto;
  border: 8px solid white;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(11, 23, 57, 0.12);
}
.pf-designer-card strong {
  display: block;
  margin-top: 13px;
  color: var(--pf-navy);
  font-size: 15px;
}
.pf-designer-card > span:last-child {
  display: inline-block;
  margin-top: 5px;
  color: var(--pf-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pf-designer-controls {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
}
.pf-designer-controls button {
  width: 42px;
  height: 42px;
  padding: 0;
  color: white;
  border: 0;
  border-radius: 50%;
  background: var(--pf-navy);
  font-size: 18px;
}

/* COMMUNITY STORY */
.pf-story-row {
  background: white;
}
.pf-story-image img {
  display: block;
  width: min(100%, 520px);
  margin: 0 auto;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: var(--pf-shadow);
}
.pf-story-copy > .vc_column-inner {
  padding-left: 50px;
}
.pf-story-quote,
.pf-story-quote p {
  color: var(--pf-navy);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.42;
}

/* NEWSLETTER */
.pf-newsletter-row {
  padding-top: 48px;
  padding-bottom: 48px;
  color: white;
  background: var(--pf-navy);
}
.pf-newsletter-row .pf-eyebrow,
.pf-newsletter-row .pf-eyebrow p {
  color: #f2b6d2;
}
.pf-newsletter-row .pf-heading,
.pf-newsletter-row .pf-heading h2,
.pf-newsletter-row p {
  color: white;
}
.pf-newsletter-form input[type="email"] {
  min-height: 52px;
  padding: 0 16px;
  border: 0;
  background: white;
  font-size: 16px;
}
.pf-newsletter-form input[type="submit"],
.pf-newsletter-form button {
  min-height: 52px;
  padding: 0 22px;
  color: var(--pf-navy);
  border: 0;
  background: var(--pf-gold);
  font-weight: 800;
  text-transform: uppercase;
}

/* ONE-CLICK WPBAKERY DRAFT BUILDER SUPPORT */
.pf-homepage-redesign .title_outer,
.pf-homepage-redesign .title {
  display: none !important;
}
.pf-homepage-redesign .content {
  margin-top: 0 !important;
}
.pf-hero-button-grid .vc_column_container {
  width: 50%;
}
.pf-mini-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 15px;
  color: var(--pf-navy) !important;
  border: 1px solid #cfd5e2;
  background: white;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.pf-mini-button.pf-light {
  color: var(--pf-navy) !important;
  background: white;
}
.pf-mini-button.pf-disabled {
  color: #6d7485 !important;
  background: #eceef3;
}
.pf-legendary-small-icon {
  width: 58px !important;
  height: 62px !important;
  margin-top: 14px;
  object-fit: cover;
}
.pf-retreat-row {
  overflow: hidden;
}
.pf-retreat-image-column,
.pf-retreat-image-column > .vc_column-inner,
.pf-retreat-background-image,
.pf-retreat-background-image > .wpb_wrapper {
  position: static !important;
}
.pf-retreat-background-image img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover;
}
.pf-retreat-row::before {
  z-index: 1;
}
.pf-retreat-card {
  position: relative;
  z-index: 2;
}
.pf-newsletter-placeholder {
  padding: 24px;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}
.pf-newsletter-placeholder p {
  margin: 0;
}

@media (max-width: 1000px) {
  .pf-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .pf-hero-row > .full_section_inner,
  .pf-hero-row > .section_inner > .section_inner_margin,
  .pf-hero-row > .vc_row-fluid {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .pf-hero-copy,
  .pf-hero-media {
    width: 100% !important;
  }
  .pf-hero-copy > .vc_column-inner {
    padding-right: 15px;
    padding-bottom: 34px;
  }
  .pf-hero-media > .vc_column-inner {
    padding-left: 15px;
  }
  .pf-hero-slider,
  .pf-hero-slides,
  .pf-hero-slide {
    min-height: 520px;
  }
  .pf-roam-copy > .vc_column-inner,
  .pf-membership-copy > .vc_column-inner,
  .pf-story-copy > .vc_column-inner {
    padding-left: 15px;
  }
  .pf-product-track {
    grid-auto-columns: calc((100% - 32px) / 3);
  }
}

@media (max-width: 767px) {
  .pf-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pf-heading,
  .pf-heading h2 {
    font-size: 44px;
  }
  .pf-display-title,
  .pf-display-title h1 {
    font-size: 59px;
  }
  .pf-section-copy,
  .pf-section-copy p {
    font-size: 17px;
    line-height: 1.65;
  }
  .pf-path::after {
    width: 105px;
    opacity: 0.55;
  }
  .pf-hero-row {
    padding-top: 46px;
  }
  .pf-hero-buttons .vc_btn3-container {
    width: 100%;
    margin: 0 0 10px;
  }
  .pf-hero-slider,
  .pf-hero-slides,
  .pf-hero-slide {
    min-height: 500px;
  }
  .pf-hero-slide-copy {
    padding: 0 20px 24px;
  }
  .pf-hero-slide-title,
  .pf-hero-slide-title h2 {
    font-size: 28px;
  }
  .pf-hero-badge {
    top: 16px;
    min-width: 210px;
    padding: 14px 16px 14px 55px;
  }
  .pf-hero-badge::before {
    left: 15px;
    top: 14px;
  }
  .pf-hero-status {
    top: 15px;
    right: 15px;
  }
  .pf-hero-controls {
    right: 15px;
    bottom: 21px;
    gap: 5px;
  }
  .pf-hero-controls button {
    width: 38px;
    height: 38px;
  }
  .pf-trust-row .vc_column_container {
    border-right: 0;
    border-bottom: 1px solid #e6e8ee;
  }
  .pf-roam-visual {
    min-height: 520px;
  }
  .pf-roam-original {
    width: 88%;
  }
  .pf-roam-center {
    top: 44%;
    right: 2%;
    width: 42%;
  }
  .pf-roam-copy {
    margin-top: 24px;
  }
  .pf-kaffe-lockup strong {
    font-size: 44px;
  }
  .pf-collection-card > .vc_column-inner,
  .pf-bom-card > .vc_column-inner {
    margin: 0 0 22px;
  }
  .pf-product-track {
    grid-auto-columns: 78%;
  }
  .pf-membership-image img {
    aspect-ratio: auto;
    object-fit: contain;
  }
  .pf-membership-copy,
  .pf-story-copy {
    margin-top: 28px;
  }
  .pf-retreat-row {
    min-height: 590px;
  }
  .pf-retreat-card > .vc_column-inner {
    padding: 28px 24px !important;
  }
  .pf-designer-carousel img {
    width: 132px !important;
    height: 132px !important;
  }
  .pf-designer-track {
    grid-auto-columns: 43%;
  }
  .pf-hero-button-grid .vc_column_container {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pf-home-2026 *,
  .pf-home-2026 *::before,
  .pf-home-2026 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
