    /* Targets the container only on the Contact Custom Template */
    .page-template-custom-pagespage-care-and-maintenance-php .site-content > .container,
    .page-template-custom-pagespage-care-and-maintenance-php .site-content > .motta-container {
        max-width: none !important;
        padding: 0 !important;
        width: 100% !important;
    }

    /* 1. Remove Motta's default site-content spacing */
    .page-template-custom-pagespage-care-and-maintenance-php .site-content {
        padding: 0 !important;
        margin: 0 !important;
    }


    body {
        font-family: Chillax !important;
        line-height: 1.6;
        font-weight: 300;        
    }

    /* ==========================================================================
      1. Header Section Styles
      ========================================================================== */
    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px 20px;
    }

    .header .content {
      flex: 1;
      max-width: 600px;
    }

    .header .title h1 {
      font-size: 35px;
      margin-bottom: 20px;
      color: #1a1a1a;
      font-weight: 400;
    }

    .header .sub p {
      font-size: 15px;
      line-height: 1.8;
      color: #6B5D52;
    }

    .header .image {
      flex: 1;
      display: flex;
      justify-content: center;
    }

    .header .image img {
      width: 100%;
      max-width: 600px;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
    }

    /* ==========================================================================
      2. Care Guide Main Content Area
      ========================================================================== */
    .care-guide-container {
      max-width: 1000px; /* Narrower width for optimal reading comfort */
      margin: 0 auto;
      padding: 20px 10px 20px 10px;
      color: #1a1a1a;
    }

    .lede{
      font-size: 15px;
      color: #1a1a1a;
    }
  
    .lede p{ margin: 0 0 22px; }
  
    .dropcap::first-letter{
      font-size: 67px;
      line-height: 0.78;
      float: left;
      padding: 4px 10px 0 0;
      color: #A87A63;
      font-weight: 300;
    }
  
    .guide-section {
      margin-bottom: 50px;
    }

    .guide-section h2 {
      font-weight: 400;
      font-size: 18px;
      color: #1a1a1a;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 10px;
      margin-bottom: 25px;
    }

    .guide-section h3 {
      font-size: 16px;
      color: #6B5D52;
      margin-top: 25px;
      margin-bottom: 8px;
      font-weight: 400;
    }

    .guide-section p {
      margin-bottom: 15px; 
      color: #1a1a1a;
    }

    .section-lead {
      font-size: 15px;
      font-weight: 400;
      color: #6B5D52 !important;
    }

        /* ==========================================================================
    4. Procedural Step Sequences (Craftsmanship Page Specific)
    ========================================================================== */
    .sequence-container {
        margin: 40px 0;
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .step-card {
        display: flex;
        align-items: flex-start;
        gap: 30px;
        border-bottom: 1px solid #E8E0D2;
        padding-bottom: 40px;
    }

    .step-card:last-child {
        border-bottom: none;
    }

    .step-number {
        font-family: Chillax;
        font-size: 32px;
        font-weight: 300;
        color: #A87A63;
        line-height: 1;
        min-width: 50px;
        letter-spacing: 0.05em;
    }

    .step-content {
        flex: 1;
    }

    .step-content h3 {
        font-family: Chillax;
        font-size: 20px;
        color: #A87A63;
        margin-top: 0;
        margin-bottom: 18px;
        font-weight: 400;
        letter-spacing: 0.02em;
    }

    .step-content h4 {
        font-family: Chillax;
        font-size: 14px;
        color: #1a1a1a;
        margin-top: 0;
        margin-bottom: 18px;
        font-weight: 400;
        letter-spacing: 0.02em;
    }

    .step-content p {
        margin-bottom: 16px;
        color: #4a4a4a;
        font-size: 14px;
        line-height: 1.7;
    }
      /* Alert Boxes (Warnings and Tips) */
    .alert-box {
      padding: 15px 20px;
      border-radius: 6px;
      margin: 25px 0;
      font-size: 15px;
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .alert-box span {
      font-size: 15px;
      line-height: 1;
    }

    .alert-box.warning {
      background-color: #FAF8F7;
      color: #1a1a1a;
    }

    .alert-box.info {
      background-color: #FAF8F7;
      color: #1a1a1a;
    }

    /* Preventing Damage List Layout */
    .damage-list {
      list-style: none;
      padding: 0;
    }

    .damage-list li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 12px;
      color: #6B5D52;
    }

    .damage-list li span {
      color: #1a1a1a;
    }

    .damage-list li::before {
      content: "•";
      color: #A87A63; /* Copper/brass color marker */
      font-size: 25px;
      position: absolute;
      left: 5px;
      top: -7px;
    }

    /* Dos and Don'ts Dynamic Two-Column Layout */
    .dos-donts-container {
      display: flex;
      gap: 30px;
      margin-top: 25px;
    }

    .dos-box, .donts-box {
      flex: 1;
      padding: 25px;
      border-radius: 8px;
      background-color: #FAF8F7;
    }


    .dos-box h4, .donts-box h4 {
      margin-top: 0 !important;
      margin-bottom: 15px !important;
      font-size: 15px !important;
      color: #A87A63;
    }

    .dos-box ul, .donts-box ul {
      list-style: none;
      padding: 0;
    }

    .dos-box ul li, .donts-box ul li {
      margin-bottom: 12px;
      font-size: 15px;
      line-height: 1.5;
    }

    .dos-box ul li span, .donts-box ul li span {
      color: #1a1a1a;
      font-weight: 400;
      margin-bottom: 12px;
      font-size: 15px;
      line-height: 1.5;
    }

    /* Tinza Conclusion Block Styling */
    .guide-footer {
      text-align: center;
      padding: 40px 30px;
      border-radius: 12px;
      margin-top: 60px;
    }

    .guide-footer h2 {
      font-size: 2rem;
      color: #1a1a1a;
      margin-bottom: 15px;
      font-weight: 400;
    }

    .guide-footer p {
      max-width: 650px;
      margin: 0 auto;
      font-size: 15px;
      color: #6B5D52;
    }

    /* ---------------------------------------------
      Related Stories
    --------------------------------------------- */
    .related-stories{
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px 70px;
    }
  
    .related-header{
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 44px;
      padding-bottom: 26px;
      border-bottom: 1px solid #E8E0D2;
    }
  
    .related-header h2{
      font-weight: 400;
      font-size: clamp(28px, 4vw, 38px);
      margin: 0;
      color: #6B5D52;
    }
  
    .related-link{
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #6B5D52;
      text-decoration: underline;
      text-decoration-color: #978C7E;
      text-underline-offset: 4px;
      white-space: nowrap;
      transition: color .2s ease, text-decoration-color .2s ease;
    }

    .related-link:hover{
      color: #8A6230;
      text-decoration-color: #A87A63;
    }

    .card {
          background: #FAF8F7;
          border-radius: 14px;
          overflow: hidden;
          max-width: 350px;
          margin: 0 20px;
      }

      .card-image {
          width: 100%;
          height: 220px;
          object-fit: cover;
          object-position: center;
          display: block;
      }

      .card-body {
          padding: 20px 22px 24px;
      }

      /* ── Card text ────────────────────────────── */
      .card-title {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.3;
          color: #1a1a1a;
          margin-bottom: 8px;
      }

      .card-excerpt {
          font-size: 13px;
          line-height: 1.6;
          color: #6B5D52;
          flex: 1;
          margin-bottom: 16px;
      }

      /* ── Card footer ──────────────────────────── */
      .card-footer {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-top: 12px;
          border-top: 1px solid rgba(176, 125, 58, 0.18);
      }

      .byline {
          font-size: 11px;
          color: #A08C7E;
      }

      .read-link {
          display: flex;
          justify-content: flex-end;
          font-size: 12px;
          font-weight: 500;
          color: #A87A63;
          text-decoration: none;
          transition: letter-spacing 0.15s;
      }

      .read-link:hover { 
          letter-spacing: 0.02em; 
      }
  
      .related-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
      }

      .eyebrow {
        display: inline-block;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding: 3px 10px;
        border-radius: 20px;
        background: #F0E6D0;
        color: #B07D3A;
        margin-bottom: 12px;
        align-self: flex-start;
    }


    /* ==========================================================================
      3. Responsive Media Queries
      ========================================================================== */
    @media (max-width: 992px) {
      .related-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
        justify-items: center;
      }
      .header {
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .header {
        flex-direction: column-reverse;
        text-align: center;
        padding: 40px 20px 20px 20px;
        gap: 30px;
      }

      .header .title h1 {
        font-size: 2rem;
      }

      .header .sub p {
        font-size: 1rem;
      }
      
      .header .image img {
        max-width: 100%;
      }

      .care-guide-container {
        padding: 20px 15px 40px 15px;
      }

      .step-card {
        flex-direction: column; /* Stack timeline indicators and text content */
        gap: 12px;
        padding-bottom: 30px;
      }

      .step-number {
          font-size: 24px;
          border-bottom: 2px solid #A87A63;
          padding-bottom: 4px;
          display: inline-block;
          min-width: auto;
      }

      .dos-donts-container {
        flex-direction: column;
        gap: 20px;
      }

      .related-stories { 
        padding: 60px 20px 80px; 
      }

      .related-header {
        flex-direction: column;
        align-items: center;    
        text-align: center;
        gap: 12px;
      }
        
      .related-grid {
        grid-template-columns: 1fr; /* Single column layout on mobile screens */
        justify-items: center;  
        gap: 36px;
      }
    }
