html, body {
      font-family: var(--font-main);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    button,
    input,
    select,
    textarea {
      font-family: inherit;
    }

    .project-hero {
      width: 100%;
      background: #11120d;
      color: #fffbf4;
      padding: 30px 0 24px;
      overflow: hidden;
    }

    .project-hero .container {
      width: min(1360px, 92%);
      margin: 0 auto;
    }

    .project-head {
      text-align: center;
      margin-bottom: 16px;
    }

    .project-title {
      margin: 0;
      font-size: clamp(34px, 4vw, 50px);
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .project-switch-row {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin: 12px 0 18px;
    }

    .project-switch {
      border: 0;
      padding: 10px 22px;
            background: #D45937;
      color: #11120d;
      font-weight: 800;
      font-size: 14px;
      cursor: pointer;
      opacity: 0.72;
      transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease, color 0.25s ease;
    }

    .project-switch.active {
      opacity: 1;
      background: #D45937;
      color: #fffbf4;
      transform: translateY(-1px);
    }

    .project-panels {
      position: relative;
      display: flex;
      justify-content: center;
    }

    .project-panel {
      display: none;
      width: min(1360px, 92%);
    }

    .project-panel.active {
      display: block;
    }

    .project-track-viewport {
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
    }

    .project-track {
      display: flex;
      gap: 14px;
      width: max-content;
      transition: transform 0.65s ease;
      will-change: transform;
    }

    .project-card {
      position: relative;
      flex: 0 0 238px;
      height: 220px;
      border-radius: 16px;
      overflow: visible;
      background: #11120D;
      border: 1px solid rgba(216,207,188,0.35);
      box-shadow: 0 12px 24px rgba(0,0,0,0.45);
    }

    .project-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.45s ease, filter 0.45s ease;
    }

    .project-card:hover img {
      transform: scale(1.06);
      filter: brightness(1.05);
    }

    .project-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(17,18,13,0.04), rgba(17,18,13,0.78));
      pointer-events: none;
    }

    .project-card h3 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      z-index: 1;
      margin: 0;
      padding: 0 12px;
      font-size: 14px;
      line-height: 1.35;
      text-align: center;
      text-transform: uppercase;
      color: #fffbf4;
    }

    .project-dots {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding-top: 16px;
      width: 100%;
    }

    .project-dot {
      width: 12px;
      height: 12px;
            border: 0;
      background: rgba(216,207,188,0.55);
      cursor: pointer;
      transition: transform 0.25s ease, background 0.25s ease;
    }

    .project-dot.active {
      background: #D45937;
      transform: scale(1.15);
    }

    .service-hero {
      width: 100%;
      background: #11120d;
      color: #fffbf4;
      padding: 34px 0 28px;
      overflow: hidden;
    }

    .service-hero .container {
      width: min(1360px, 92%);
      margin: 0 auto;
    }

    .service-head {
      text-align: center;
      margin-bottom: 18px;
      padding-top: 50px;
    }

    .service-kicker {
      margin: 0 0 8px;
      font-size: 14px;
      letter-spacing: 0.16em;
      color: rgba(216,207,188,0.95);
      text-transform: uppercase;
    }

    .service-title {
      margin: 0;
      font-size: 36px;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .service-track-viewport {
      overflow: hidden;
      width: 100%;
    }

    .service-track {
      display: flex;
      gap: 10px;
      width: max-content;
      transition: transform 0.65s ease;
      will-change: transform;
    }

    .service-card {
      position: relative;
      flex: 0 0 248px;
      height: 310px;
      border-radius: 16px;
      overflow: visible;
      background: #11120D;
      border: 1px solid rgba(216,207,188,0.32);
      box-shadow: 0 12px 24px rgba(0,0,0,0.45);
    }

    .service-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.45s ease, filter 0.45s ease;
    }

    .service-card:hover img {
      transform: scale(1.06);
      filter: brightness(1.05);
    }

    .service-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(17,18,13,0.06), rgba(17,18,13,0.78));
      pointer-events: none;
    }

    .service-icon {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 2;
      width: 34px;
      height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: rgba(17,18,13,0.55);
      border: 1px solid rgba(216,207,188,0.5);
      color: #d8cfbc;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      font-size: 15px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.28);
    }

    .service-icon-label {
      position: absolute;
      top: 50px;
      left: 12px;
      z-index: 2;
      color: #fffbf4;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      max-width: 110px;
      text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    }

    .service-copy {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      padding: 12px 12px 12px;
    }

    .service-copy-row {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 10px;
    }

    .service-copy-text {
      min-width: 0;
      flex: 1 1 auto;
    }

    .service-copy-text h3 {
      margin: 0 0 6px;
      font-size: 14px;
      line-height: 1.35;
      text-transform: uppercase;
      color: #fffbf4;
    }

    .service-copy-text p {
      margin: 0;
      font-size: 14px;
      line-height: 1.45;
      color: rgba(255,251,244,0.76);
    }

    .service-more {
      flex: 0 0 auto;
      padding: 7px 12px;
      border-radius: 4px;
      background: #D45937;
      color: #11120d;
      text-decoration: none;
      font-size: 14px;
      line-height: 1;
      box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    }

    .workflow-hero {
      width: 100%;
      background: #565449;
      color: #fffbf4;
      padding: 26px 0 28px;
      overflow: visible;
    }

    .workflow-hero .container {
      width: min(1360px, 92%);
      margin: 0 auto;
    }

    .workflow-head {
      text-align: center;
      margin-bottom: 18px;
    }

    .workflow-kicker {
      margin: 0 0 8px;
      font-size: 14px;
      letter-spacing: 0.16em;
      color: rgba(216,207,188,0.95);
      text-transform: uppercase;
    }

    .workflow-title {
      margin: 0;
      font-size: 36px;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .workflow-track-viewport {
      overflow: visible;
      width: 100%;
    }

    .workflow-track {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      width: 100%;
      transition: none;
      will-change: auto;
      align-items: center;
    }

    .workflow-card {
      position: relative;
      flex: 1 1 clamp(220px, 22vw, 270px);
      max-width: 305px;
      height: 198px;
      border-radius: 16px;
      overflow: visible;
      background: #11120D;
      box-shadow: 0 12px 24px rgba(0,0,0,0.25);
    }

    .workflow-sep {
      flex: 0 0 clamp(28px, 3vw, 54px);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,251,244,0.92);
      font-size: 54px;
      line-height: 1;
      text-shadow: 0 2px 8px rgba(0,0,0,0.32);
      transform: translateY(6px);
      user-select: none;
    }

    .workflow-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(86,84,73,0.36);
      pointer-events: none;
    }

    .workflow-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: brightness(0.76);
    }

    .workflow-icon {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 2;
      width: 34px;
      height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: rgba(17,18,13,0.52);
      border: 1px solid rgba(216,207,188,0.5);
      color: #fffbf4;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      font-size: 15px;
    }

    .workflow-icon-label {
      position: absolute;
      top: 50px;
      left: 12px;
      z-index: 2;
      color: #fffbf4;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      max-width: 120px;
      text-shadow: 0 1px 3px rgba(0,0,0,0.65);
    }

    .workflow-copy {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      padding: 10px 12px 10px;
      color: #fffbf4;
      font-size: 14px;
      line-height: 1.35;
      text-align: left;
      text-shadow: 0 1px 3px rgba(0,0,0,0.55);
    }

    .workflow-arrows {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      gap: 18px;
      pointer-events: none;
      z-index: 3;
    }

    .workflow-arrows span {
      font-size: 56px;
      line-height: 1;
      color: rgba(255,251,244,0.92);
      text-shadow: 0 2px 8px rgba(0,0,0,0.35);
    }

    .workflow-dots {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding-top: 14px;
    }

    .workflow-dot {
      width: 12px;
      height: 12px;
      border: 0;
      background: rgba(255,251,244,0.48);
      cursor: pointer;
      transition: transform 0.25s ease, background 0.25s ease;
    }

    .workflow-dot.active {
      background: #fffbf4;
      transform: scale(1.15);
    }

    .showcase-hero {
      width: 100%;
      background: #11120d;
      color: #fffbf4;
      padding: 30px 0 28px;
      overflow: hidden;
    }

    .showcase-hero .container {
      width: min(1360px, 92%);
      margin: 0 auto;
    }

    .showcase-head {
      text-align: center;
      margin-bottom: 10px;
    }

    .showcase-title {
      margin: 0;
      font-size: 36px;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .showcase-tabs {
      display: grid;
      grid-template-columns: repeat(var(--showcase-tab-count, 4), 1fr);
      gap: 5px;
      margin: 8px auto 20px;
      width: 100%;
      max-width: 1360px;
      border-radius: 0;
      overflow: visible;
    }

    .showcase-tab {
      border: 0;
      padding: 14px 10px;
      background: #565449;
      color: #d8cfbc;
      font-weight: 800;
      font-size: 15px;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, font-family 0.25s ease;
    }

    .showcase-tab.active {
      background: #D45937;
      color: #11120d;
      transform: translateY(-1px) scale(1.05);
      font-family: "Baloo 2", sans-serif !important;
      font-weight: 800;
    }

    .showcase-panel {
      display: none;
    }

    .showcase-panel.active {
      display: block;
      animation: showcaseFade 0.5s ease;
    }

    @keyframes showcaseFade {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .showcase-note {
      margin: 0 0 16px;
      color: #ff4a34;
      font-size: 22px;
      font-weight: 800;
      line-height: 1.5;
      text-transform: none;
    }
    .showcase-subtabs {
      display: flex;
      justify-content: center;
      gap: 5px;
      margin: 0 auto 12px;
      padding: 9px 10px 8px;
      position: relative;
      width: min(342px, 67vw);
      isolation: isolate;
      overflow: visible;
    }

    .showcase-subtab {
      position: relative;
      z-index: 1;
      min-width: 120px;
      width: 120px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: none;
      opacity: 0.6;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.02em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      white-space: nowrap;
      font-family: "UTM Avo", sans-serif;
    }

    .showcase-subtab:nth-child(1) {
      background: #565449;
      color: #fffbf4;
      border-radius: 0 16px 0 16px;
    }

    .showcase-subtab:nth-child(2) {
      background: #D45937;
      color: #565449;
      border-radius: 0;
    }

    .showcase-subtab:nth-child(3) {
      background: #D45937;
      color: #565449;
      border-radius: 16px 0 16px 0;
    }

    .showcase-subtab.active {
      opacity: 1;
      transform: translateY(-1px) scale(1.015);
      font-weight: 700;
    }

    .showcase-track-viewport {
      overflow: hidden;
      width: 100%;
    }

    .showcase-track {
      display: flex;
      gap: 10px;
      width: max-content;
      transition: transform 0.65s ease;
      will-change: transform;
    }

    .showcase-floors {
      position: relative;
    }

    .showcase-floor {
      display: none;
    }

    .showcase-floor.active {
      display: block;
      animation: showcaseFade 0.5s ease;
      border-radius: 22px;
      overflow: hidden;
    }

    .showcase-card {
      position: relative;
      flex: 0 0 256px;
      height: 198px;
      border-radius: 16px;
      overflow: visible;
      background: #11120D;
      box-shadow: 0 12px 24px rgba(0,0,0,0.38);
      border: 1px solid rgba(216,207,188,0.28);
    }

    .showcase-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.45s ease, filter 0.45s ease;
    }

    .showcase-card:hover img {
      transform: scale(1.05);
      filter: brightness(1.03);
    }

    .showcase-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(17,18,13,0.06), rgba(17,18,13,0.78));
      pointer-events: none;
    }

    .showcase-card h3 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
      z-index: 1;
      margin: 0;
      padding: 0 12px;
      font-size: 14px;
      line-height: 1.3;
      text-align: center;
      color: #fffbf4;
      text-transform: uppercase;
    }

    .showcase-dots {
      display: flex;
      justify-content: center;
      gap: 12px;
      padding-top: 16px;
    }

    .showcase-dot {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      background: rgba(216,207,188,0.28);
      color: #d8cfbc;
      font-weight: 800;
      line-height: 1;
      padding: 0;
      cursor: pointer;
      transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
    }

    .showcase-dot.active {
      background: #D45937;
      color: #11120d;
      transform: scale(1.08);
    }



    body.page-id-299 .showcase-tabs.decor-showcase-tabs {
      gap: 5px;
    }

    body.page-id-299 .showcase-tab.decor-showcase-tab {
      background: #D45937;
      color: #11120D;
    }

    body.page-id-299 .showcase-tab.decor-showcase-tab.active {
      background: #11120D;
      color: #D45937;
      transform: translateY(-1px) scale(1.05);
      font-family: "Baloo 2", sans-serif !important;
      font-weight: 800;
      box-shadow: inset 0 -3px 0 rgba(212, 89, 55, 0.35);
    }

    body.page-id-299 .showcase-subtabs.decor-showcase-subtabs {
      gap: 5px;
    }

    body.page-id-299 .showcase-subtab.decor-showcase-subtab {
      background: #D45937;
      color: #11120D;
      opacity: 1;
    }

    body.page-id-299 .showcase-subtab.decor-showcase-subtab.active {
      background: #11120D;
      color: #D45937;
      transform: translateY(-1px) scale(1.015);
      box-shadow: inset 0 -2px 0 rgba(212, 89, 55, 0.28);
    }

    body.page-id-299 .contact-band.decor-contact-band {
      display: flex !important;
      justify-content: center;
      align-items: stretch;
    }

    body.page-id-299 .contact-container-custom.decor-contact-container {
      flex: 0 0 min(1360px, 92%);
      width: min(1360px, 92%);
      margin: 0;
      display: grid;
      grid-template-columns: 30% 70%;
      gap: 5px;
      align-items: stretch;
    }

    body.page-id-299 .contact-form-side.decor-contact-form-side {
      background: #D45937;
      border: 0;
      box-shadow: none;
      padding: 10px 30px 24px;
      color: #ffffff;
      min-height: 100%;
      font-family: var(--font-main);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    body.page-id-299 .quote-form.decor-quote-form {
      display: flex;
      flex-direction: column;
      gap: 18px;
      background: #11120D;
      border-radius: 10px;
      padding: 24px;
    }

    body.page-id-299 .contact-form-side.decor-contact-form-side input[type="text"],
    body.page-id-299 .contact-form-side.decor-contact-form-side input[type="tel"],
    body.page-id-299 .contact-form-side.decor-contact-form-side input[type="email"],
    body.page-id-299 .contact-form-side.decor-contact-form-side select,
    body.page-id-299 .contact-form-side.decor-contact-form-side textarea {
      width: 100%;
      -webkit-appearance: none;
      appearance: none;
      background: var(--bone) !important;
      background-color: var(--bone) !important;
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      color: var(--black);
      font-size: 14px;
      line-height: 1.5;
      min-height: 44px;
    }

    body.page-id-299 .contact-form-side.decor-contact-form-side textarea {
      min-height: 112px;
      resize: vertical;
    }

    body.page-id-299 .contact-form-side.decor-contact-form-side .quote-col-contact h3,
    body.page-id-299 .contact-form-side.decor-contact-form-side .quote-col-need h3,
    body.page-id-299 .contact-form-side.decor-contact-form-side .form-section-title {
      line-height: 1.2;
    }

    @media (max-width: 640px) {
      .service-card {
        flex-basis: 200px;
        height: 270px;
      }

    .showcase-card-gallery {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 3;
        border: 1px solid rgba(216,207,188,0.75);
        border-radius: 999px;
        padding: 6px 10px;
        background: rgba(17,18,13,0.72);
        color: #fffbf4;
        font: 700 12px "UTM Avo", sans-serif;
        cursor: zoom-in;
    }

    .showcase-card-gallery:hover {
        background: #d8cfbc;
        color: #11120d;
    }

      .service-track {
        gap: 8px;
      }

      .workflow-card {
        flex-basis: 100%;
        max-width: none;
        height: 176px;
      }

      .workflow-sep {
        display: none;
        flex-basis: 0;
        font-size: 42px;
      }

      .workflow-track {
        gap: 10px;
      }

      .showcase-tabs {
        grid-template-columns: repeat(2, 1fr);
      }

      .showcase-card {
        flex-basis: 210px;
        height: 176px;
      }

      .showcase-track {
        gap: 8px;
      }

      .project-card {
        flex-basis: 180px;
        height: 180px;
      }

      .project-track {
        gap: 10px;
      }
    }
  
    .project-banner {
      width: 100%;
      padding: 0 0 24px;
      background: #11120d;
      overflow: hidden;
    }

    .project-banner .container {
      width: min(1360px, 92%);
      margin: 0 auto;
    }

    .project-banner-shell {
      position: relative;
      display: grid;
      grid-template-columns: 1.25fr 0.9fr;
      min-height: 500px;
      background: #11120d;
      box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
      isolation: isolate;
    }

    .project-banner-media {
      position: relative;
      min-height: 500px;
      overflow: hidden;
      background: #11120d;
    }

    .project-banner-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center left;
      transform: scale(1.01);
    }

    .project-banner-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(17, 18, 13, 0.02) 0%, rgba(17, 18, 13, 0.18) 46%, rgba(17, 18, 13, 0.9) 100%);
      pointer-events: none;
    }

    .project-banner-copy {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 46px 54px 46px 72px;
      background:
        linear-gradient(90deg, rgba(17, 18, 13, 0.2) 0%, rgba(17, 18, 13, 0.86) 34%, rgba(17, 18, 13, 0.96) 100%);
      color: #fffbf4;
      overflow: hidden;
    }

    .project-banner-copy::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("/wp-content/themes/vaway_Designero/assets/images/logo-doc.png");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: min(72%, 440px);
      opacity: 0.08;
      pointer-events: none;
      transform: translateX(10%);
    }

    .project-banner-copy > * {
      position: relative;
      z-index: 1;
    }

    .project-banner-kicker {
      margin: 0 0 10px;
      font-size: 14px;
      letter-spacing: 0.2em;
      color: rgba(216, 207, 188, 0.9);
      text-transform: uppercase;
    }

    .project-banner-title {
      margin: 0;
      font-size: clamp(34px, 4.4vw, 56px);
      line-height: 1;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #fffbf4;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    }

    .project-banner-list {
      list-style: none;
      margin: 18px 0 0;
      padding: 0;
      display: grid;
      gap: 8px;
      max-width: 420px;
    }

    .project-banner-list li {
      position: relative;
      padding-left: 18px;
      font-size: 14px;
      line-height: 1.55;
      color: rgba(255, 251, 244, 0.84);
    }

    .project-banner-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.72em;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #D45937;
      box-shadow: 0 0 0 3px rgba(216, 207, 188, 0.14);
    }

    .project-banner-list strong {
      color: #fffbf4;
      font-weight: 800;
    }

    .project-gallery {
      width: 100%;
      padding: 20px 0 28px;
      background: #fffbf4;
      color: #11120d;
    }

    .project-gallery .container {
      width: min(1360px, 92%);
      margin: 0 auto;
    }

    .project-gallery-title {
      margin: 0 0 12px;
      text-align: center;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #565449;
    }

    .project-gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 6px;
    }

    .project-gallery-card {
      position: relative;
      overflow: hidden;
      min-height: 444px;
      background: #D45937;
    }

    .project-gallery-card img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform 0.45s ease, filter 0.45s ease;
      cursor: zoom-in;
    }

    .project-gallery-card:hover img {
      transform: scale(1.03);
    }

    .project-gallery-night .project-gallery-card img {
      filter: brightness(0.72) saturate(0.92);
    }

    .project-gallery-night .project-gallery-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(17, 18, 13, 0.04), rgba(17, 18, 13, 0.34));
      pointer-events: none;
    }

    .showcase-compare-intro {
      padding-top: 20px;
      padding-bottom: 18px;
      text-align: center;
      color: #11120d;
    }

    .showcase-compare-intro h3 {
      margin: 0;
      font-family: 'Baloo 2', cursive;
      font-size: clamp(28px, 3.6vw, 42px);
      line-height: 1.1;
      font-weight: 700;
      color: #11120d;
      letter-spacing: 0.02em;
    }

    .showcase-compare-intro p {
      margin: 12px auto 0;
      max-width: 860px;
      font-size: 16px;
      line-height: 1.6;
      color: #565449;
    }

    .showcase-compare {
      margin-top: 0;
    }

    .compare-frame {
      position: relative;
      overflow: hidden;
      border-radius: 24px;
      min-height: 720px;
      background: #11120d;
      border: 1px solid rgba(216, 207, 188, 0.24);
      box-shadow: 0 24px 70px rgba(17, 18, 13, 0.22);
    }

    .compare-half {
      position: absolute;
      inset: 0;
      overflow: hidden;
    }

    .compare-before {
      clip-path: inset(0 50% 0 0);
    }

    .compare-after {
      clip-path: inset(0 0 0 50%);
    }

    .compare-half img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .compare-label {
      position: absolute;
      top: 18px;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(17, 18, 13, 0.72);
      color: #fffbf4;
      font-size: 12px;
      letter-spacing: 0.12em;
      font-weight: 800;
    }

    .compare-before .compare-label { left: 18px; }
    .compare-after .compare-label { right: 18px; }

    .compare-divider {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      margin-left: -1px;
      background: #D45937;
      box-shadow: 0 0 0 1px rgba(17, 18, 13, 0.15);
      cursor: ew-resize;
      touch-action: none;
    }

    .compare-handle {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: #D45937;
      color: #11120d;
      display: grid;
      place-items: center;
      font-size: 22px;
      font-weight: 900;
      box-shadow: 0 0 0 1px rgba(17, 18, 13, 0.16), 0 12px 28px rgba(17, 18, 13, 0.18);
      z-index: 2;
    }

    @media (max-width: 767px) {
      .compare-frame {
        min-height: 220px;
      }
    }


    @media (max-width: 991px) {
      .project-banner-shell {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .project-banner-media {
        min-height: 320px;
      }

      .project-banner-copy {
        padding: 28px 22px 34px;
      }

      .project-banner-copy::before {
        background-position: right 12px center;
        background-size: 68%;
        opacity: 0.06;
      }

      .project-banner-title {
        font-size: clamp(30px, 11vw, 40px);
      }

      .project-gallery {
        padding-bottom: 20px;
      }

      .project-gallery-title {
        font-size: 22px;
        margin-bottom: 10px;
      }

      .project-gallery-grid {
        grid-template-columns: 6fr 4fr;
        gap: 5px;
      }

      .project-gallery-card {
        min-height: 170px;
      }
    }

    
    .interior-hero {
      width: 100%;
      background: #fffbf4;
      color: #11120d;
      padding: 32px 0 42px;
    }

    .interior-shell {
      width: min(1360px, 92%);
      margin: 0 auto;
    }

    .interior-head {
      text-align: center;
      margin-bottom: 22px;
    }

    .interior-title {
      margin: 0;
      font-size: 36px;
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #565449;
    }

    .interior-area {
      padding-top: 24px;
    }

    .interior-area + .interior-area {
      margin-top: 22px;
      border-top: 1px solid rgba(86, 84, 73, 0.12);
    }

    .interior-area-head {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      gap: 14px;
    }

    .interior-area-head::before,
    .interior-area-head::after {
      content: "";
      height: 1px;
      flex: 1;
      background: linear-gradient(90deg, rgba(86,84,73,0.02), rgba(86,84,73,0.28), rgba(86,84,73,0.02));
    }

    .interior-area-head h3 {
      margin: 0;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: #565449;
      white-space: nowrap;
    }

    .interior-grid {
      display: grid;
      gap: 6px;
      margin-top: 6px;
    }

    .interior-grid-living {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .interior-grid-dining-top {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .interior-grid-dining-row {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: 6px;
    }

    .interior-grid-altar {
      grid-template-columns: 3fr 4fr 3fr;
    }

    .interior-grid-kitchen-top {
      grid-template-columns: 6fr 4fr;
    }

    .interior-grid-kitchen-bottom {
      grid-template-columns: 2fr 1fr 1fr;
      margin-top: 6px;
    }

    .interior-card {
      position: relative;
      margin: 0;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(86, 84, 73, 0.12);
      box-shadow: 0 10px 30px rgba(17, 18, 13, 0.06);
      isolation: isolate;
    }

    .interior-card::before {
      content: "";
      position: absolute;
      inset: 0;
      padding: 5px;
      background: linear-gradient(135deg, rgba(216,207,188,0.55), rgba(255,251,244,0));
      mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      opacity: 0.5;
      z-index: 1;
    }

    .interior-card img {
      width: 100%;
      height: 100%;
      min-height: 444px;
      display: block;
      object-fit: cover;
      transition: transform 0.45s ease;
      cursor: zoom-in;
    }

    .interior-card:hover img {
      transform: scale(1.03);
    }

    .interior-grid-altar .interior-card img {
      min-height: 444px;
    }

    .interior-grid-kitchen-top .interior-card img,
    .interior-grid-kitchen-bottom .interior-card img {
      min-height: 444px;
    }

    @media (max-width: 991px) {
      .interior-hero {
        padding: 24px 0 34px;
      }

      .interior-title {
        font-size: 30px;
      }

      .interior-area {
        padding-top: 20px;
      }

      .interior-area + .interior-area {
        margin-top: 18px;
        padding-top: 20px;
      }

      .interior-area-head h3 {
        font-size: 22px;
      }

      .interior-grid-living,
      .interior-grid-dining-top,
      .interior-grid-altar,
      .interior-grid-kitchen-top,
      .interior-grid-dining-row,
      .interior-grid-kitchen-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .interior-card img,
      .interior-grid-altar .interior-card img,
      .interior-grid-kitchen-top .interior-card img,
      .interior-grid-kitchen-bottom .interior-card img {
        min-height: 444px;
      }
    }


    .project-lightbox {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.94);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      padding: 20px;
    }

    .project-lightbox.is-open {
      display: flex;
    }

    .project-lightbox__stage {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .project-lightbox__image {
      max-width: min(100vw, 1360px);
      max-height: 100vh;
      width: auto;
      height: auto;
      object-fit: contain;
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
      background: #11120d;
    }

    .project-lightbox__close {
      position: absolute;
      top: 18px;
      right: 18px;
      width: 36px;
      height: 36px;
      border: 0;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      font-size: 22px;
      cursor: pointer;
      display: grid;
      place-items: center;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .project-lightbox__close:hover {
      transform: scale(1.06);
      background: rgba(255, 255, 255, 0.2);
    }

    .project-lightbox__close--close {
      top: 18px;
      right: 18px;
    }

    .project-lightbox__close--next {
      top: 50%;
      right: 18px;
      transform: translateY(-50%);
      font-size: 26px;
    }

    .project-lightbox__close--next:hover {
      transform: translateY(-50%) scale(1.06);
    }

    .project-lightbox__close[data-lightbox-prev] {
      top: 50%;
      left: 18px;
      right: auto;
      transform: translateY(-50%);
      font-size: 26px;
    }

    .project-lightbox__close[data-lightbox-prev]:hover {
      transform: translateY(-50%) scale(1.06);
    }

    .project-lightbox__meta {
      position: absolute;
      left: 18px;
      bottom: 18px;
      display: flex;
      align-items: flex-end;
      gap: 12px;
      max-width: min(560px, 82vw);
      color: #fff;
    }

    .project-lightbox__thumb {
      width: 56px;
      height: 56px;
      flex: 0 0 auto;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.22);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
      background: #11120d;
    }

    .project-lightbox__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .project-lightbox__caption {
      padding: 10px 12px;
      background: rgba(17, 18, 13, 0.75);
      border: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 14px;
      line-height: 1.45;
      font-weight: 700;
      color: #fffbf4;
      max-width: 100%;
    }

    .project-lightbox__caption strong {
      display: block;
      font-size: 13px;
      color: rgba(216, 207, 188, 0.95);
      margin-bottom: 2px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    @media (max-width: 991px) {
      .project-lightbox {
        padding: 14px;
      }

      .project-lightbox__meta {
        left: 14px;
        bottom: 14px;
        max-width: calc(100vw - 86px);
      }

      .project-lightbox__thumb {
        width: 48px;
        height: 48px;
      }

      .project-lightbox__caption {
        font-size: 12px;
        padding: 8px 10px;
      }
    }

    

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */


/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */


:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
    .designero-compare-pair-nav { display:flex; justify-content:center; gap:10px; margin-top:18px; }
    .designero-compare-pair-nav button { width:38px; height:38px; border:1px solid #D8CFBC; border-radius:50%; color:#D8CFBC; background:#11120D; cursor:pointer; font:600 15px "UTM Avo",sans-serif; }
    .designero-compare-pair-nav button.is-active,.designero-compare-pair-nav button:hover { color:#11120D; background:#D8CFBC; }
