
  @import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap");

  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pce-fyrebx-page {
    font-family: "Urbanist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #18221d;
    background: #f6f2e9;
    padding: clamp(44px, 6vw, 96px) 18px;
  }

  .pce-fyrebx-page *,
  .pce-fyrebx-page *::before,
  .pce-fyrebx-page *::after {
    box-sizing: border-box;
    border-radius: 0 !important;
  }

  .pce-fyrebx-page img,
  .pce-fyrebx-page button,
  .pce-fyrebx-page a,
  .pce-fyrebx-page figure {
    border-radius: 0 !important;
  }

  .pce-fyrebx-wrap {
    width: min(1680px, 100%);
    margin: 0 auto;
  }

  .pce-fyrebx-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
    padding: clamp(24px, 4.5vw, 54px);
    border: 1px solid rgba(24, 34, 29, 0.11);
    background:
      radial-gradient(circle at 8% 0%, rgba(169, 84, 34, 0.08), transparent 32%),
      linear-gradient(135deg, #fffdf8 0%, #eee5d4 100%);
    box-shadow: 0 28px 80px rgba(24, 34, 29, 0.08);
    overflow: hidden;
  }

  .pce-fyrebx-kicker,
  .pce-fyrebx-eyebrow {
    color: #83471e;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .pce-fyrebx-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 13px;
    border: 1px solid rgba(169, 84, 34, 0.22);
    background: rgba(255, 255, 255, 0.76);
  }

  .pce-fyrebx-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background: #a95422;
  }

  .pce-fyrebx-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #111915;
    font-size: clamp(2.45rem, 5.6vw, 5.35rem);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.058em;
    text-wrap: balance;
  }

  .pce-fyrebx-lead {
    max-width: 660px;
    margin: clamp(18px, 2.4vw, 28px) 0 0;
    color: #56645c;
    font-size: clamp(1.04rem, 1.45vw, 1.24rem);
    font-weight: 400;
    line-height: 1.72;
  }

  .pce-fyrebx-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: clamp(26px, 3vw, 40px);
  }

  .pce-fyrebx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 22px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition:
      transform 180ms ease,
      box-shadow 180ms ease,
      background-color 180ms ease,
      border-color 180ms ease;
  }

  .pce-fyrebx-btn-primary {
    color: #ffffff;
    background: #18221d;
    box-shadow: 0 16px 34px rgba(24, 34, 29, 0.18);
  }

  .pce-fyrebx-btn-primary:hover,
  .pce-fyrebx-btn-primary:focus-visible {
    transform: translateY(-2px);
    background: #26372f;
    box-shadow: 0 20px 42px rgba(24, 34, 29, 0.22);
	  color:#ffffff;
  }
	
	.pce-gsap-item{width:100% !important;}

  .pce-fyrebx-btn-secondary {
    color: #18221d;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(24, 34, 29, 0.16);
  }

  .pce-fyrebx-btn-secondary:hover,
  .pce-fyrebx-btn-secondary:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(24, 34, 29, 0.3);
    box-shadow: 0 14px 30px rgba(24, 34, 29, 0.08);
  }

  .pce-fyrebx-btn:focus-visible,
  .pce-fyrebx-thumb:focus-visible,
  .pce-fyrebx-card a:focus-visible {
    outline: 3px solid rgba(169, 84, 34, 0.3);
    outline-offset: 4px;
  }

  .pce-fyrebx-media {
    display: grid;
    gap: 14px;
  }

  .pce-fyrebx-main-image {
    position: relative;
    min-height: clamp(360px, 43vw, 575px);
    margin: 0;
    overflow: hidden;
    background: #18221d;
    box-shadow: 0 24px 60px rgba(24, 34, 29, 0.16);
  }

  .pce-fyrebx-main-image img {
    width: 100%;
    height: 100%;
    min-height: clamp(360px, 43vw, 575px);
    display: block;
    object-fit: cover;
    object-position: center;
    clip-path: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  .pce-fyrebx-image-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(15, 22, 18, 0.78);
    color: #ffffff;
  }

  .pce-fyrebx-image-caption strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
  }

  .pce-fyrebx-image-caption span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    font-weight: 400;
  }

  .pce-fyrebx-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .pce-fyrebx-thumb,
  .pce-fyrebx-page button.pce-fyrebx-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 92px;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(24, 34, 29, 0.16) !important;
    background: #ffffff !important;
    box-shadow: none !important;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.82;
    appearance: none;
    -webkit-appearance: none;
    clip-path: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      opacity 180ms ease;
  }

  .pce-fyrebx-thumb:hover {
    transform: translateY(-2px);
    border-color: rgba(169, 84, 34, 0.48) !important;
    opacity: 1;
  }

  .pce-fyrebx-thumb.is-active {
    border-color: #a95422 !important;
    opacity: 1;
  }

  .pce-fyrebx-thumb img,
  .pce-fyrebx-page .pce-fyrebx-thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    border: 0 !important;
    clip-path: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  .pce-fyrebx-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
    gap: clamp(24px, 5vw, 62px);
    align-items: end;
    margin-top: clamp(58px, 7vw, 94px);
    margin-bottom: clamp(22px, 3.5vw, 36px);
  }

  .pce-fyrebx-eyebrow {
    margin: 0 0 12px;
  }

  .pce-fyrebx-section-head h2,
  .pce-fyrebx-dark h2,
  .pce-fyrebx-cta h2 {
    margin: 0;
    color: #111915;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    text-wrap: balance;
  }

  .pce-fyrebx-section-head p {
    margin: 0;
    color: #56645c;
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    line-height: 1.7;
  }

  .pce-fyrebx-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .pce-fyrebx-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(24, 34, 29, 0.1);
    background: #fffdf8;
    box-shadow: 0 16px 38px rgba(24, 34, 29, 0.05);
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease;
  }

  .pce-fyrebx-card:hover {
    transform: translateY(-4px);
    border-color: rgba(169, 84, 34, 0.24);
    box-shadow: 0 24px 54px rgba(24, 34, 29, 0.08);
  }

  .pce-fyrebx-card-number {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    background: #efe2d0;
    color: #83471e;
    font-weight: 600;
  }

  .pce-fyrebx-card h3 {
    margin: 0;
    color: #18221d;
    font-size: clamp(1.25rem, 1.6vw, 1.55rem);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.025em;
  }

  .pce-fyrebx-card p {
    margin: 14px 0 0;
    color: #56645c;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .pce-fyrebx-card a {
    width: fit-content;
    margin-top: 24px;
    color: #83471e;
    font-weight: 600;
    text-decoration: none;
  }

  .pce-fyrebx-card a:hover {
    color: #18221d;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .pce-fyrebx-applications {
    display: grid;
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(24px, 4.5vw, 58px);
    align-items: stretch;
    margin-top: clamp(54px, 7vw, 88px);
  }

  .pce-fyrebx-dark {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(28px, 4vw, 42px);
    background: #18221d;
    color: #ffffff;
    box-shadow: 0 24px 64px rgba(24, 34, 29, 0.16);
  }

  .pce-fyrebx-dark .pce-fyrebx-eyebrow {
    color: #d7a16f;
  }

  .pce-fyrebx-dark h2 {
    color: #ffffff;
    font-size: clamp(1.9rem, 3.2vw, 3.35rem);
  }

  .pce-fyrebx-dark p {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
    line-height: 1.72;
  }

  .pce-fyrebx-note {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .pce-fyrebx-list {
    display: grid;
    gap: 12px;
  }

  .pce-fyrebx-list-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 20px;
    border: 1px solid rgba(24, 34, 29, 0.1);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 32px rgba(24, 34, 29, 0.045);
  }

  .pce-fyrebx-check {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    background: #efe2d0;
    color: #83471e;
    font-weight: 600;
    font-size: 0.82rem;
  }

  .pce-fyrebx-list-item h3 {
    margin: 0;
    color: #18221d;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.015em;
  }

  .pce-fyrebx-list-item p {
    margin: 6px 0 0;
    color: #56645c;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .pce-fyrebx-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: clamp(56px, 7vw, 92px);
    padding: clamp(28px, 4.5vw, 52px);
    border: 1px solid rgba(24, 34, 29, 0.1);
    background:
      radial-gradient(circle at 88% 15%, rgba(169, 84, 34, 0.08), transparent 28%),
      linear-gradient(135deg, #ffffff 0%, #eee4d2 100%);
    box-shadow: 0 22px 58px rgba(24, 34, 29, 0.08);
  }

  .pce-fyrebx-cta h2 {
    font-size: clamp(1.9rem, 3.4vw, 3.45rem);
  }

  .pce-fyrebx-cta p {
    max-width: 760px;
    margin: 16px 0 0;
    color: #56645c;
    font-size: 1rem;
    line-height: 1.7;
  }

  @media (max-width: 980px) {
    .pce-fyrebx-hero,
    .pce-fyrebx-section-head,
    .pce-fyrebx-applications,
    .pce-fyrebx-cta {
      grid-template-columns: 1fr;
    }

    .pce-fyrebx-cards {
      grid-template-columns: 1fr 1fr;
    }

    .pce-fyrebx-thumbs {
      grid-template-columns: repeat(5, minmax(90px, 1fr));
      overflow-x: auto;
      padding-bottom: 4px;
    }

    .pce-fyrebx-thumb,
    .pce-fyrebx-page button.pce-fyrebx-thumb {
      min-width: 90px;
    }
  }

  @media (max-width: 640px) {
    .pce-fyrebx-page {
      padding: 34px 14px;
    }

    .pce-fyrebx-hero {
      padding: 22px;
    }

    .pce-fyrebx-actions {
      flex-direction: column;
    }

    .pce-fyrebx-btn {
      width: 100%;
    }

    .pce-fyrebx-image-caption {
      position: static;
      background: #18221d;
    }

    .pce-fyrebx-cards {
      grid-template-columns: 1fr;
    }

    .pce-fyrebx-thumbs {
      grid-template-columns: repeat(5, minmax(132px, 1fr));
      gap: 10px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
    }

    .pce-fyrebx-thumb,
    .pce-fyrebx-page button.pce-fyrebx-thumb {
      min-width: 132px;
      min-height: 82px;
      scroll-snap-align: start;
    }

    .pce-fyrebx-list-item {
      grid-template-columns: 1fr;
    }

    .pce-fyrebx-cta {
      grid-template-columns: 1fr;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .pce-fyrebx-btn,
    .pce-fyrebx-card,
    .pce-fyrebx-thumb {
      transition: none;
    }

    .pce-fyrebx-btn:hover,
    .pce-fyrebx-card:hover,
    .pce-fyrebx-thumb:hover {
      transform: none;
    }
  }
