/*=============================
    General
==============================*/


/*=============================
    Color Guide
===============================


#5c5c37 : green
#bc5e2c : orange
#d39d2d : gold
#282d27 : black
#eeefe9 : cream


font-family: "the-seasons", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500, 600;
font-style: normal;

font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500, 600;
font-style: italic;



==============================*/

html {
    margin: 0;
    padding: 0;
    line-height: 0;
        scroll-behavior: smooth;
        overflow-x: hidden;
        font-size: 16px;
    }


body {
    color: #282d27;

    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight:  500;
    background-color: #eeefe9;
    overflow-x: hidden;


    }


    img {
        max-width:  100%;
    }

    b, strong {
        font-weight:  700;
    }

    p {
            font-family: "neue-haas-grotesk-display", sans-serif;

    }

    p a {
        color: #bc5e2c;
    }

    p a:hover {
        color:  #5c5c37;

    }


        .fade, :hover, a {
            -webkit-transition: all .3s ease;
               -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                 -o-transition: all .3s ease;
                    transition: all .3s ease;
            }


        .bg-cover {
            overflow: hidden;

              background-repeat: no-repeat;
              background-position: center;
                  -webkit-background-size: cover;
                     -moz-background-size: cover;
                       -o-background-size: cover;
                          background-size: cover;
            }

            .bg-contain {
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }




            .clearfix:after {
                display: block;
                clear: both;

                content: ' ';
                }


                ::selection {
                    background: #4ab9e9;
                    color: #eeefe9;
                }


/*=============================
    Headings & Text
==============================*/

    h1, h2, h3, h4, h5, h6, body, p, a {
        transition: font-size 500ms;
        text-decoration: none;

        /* default resets */

        line-height: 100%;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
        }

            ul {
                /* default resets */
                display: block;
                list-style-type: none;
                margin-block-start: 0em;
                margin-block-end: 0em;
                margin-inline-start: 0px;
                margin-inline-end: 0px;
                padding-inline-start: 0px;
            }


            em {
                font-style: italic;
                }

            a:focus, input:focus, textarea:focus {
                outline: none;
                }


        h1, h2, h3, h4, h5, h6 {
            line-height:  120%;
            }

            h1 { 
                font-family: "the-seasons", sans-serif;
                font-size: 5rem;
                font-weight: 500;
                color: #eeefe9;
            }

            h2 { 
                color: #5c5c37;
                font-size: 4rem;
                font-weight: 500;
                font-family: "the-seasons", sans-serif;
                }

            h3 {  
                color: #5c5c37;
                font-size: 3rem;
                font-weight: 500;
                font-family: "the-seasons", sans-serif;

                }

            h4 {
                color: #5c5c37;
                font-size: 1.5rem;
                font-weight: 500;
                font-family: "neue-haas-grotesk-display", sans-serif;
            
                }

            h5 { 
                color: #5c5c37;
                font-size: 1.5rem;
                font-weight: 500;
                font-family: "the-seasons", sans-serif;


                }

            h6 {
                color: #282d27;
                text-transform: uppercase;
                letter-spacing: .1rem;
                font-weight: 600;
                font-size: 1.2rem;
                text-transform: uppercase;
                 font-family: "neue-haas-grotesk-display", sans-serif;

                }


                @media all and (max-width: 700px) {
                    h1 {
                        font-size: 3.5rem;
                    }

                    h2 {
                        font-size: 3rem;
                    }

                    h3 {
                        font-size: 2rem;
                    }

                    h4 {
                        font-size: 1rem;
                    }

                }


                .light-text h1,
                .light-text h2,
                .light-text h3,
                .light-text h4,
                .light-text h5,
                .light-text h6,
                .light-text p {
                    color: #eeefe9!important;
                }


                .module.light-text::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    background: rgba(0,0,0,.5);
                    z-index:0;
                }

            p, li {
                color: #282d27;
                font-size: 1.2rem;

                }

            p.text,
            .text p,
            .blogpost .text ul  {
                margin-top: 20px;
                line-height: 1.6;
                font-size: 1.2rem;
            }

            @media all and (max-width: 700px) {
                p.text, .text p {
                    margin-top: 15px;
                }
            }

            .text a {
                color: #bc5e2c;
            }

            .text a:hover {
                color: #5c5c37;
            }

            .text h6 {
                margin-top: 30px;
            }

            .text h6:first-child {
                margin-top: 0;
            }

                .button,
                span.button,
                a.button {
                    margin-top: 20px;
                      display: inline-block;
                      background-color: #d59c2c;
                      color: #eeefe9;
                      text-transform: uppercase;
                      font-weight: bold;
                      font-size: 0.85rem;
                      letter-spacing: 1px;
                      padding: 0.75rem 1.25rem;
                      text-decoration: none;
                      transition: background 0.3s ease;
                      width: fit-content;
                }

                .button:hover,
                span.button:hover,
                a.button:hover {
                    background:  #5c5c37;
                    color:  #eeefe9;
                }






        /***** LISTS *****/

                  .text ol {
                  list-style: none;
                  counter-reset: custom-counter;
                  padding-left: 0;
                  margin: 1.5rem 0;
                }

                .text ol li {
                  counter-increment: custom-counter;
                  position: relative;
                  padding-left: 2rem;
                  font-weight: 400;
                  margin-bottom: .75rem;
                  line-height: 1.4;
                }

                .text ol li::before {
                  content: counter(custom-counter, decimal-leading-zero);
                  position: absolute;
                  left: 0;
                  top: 0;
                  line-height: 100%;
                  font-weight: 700;
                  color: #bc5e2c /* burnt orange or your brand color */
                }

                .text ul {
                  list-style: none;
                  padding: 0;
                  margin: 2rem 0;
                }

                .text ul:first-child {
                 /* margin-top: 0; */
                }



                .text ul:last-child {
                    margin-bottom: 0;
                }

                .text ul li {
                  position: relative;
                  padding-left: 2rem;
                  margin-bottom: .75rem;
                  font-weight: 400;
                  line-height: 1.6;
                }



                .text ul li ul,
                .text ol li ol {
                        margin: .75rem 0 1.25rem;
                }

                 .text ul li ul li,
                 .text ol li ol li {
                    padding-left: 0rem;
                    line-height: 1.6;
                 }

                .text ul li ul li::before,
                .text ol li ol li::before  {
                    display: none;
                }


/*=============================
    Header
==============================*/

    header {
        position: fixed;
        z-index: 99999999;
        border-bottom: 1px solid rgba(255, 255, 255,0);
        width: 100%;
        background-color: rgba(92, 92, 55,0);
        height:  60px;
        }



    header.scrolled {
            background-color: rgba(92, 92, 55,1);
                border-bottom: 1px solid rgba(255, 255, 255,.2);


    }

    @media all and (max-width:  800px) {
        header {
            margin-top:  0;
        }
    }



    #logo {
        float: left;
        height: 30px;
        width: 250px;
        z-index: 999;
        padding-top: 11px;
        position: relative;
        }

            #logo img {
                width: 100%;
                height: auto;
                position: absolute;
                }

        header.scrolled #logo {
            width: 150px;
            padding-top: 8px;
        }


/* Default: show default logo, hide alt */
#header .logo-default {
  display: block;
}
#header .logo-alt {
  display: none;
}

/* In light-hero mode before scroll: swap logos */
#header.light-hero:not(.scrolled) .logo-default {
  display: none;
}
#header.light-hero:not(.scrolled) .logo-alt {
  display: block;
}


/*=============================
    Background
==============================*/

    .background {
        overflow: hidden;
          background-repeat: no-repeat;
          background-position: center;
              -webkit-background-size: cover;
                 -moz-background-size: cover;
                   -o-background-size: cover;
                      background-size: cover;
            padding-top:  70px;
        padding-bottom:  70px;
        }



/*=============================
    Menu
==============================*/

    .light-hero:not(.scrolled) .mega-toggle-animated-inner,
    .light-hero:not(.scrolled) .mega-toggle-animated-inner:before,
    .light-hero:not(.scrolled) .mega-toggle-animated-inner:after {
        background-color: #5c5c37!important;
    }



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #5c5c37;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
}



    @media all and (min-width: 1100px) {
        #mega-menu-wrap-primary,
        #mega-menu-wrap-primary .mega-menu,
        #mega-menu-wrap-primary .mega-menu li a {
          font-family: "neue-haas-grotesk-display", sans-serif !important;
          font-weight: 700!important;
          letter-spacing: 1px;
        }

        /* Default top-level menu item height */
        #mega-menu-wrap-primary .mega-menu > li > a {
          height: 100px!important;
          line-height: 100px!important;
          -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        }


        .light-hero:not(.scrolled) #mega-menu-wrap-primary .mega-menu > li > a {
            color: #5c5c37!important;
        }

        /* Smaller on scroll (when header.scrolled is active) */
        header.scrolled #mega-menu-wrap-primary .mega-menu > li > a {
          height: 60px!important;
          line-height: 60px!important;
            transition: all 0.3s ease;
                          -webkit-transition: all .3s ease;
                       -moz-transition: all .3s ease;
                        -ms-transition: all .3s ease;
                         -o-transition: all .3s ease;
                            transition: all .3s ease;

        }

            #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
             box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);   

            }

            header:not(.scrolled) #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
                margin-top: -20px;
            }


        #mega-menu-wrap-primary {
            clear: none;
        }

    }


        #mega-menu-wrap-primary .mega-menu-toggle {
            top: 22px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        header.scrolled #mega-menu-wrap-primary .mega-menu-toggle {
            top: 9px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }


        #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
            margin-left: 0;
        }



        @media only screen and (max-width: 1100px) {
            #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
            font-size: 1rem;
            letter-spacing: .05rem;
            font-weight: 700;
            }

                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
                    padding-left: 40px;
                    color: #5c5c37;
                    text-transform: none;
                }


        }



/*=============================
    Hero
==============================*/


                .return-link h6 {
                    text-align: left;
                    margin-bottom: 20px;
                    color: #eeefe9;;
                }

                a.return-link:hover h6 {
                    color: #d39d2d;
                }
                
            #hero {
                background-color: #5a5c30;
                overflow: visible;
                position: relative;
                padding: 6rem 7% 0;
                z-index: 1;
            }


            #hero.full-image-hero::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
                z-index: 1;
            }

            #hero.full-image-hero .hero-layout {
                visibility: hidden;
            }


            #hero.light {
                background-color:#eeefe9;
            }

            .light-hero ~ #hero {
                background: #eeefe9;
            }

            .light-hero ~ #hero h1,
            .light-hero ~ #hero p,
            .light-hero ~ #hero h6 {
                color: #5a5c30;
            }

            #hero.hero-home {
                padding: 0 0 0;
            }

            .hero-layout {
                display: flex;
                justify-content: space-between;
                align-items: stretch; /* Make children (text + image) equal height */
                max-width: 1600px;
                margin: 0 auto;
                position: relative;
                gap: 4rem;
                padding: 80px 0;
            }

            .hero-text {
                flex: 1 1 55%;
                color: #eeefe9;
                z-index: 2;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                max-width: 1000px;
            }

            .hero-bio .hero-text {
                justify-content: center;
            }

            .light .hero-text {
                color: #5c5c37;
            }

            .hero-heading-wrap h1 {
                font-weight: 300;
                line-height: 1.1;
                margin: 0 0 1rem 0;
                text-align: left;
                color: #eeefe9;
            }

            .light .hero-heading-wrap h1 {
                color: #5c5c37;

            }

            @media all and (max-width: 1200px) {
                .hero-heading-wrap h1 {
                    font-size: 7vw;
                }
            }

            @media all and (max-width: 800px) {
                .hero-heading-wrap h1 {
                    font-size: 3rem;
                }
            }



            .hero-heading-wrap p {
                text-align: left;
                color: #eeefe9;
            }

            .light .hero-heading-wrap p {
                                color: #5c5c37;

            }

            .hero-subtext {
                font-size: 1.1rem;
                line-height: 1.6;
                max-width: 600px;
                margin: 0;
            }

            .return-link h6 {
                text-align: left;
                margin-bottom: 20px;
            }

            a.return-link:hover h6 {
                color: #d39d2d;
            }

            /* Image side */

            .hero-image-container {
                flex: 1 1 45%;
                position: relative;
                z-index: 3;
                display: flex;
                align-items: stretch; /* Force image container to match text height */
            }

            .hero-image {
                flex: 1;
                display: flex; /* Ensure inner img can fill the space */
                margin-bottom: -130px;
            }

            .hero-image img {
                width: 100%;
                height: 100%; /* Match text height */
                object-fit: cover; /* Crop if necessary */
                display: block;
                border-radius: 0;
            }

            @media (max-width: 900px) {
              .hero-layout {
                flex-direction: column;
                gap: 2rem;
                padding: 2rem 0;
              }

              .hero-text,
              .hero-image-container {
                flex: 1 1 100%;
                max-width: 100%;
              }

              .hero-image-container {
                max-height: 250px;
              }

              .hero-image {
                margin-bottom: 0; /* remove negative space on mobile */
              }

              .hero-image img {
                height: auto; /* prevent it from forcing a tall hero */
              }

              .hero-subtext {
                font-size: 1.2rem;
              }
            }



        /**** HERO HOME *****/

       .hero-home .hero-image-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          z-index: 2;
            background:linear-gradient(
            to right,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.5) 40%,
            rgba(0, 0, 0, 0.3) 100%
          );
        }



        /* Absolutely position the wrapper */
        .hero-home .hero-heading-wrap {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 86%;
          max-width: 1600px;
          margin: 0 auto;
          padding-left: 7%;
          padding-right: 7%;
          z-index: 9;
          pointer-events: none; /* lets clicks pass through */
        }

        /* Style the heading inside it */
        .hero-home .hero-heading-wrap h1 {
          font-size: 10vw;
          font-weight: 300;
          max-width: 60vw;
          margin: 0;
          line-height: 1.1;
          word-break: break-word;
        }

        @media all and (min-width: 1200px) {
            .hero-home .hero-heading-wrap h1 {
                font-size: 8rem;
            }
        }


        /* Flex layout: left text, right slideshow */
        .hero-home .hero-section {
          display: flex;
          height: 100%;
          width: 100%;
        }

        /* Left side: Text column */
        .hero-home .hero-text {
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 4rem;
          box-sizing: border-box;
          height: 100%;
        }

                @media all and (max-width: 600px) {

                    .hero-home .hero-heading-wrap h1 {
                      font-size: 13vw;

                    }

                    .hero-home .hero-text {
                        display: none;
                    }

                    .hero-home .hero-image-overlay {
                        background: rgba(0,0,0, .5);
                    }
                }
/*
         .hero-home .hero-text h1 {
          font-size: 4rem;
          font-weight: 300;
          line-height: 1.2;
          margin: 0;
          word-break: break-word;
        }
*/
        /* Right side: Slideshow column */
        #heroSplide {
          flex: 2;
          height: 100%;
          position: relative;
          overflow: hidden;
        }

        .splide__track,
        .splide__list,
        .splide__slide {
          height: 100%;
        }

        #heroSplide .splide__track, 
        #heroSplide .splide__list, 
        #heroSplide .splide__slide {
            height: 600px;
        }

        .splide__list {
          display: flex;
        }

        .splide__slide {
          flex: 1 0 100%;
          height: 100%;
        }

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


        /* .simple-hero */
            #hero.simple-hero {
              padding: 8rem 7% 0;
            }

            #hero.simple-hero .hero-inner {
              display: flex;
              justify-content: space-between;
              gap: 20%;
              flex-wrap: wrap;
            }

            #hero.simple-hero .hero-left {
              flex: 1 1 30%;
            }

            #hero.simple-hero .hero-left h2,
            #hero.simple-hero .hero-left h1 {
              color: #5c5c37;
            }


            #hero.simple-hero .hero-right {
              flex: 1 1 45%;
              margin-top: 4rem;
            }

            #hero.simple-hero img {
                visibility: hidden;
            }


            @media (max-width: 900px) {
              #hero.simple-hero .hero-inner {
                flex-direction: column;
                align-items: flex-start;
              }

              #hero.simple-hero .hero-left,
              #hero.simple-hero .hero-right {
                flex: 1 1 100%;
              }

              #hero.simple-hero .hero-right {
                margin-top: 1rem;
              }

              #hero.simple-hero .hero-left h2 {
                font-size: 3rem;
              }
            }


/*=============================
    Home
==============================*/


        #services,
        .static-panels .inner {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          gap: 4rem;
          padding: 6rem 7%;
          flex-wrap: wrap;
        }

        .static-panels .inner {
            padding: 0 7%;

            gap: 2rem;
        }



        a.static-panel:hover {
            transform: scale(1.05);
        }

    /*   #services h2,
        .static-panels h2 {
          font-size: 4rem;
          font-weight: 300;
          color: #4a4f29;
          flex: 1 1 40%;
          margin: 0;
          line-height: 1.1;
        }
        */


        .static-panels h2 {
            flex: 1 1 30%;
        }

        .services-text,
        .static-panels .text {
          flex: 1 1 30%;
          max-width: 600px;
        }


        @media all and (max-width: 700px) {

            #services,
            .static-panels .inner {
              gap: 2rem;
              padding: 3rem 7%;
              display: block;
            }

            .static-panels .inner {
                padding-top: 0;

            }


        }


        /***** Our Reach ******/
             #reach {
          padding: 6rem 7%;
        }

        .reach-container {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: space-between;
          gap: 4rem;
          max-width: 1600px;
          margin: 0 auto;
        }

        .reach-text {
          flex: 0 0 30%;
          max-width: 600px;
        }

        .reach-map {
          flex: 0 0 70%;
          text-align: right;
        }

        .reach-map img {
          max-width: 100%;
          height: auto;
        }

        /* Responsive fallback: stack on small screens */
        @media (max-width: 900px) {
          .reach-container {
            flex-direction: column;
            align-items: flex-start;
          }

          .reach-text,
          .reach-map {
            flex: 1 1 100%;
            max-width: 100%;
            text-align: left;
          }

          .reach-map {
            margin-top: 2rem;
          }
        }

        @media all and (max-width: 700px) {
             #reach {
              padding: 3rem 7%;
            }
        }


        /***** Story *****/


            #story {
              padding: 6rem 7% 0;
              margin-bottom: -150px;
              z-index: 9;
            }

            .story-container {
              display: flex;
              flex-wrap: nowrap;
              gap: 6rem;
              max-width: 1600px;
              margin: 0 auto;
              align-items: stretch;
            }

            .story-slider {
              flex: 1 1 40%;
              min-width: 0;
              height: 650px;
              overflow: hidden;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
            }

            .story-slide {
              position: relative;
              height: 100%;
            }

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

            .story-controls {
              display: flex;
              justify-content: center;
              align-items: center;
              gap: 1rem;
              margin-top: 1.5rem;
            }

            .story-controls button {
              border: none;
              background: transparent;
            }

            .story-controls img {
              width: 30px;
              height: auto;
              transition: transform 0.2s ease;
            }

            .story-prev img {
              transform: rotate(180deg);
            }

            .story-next img:hover {
              transform: scale(1.2);

            }

            .story-prev img:hover {
              transform: rotate(180deg) scale(1.2);

            }



            .story-text {
              flex: 1 1 50%;
              min-width: 0;
              display: flex;
              flex-direction: column;
              justify-content: center;
              margin-top: -170px;
            }

            .story-counter h5 {
              color: #eeefe9;
            }

            #story-current {
              font-size: 100%;
              position: relative;
              top: -5px;
            }

            #story-total {
              font-size: 80%;
              position: relative;
              bottom: -5px;
            }


            .story-controls button .arrow-light {
                display: block;
            }

            .story-controls button .arrow-dark {
                display: none;
            }



        @media (max-width: 900px) {

            .story-controls button .arrow-light {
                display: none;
            }

            .story-controls button .arrow-dark {
                display: block;
            }




            #story {
                margin-bottom: 3rem;
                padding-top: 3rem;
            }

          .story-container {
            flex-direction: column;
            gap: 3rem;
            padding: 0 5%;
          }

          .story-counter h5 {
            color: #5c5c37;
          }

          .story-slider {
            height: 400px;
            flex: none;
            order: 1;
          }

          .story-text {
            margin-top: 0;
            flex: none;
            order: 2;
          }
        }

        @media (max-width: 600px) {
          #story {
            padding: 3rem 5% 0;
            margin-bottom: 3rem;
          }

          .story-slider {
            height: 300px;
          }

          .story-controls img {
            width: 24px;
          }

          .story-counter h5 {
            font-size: 0.9rem;
          }

          #story-current {
            font-size: 90%;
            top: -3px;
          }

          #story-total {
            font-size: 70%;
            bottom: -3px;
          }
        }


        /***** Blog ******/

        #blog {
          padding: 6rem 7%;
        }

        .blog-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 3rem;
          flex-wrap: wrap;
        }

        .blog-header h2 {
          font-size: 4rem;
          font-weight: 300;
          font-family: "the-seasons", serif;
          color: #5c5c37;
          margin: 0;
        }

        .blog-button.button.gold {
          background-color: #d39d2d;
          color: #eeefe9;
          font-size: 0.9rem;
          font-weight: 600;
          letter-spacing: 1px;
          text-transform: uppercase;
          padding: 0.75rem 1.5rem;
          text-decoration: none;
        }

        .blog-button.button.gold:hover {
          background-color: #5c5c37;
        }

        .blog-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 3rem;
        }

        .blog-card {
          color: inherit;
          text-decoration: none;
          display: flex;
          flex-direction: column;
          height: 100%;
        }

        .blog-card:hover {
          opacity: .7;
        }

        .blog-image {
          width: 100%;
          aspect-ratio: 4 / 3;
          overflow: hidden;
        }

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

        .blog-content {
          padding-top: 1.25rem;
        }

        .blog-title {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 700;
          font-size: 1.2rem;
          text-transform: uppercase;
          margin-bottom: 0.75rem;
          color: #282d27;
        }

        .blog-excerpt {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 1.2rem;
          font-weight: 400;
          color: #282d27;
          line-height: 1.6;
          margin-bottom: 1rem;
        }





        @media (max-width: 800px) {
          .blog-grid {
            grid-template-columns: 1fr;
          }
        }



/*=============================
    Layouts
==============================*/


    #main-wrapper {
        position: relative;
        z-index: 1;
        }


        .margin {
            width:  86%;
            padding-left:  7%;
            padding-right:  7%;
            max-width:  1600px;
            margin-left:  auto;
            margin-right:  auto;
        }


        .module-margin {
            margin-top: 70px;
        }

        @media all and (max-width:  1000px) {
            .module-margin {
                margin-top:  50px;
            }
        }


/*=============================
    Modules
==============================*/

   /***** MOD - FULL-WIDTH TEXT *****/
        .full-width-text.module {
        text-align: center;
        margin-bottom: 6rem;

        }

        .full-width-text .inner {
        max-width: 800px;

        }

        .full-width-text h6 {
        color: #282d27;
        margin-bottom: 20px;
        }

        @media all and (max-width: 900px) {
            .full-width-text.module {
                margin-bottom: 0;
                padding-bottom: 3rem;
                text-align:left;
            }
        }


   /***** MOD - FULL-WIDTH IMAGE *****/

    .full-width-image .img-wrapper {
      width: 100%;
      height: 50vw;
      max-height: 500px;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .full-width-image .img-wrapper > img {
      min-width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center center;
      display: block;
    }

        .triple-image-repeater {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 2rem;
          margin-top: 3rem;
          flex-wrap: nowrap;
        }

        .triple-image-item {
          flex: 1 1 25%;
          max-width: 25%;
          display: flex;
          flex-direction: column;
        }

        .triple-image-item.center {
          flex: 1 1 50%;
          max-width: 50%;
        }

        .triple-image-item .img-wrapper {
          width: 100%;
          height: 40vw; /* shorter for side images */
          max-height: 400px;
          overflow: hidden;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .triple-image-item.center .img-wrapper {
          height: 50vw; /* taller for center image */
          max-height: 500px;
        }

        .triple-image-item .img-wrapper > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center;
          display: block;
        }

        .img-wrapper.has-gradient::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 80%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
          z-index: 1;
          pointer-events: none;
        }

    @media (max-width: 800px) {


        .triple-image-repeater {
          gap: 1rem;
   
        }


    }

   /***** MOD - FULL-WIDTH SLIDESHOW *****/

        .full-width-slideshow {
          position: relative;
        }

        .full-width-slideshow .image-caption {
            z-index:2;
        }

        .full-width-slideshow  .image-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          z-index: 1;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 100%);
        }

        .full-width-slideshow  .splide {
          width: 100%;
          height: 600px;
          overflow: hidden;
          position: relative;
        }

        .full-width-slideshow  .splide__track,
        .full-width-slideshow  .splide__list,
        .full-width-slideshow  .splide__slide {
          height: 100%;
        }

        .full-width-slideshow  .splide__list {
          display: flex;
        }

        .full-width-slideshow  .splide__slide {
          flex: 1 0 100%;
          height: 100%;
          position: relative;
        }

        .full-width-slideshow .img-wrapper {
          width: 100%;
          height: 100%;
          position: relative;
          display: block;
          overflow: hidden;
        }


        @media all and (max-width: 900px) {
             .full-width-slideshow  .splide {
     
              height: 400px;

                }
        }


        /****** MOD - SLIDESHOW (not full-width) *******/


                .slideshow-mod h2 {
                  text-align: center;
                  padding: 0 7% 3rem 7%;
                }

                .slideshow-mod.padding-bottom-reverse {
                  z-index: 5;
                  margin-bottom: 50px;
                }



                /* Full width wrapper for arrows and slider */
                .slideshow-mod .splide-wrapper {
                  position: relative;
                  padding: 0 60px; /* create space for arrows */
                  max-width: 1200px;
                  box-sizing: border-box;
                  margin:0 auto;
                }

                /* Slider track now uses 100% minus arrow space */
                .slideshow-mod .splide {
                  height: 400px;
                }

                /* Each slide takes 1/3 width */
                .slideshow-mod .splide__slide {
                 /* flex: 1 0 33% !important; */
                 height: 100%;
                 box-siziing: border-box;
                 flex: none!important;
                }

                /* Ensure slides and images fill height */
                .slideshow-mod .splide__slide,
                .slideshow-mod .img-wrapper {
                  height: 100%;
                  width: 100%;
                  display: flex;
                  align-items: stretch;
                }

                .slideshow-mod .img-wrapper img {
                  object-fit: cover;
                  width: 100%;
                  height: 100%;
                  display: block;
                }

                /* Arrow positioning */
                .slideshow-mod .splide-arrow {
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  background: transparent;
                  border: none;
                  padding: 0;
                  z-index: 10;
                  width: 40px;
                  height: 30px;
                  cursor: pointer;
                  height: auto;
                }

                /* Arrows now sit flush in padded area */
                .slideshow-mod .splide-prev {
                  left: -50px;
                  transform: rotate(180deg);
                  margin-top: -14px;
                }

                .slideshow-mod .splide-next {
                  right: -50px;
                }

                .slideshow-mod .splide-arrow img {
                  width: 100%;
                  height: auto;
        }

    /****** MOD - IMAGE TEXT ******/


        .image-text-module.image-left .image-wrap { order: 0; }
        .image-text-module.image-left .text-wrap  { order: 1; }

        .image-text-module.image-right .image-wrap { order: 1; }
        .image-text-module.image-right .text-wrap  { order: 0; }


        .image-text-module {
          padding: 6rem 7% 0;
        }

        .image-text-module:last-of-type {
            margin-bottom:6rem;
        }

        @media all and (max-width: 900px) {

        .image-text-module:last-of-type {
            margin-bottom:3rem;
        }
        }

        .image-text-module .content-wrap {
          display: flex;
          flex-wrap: nowrap;
          gap: 4rem;
          max-width: 1600px;
          margin: 0 auto;
          align-items: stretch;
        }



        .image-text-module .image-wrap,
        .image-text-module .text-wrap {
          display: flex;
          justify-content: center;
        }


        .image-text-module .image-wrap {
        max-height: 600px;
          flex: 1  1 50%;
        }
        .image-text-module .text-wrap {
            flex-direction: column;

          flex: 1 1 50%;

        }

        @media (max-width: 900px) {

            .image-text-module {
                padding: 3rem 7% 0;
            }

              .image-text-module .content-wrap {
                flex-direction: column;
                gap: 2rem;
              }

              .image-text-module .image-wrap,
              .image-text-module .text-wrap {
                flex: 1 1 100%;
                max-width: 100%;
              }

              .image-text-module .image-wrap {
                order: 0 !important;
                margin-bottom: 0rem;
                max-height: 300px;
              }

              .image-text-module .text-wrap {
                order: 1 !important;
              }
        }





    /****** MOD - CONTACT ******/



        #contact,
        .contact-mod {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          padding: 6rem 7%;
          position: relative;
          color: white;
          text-align: left;
        }

        .home #contact {
            padding-top: 200px;
        }

        @media all and (max-width: 900px) {
            .home #contact {
                padding-top: 3rem;
            }

            #contact, .contact-mod {
                padding: 3rem 7%;
            }
        }


        .contact-container {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          max-width: 1600px;
          margin: 0 auto;
          gap: 3rem;
          align-items: center;
        }

        @media all and (max-width: 900px) {
            .contact-container {
                flex-wrap: wrap;
                flex-direction: column; /* optional: use row if you want side-by-side still */
                align-items: flex-start; /* or center */
            }
        }

        .contact-text {
          flex: 1 1 45%;
          color: white;
        }


        .contact-text h2 {
          color: #eeefe9;
          max-width: 450px;
        }

        .contact-form {
          flex: 1 1 45%;
        }


         .conservatory-contact-special .wpcf7 form {
          font-family: inherit;
          color: #eeefe9;
        }

        .conservatory-contact-special .wpcf7 input[type="text"],
        .conservatory-contact-special .wpcf7 input[type="email"],
        .conservatory-contact-special .wpcf7 input[type="tel"],
        .conservatory-contact-special .wpcf7 input[type="date"],
        .conservatory-contact-special .wpcf7 textarea {
          width: 100%;
          background: transparent;
          border: none;
          border-bottom: 1px solid #eeefe9;
          padding: 10px 0;
          color: #eeefe9;
          vertical-align: top;
          font-size: 16px;
          font-family: inherit;
          margin-bottom: 2rem;
        }

.national-account-contact-special.conservatory-contact-special .wpcf7-checkbox span.wpcf7-list-item-label {
    margin-left: 11px;
    vertical-align: top;
    display: inline-block;
    text-transform: none;
    color: #eeefe9;
    font-size: 14px;
    font-weight: 400;
    width: 75%;
}






        .conservatory-contact-special .wpcf7 label {
          display: block;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 14px;
          letter-spacing: 1px;
          margin-bottom: 0.5rem;
          color: #eeefe9;
        }

        .conservatory-contact-special .wpcf7-checkbox {
          display: flex;
          flex-wrap: wrap;
          gap: 1rem 2rem;
          margin-bottom: 2rem;
        }

        .conservatory-contact-special .wpcf7-checkbox span.wpcf7-list-item {
          margin: 0;
          width: 45%;
        }



        @media all and (max-width: 700px) {

            .conservatory-contact-special .wpcf7-checkbox span.wpcf7-list-item {
              margin: 0;
              width: 100%;
            }
        }



        .conservatory-contact-special .wpcf7-checkbox input[type="checkbox"] {
          margin-right: 8px;
        }

        .conservatory-contact-special .wpcf7 input[type="submit"] {
          background: #e1a529;
          color: #eeefe9;
          border: none;
          padding: 0.75rem 2rem;
          font-weight: bold;
          letter-spacing: 1px;
          font-size: 16px;
          cursor: pointer;
          text-transform: uppercase;
          transition: background 0.3s ease;
        }

        .conservatory-contact-special .wpcf7 input[type="submit"]:hover {
          background: #cc8e1e;
        }

        .conservatory-contact-special .wpcf7 input::placeholder,
        .conservatory-contact-special .wpcf7 textarea::placeholder {
          color: #eeefe9; /* Change this to whatever color you want */
          opacity: 1; /* Ensures full visibility in Firefox */
        }


        .conservatory-contact-special .wpcf7-checkbox input[type="checkbox"] {
          appearance: none;
          -webkit-appearance: none;
          background-color: transparent;
          margin: 0;
          font: inherit;
          width: 20px;
          height: 20px;
          border: 2px solid #eeefe9;
          border-radius: 0;
          display: inline-block;
          position: relative;
          vertical-align: middle;
          cursor: pointer;
          transition: all 0.2s ease-in-out;
        }

        .conservatory-contact-special .wpcf7-checkbox input[type="checkbox"]:checked {
          background-color: #eeefe9;
        }

        .conservatory-contact-special .wpcf7-checkbox input[type="checkbox"]:checked::after {
            content: '';
            position: absolute;
            top: 1px;
            left: 6px;
            width: 5px;
            height: 10px;
            border: solid #282d27;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .conservatory-contact-special .wpcf7-checkbox span.wpcf7-list-item-label {
          margin-left: 8px;
          vertical-align: middle;
          display: inline-block;
          color: #eeefe9;
          font-size: 16px;
        }


    /***** MOD - Speakers *****/
            .speakers-section {
              text-align: center;
              position: relative;
              margin-top: 5rem;
            }

            .speakers-section .speakers-intro {
                padding: 0 7%;
            }

            .resources-special ~ #main-wrapper .speakers-section {
                margin-top: 6rem;
            }

            .speakers-intro h2 {
            }

            .speakers-intro p {
              max-width: 700px;
              margin: 0 auto 3rem;

            }

            .speakers-grid {
              display: flex;
              flex-wrap: wrap;
              gap: 3rem;
              justify-content: center;
              position: relative;
              z-index: 1;
            }

            .speakers-grid::before {
              content: "";
              position: absolute;
              top: 25%;
              left: 0;
              width: 100%;
              height: 75%;
              background-color: #5c5c37;
              z-index: -1;
            }



            .resources-special ~ #main-wrapper .speakers-grid::before {
                display: none;
            }

            .speaker-card {
              background-color: transparent;
              width: 35%;
              display: flex;
              flex-direction: column;
              align-items: center;
              position: relative;
            }

            .speaker-card-link:hover {
         
                transform: scale(1.05);
            }
            @media all and (max-width: 700px) {
                .speaker-card {
                    width: 80%;
                }

                    .speakers-grid::before {
                        top: 15%;
                        height: 85%;
                    }
                    .page-template-page-media .speaker-card {
                        margin-bottom: 0rem!important;
                    }
                    .speakers-grid {
                        padding-bottom: 3rem;
                    }

            }

            .page-template-page-media .speaker-card {
                 margin-bottom: 5rem;

            }

            .speaker-image {
              width: 100%;
              overflow: hidden;
              position: relative;
            }

            .speaker-image img {
              width: 100%;
              height: 100%;
              aspect-ratio: 4/3;
              object-fit: cover;
              object-position: center center;

            }

            .speaker-info {
              text-align: left;
              width: 100%;
              padding: 2rem 1rem;

            }

            .speaker-info h3 {
              font-size: 2rem;
              color: #eeefe9;
            }

            .resources-special ~ #main-wrapper .speaker-info h3 {
                color: #5c5c37;
            }


            .speaker-info p {
              margin: .5rem 0 1rem;
              font-size: 1.2rem;
              text-align: left;
                color: #eeefe9;
            }

            .resources-special ~ #main-wrapper .speaker-info p {
                color: #282d27;
            }

            .speaker-icons a {
              margin-right: .3rem;
              display: inline-block;
            }

            .speaker-icons a:hover {
              opacity: .5;
            }

            .speaker-icons img {
              width: 22px;
              height: auto;
            }


    /******* MOD - STATIC PANELS *****/

        .static-panels {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          gap: 2rem;
          padding: 0rem 0;
        }

        .static-panel {
          flex: 1 1 calc(25% - 1.5rem);
          text-decoration: none;
          color: inherit;
          transition: transform 0.3s ease;
        }


        .static-panel-image {
          width: 100%;
          aspect-ratio: 3 / 4;
          overflow: hidden;
        }

        .static-panel-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
        }

        .static-panel-content {
          margin-top: 1rem;
          text-align: left;
        }

        .static-panel-content h3 {
          font-family: "the-seasons", serif;
          font-size: 1.5rem;
          font-weight: 500;
          margin: 0 0 0.25rem;
          color: #5c5c37;
        }

        .static-panel-content p {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 1.2rem;
          font-weight: 500;
          color: #282d27;
          margin: 0;
        }

        /* Responsive layout */
        @media (max-width: 900px) {
          .static-panel {
            flex: 1 1 calc(50% - 1rem);
          }

          .static-panel-image {
            height: 200px;
          }
        }

        @media (max-width: 600px) {
          .static-panel {
            flex: 1 1 100%;
          }
        }

    /***** MOD - EXPANDING PANELS ******/

        .module.expanding-panels {
            margin-bottom: 3rem;
        }
        .panels {
        display: flex;
        gap: 1rem;
        height: 600px;
        overflow: hidden;
        flex-wrap: wrap;
        }

        /* Panel base styles */
        .panel {
        flex: 1;
        position: relative;
        background-size: cover;
        background-position: center;
        color: white;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        transition: flex 0.4s ease, opacity 0.4s ease;
        cursor: pointer;
        overflow: hidden;
        height: 100%;
        }

        /* Dark gradient overlay */
        .panel::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        z-index: 1;
        transition: background 0.3s ease;
        }

        /* Panel content wrapper */
        .panel-content {
        position: relative;
        z-index: 2;
        padding: 20px;
        box-sizing: border-box;
        max-width: 500px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        }

        /* Title styles */
        .panel h3 {
        font-size: 2rem;
        font-weight: 400;
        margin: 0;
        line-height: 1.2;
        color: #eeefe9;
        transform: scale(0.7);
        transform-origin: bottom left;
        transition: transform 0.5s ease, opacity 0.5s ease;
        }

        /* Paragraph styles */
        .panel p {
        font-size: 1.2rem;
        letter-spacing: 0.5px;
        line-height: 1.5;
        margin-top: 1rem;
        font-weight: 300;
        color: #eeefe9;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.4s ease;
        }

        /* When any panel is hovered: shrink and dim all */
        .panels:hover .panel {
        flex: 0.8;
        }

        /* Active (hovered) panel expands and brightens */
        .panels:hover .panel:hover {
        flex: 3;
        opacity: 1;
        z-index: 2;
        }

        /* Active title scales up */
        .panels:hover .panel:hover h3 {
        transform: scale(1);
        }

        /* Active paragraph fades in with delay */
        .panels:hover .panel:hover p {
        max-height: 400px;
        opacity: 1;
        transition-delay: 0.3s;
        }

       @media (max-width: 900px) {
  /*
            .panels {
                height: auto;
            }
            .panel {
                flex: 1 1 calc(50% - 0.5rem);
                height: 300px;
              } */
            }
         




            /* Mobile: 1 panel per row */
            @media (max-width: 900px) {

                .panels {
                    height: auto;
                }
              .panel {
                flex: 1 1 100%;
                height: 200px;
              }

              .panel h3 {
                font-size: 1.5rem;
                        transform: scale(0.85);

              }

              /* Disable hover effects */
              .panels:hover .panel,
              .panels:hover .panel:hover {
                flex: 1 1 100%;
                opacity: 1;
              }

              .panels:hover .panel:hover h3 {
                transform: scale(1);
              }

              .panels:hover .panel:hover p {
                max-height: 400px;
                opacity: 1;
                transition-delay: 0s;
              }
            }



    /****** MOD - ACCORDION *******/

        .accordion-module h2 {
          text-align: center;
          margin-bottom: 30px;
        }

        .accordion-module p:first-of-type {
          margin-top: 0;
        }

        .accordion-item {
          border-bottom: 1px solid #282d27;
        }

        .accordion-header {
          background: none;
          border: none;
          width: 100%;
          text-align: left;
          padding: 1.25rem 0;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 700;
          font-size: 1.2rem;
          letter-spacing: .1rem;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          gap: 1rem;
          cursor: pointer;
          color: #282d27;
        }

        .accordion-item.active .accordion-header .title {
          color: #bc5e2c;
        }

        .accordion-icon {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 1.5rem;
          height: 1.5rem;
          border-radius: 50%;
          font-size: 1.2rem;
          font-weight: bold;
          flex-shrink: 0;
          color: #eeefe9;
          background-color: #282d27;
          transition: background-color 0.3s ease;
          position: relative;
        }

        .accordion-icon::before {
          content: '+';
          color: #eeefe9;
          font-size: 1rem;
          line-height: 1;
          position: relative;
              top: -.03rem;
                left: .03rem;
        }

        .accordion-item.active .accordion-icon::before {
          content: '−';
        }

        .accordion-item.active .accordion-icon {
          background-color: #bc5e2c;
        }

        .accordion-content {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.4s ease;
        }

        .accordion-item.active .accordion-content {
          max-height: 500px;
        }

        .accordion-text {
          padding: 0 0 1.25rem 2.5rem;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 1.2rem;
          color: #282d27;
        }



    /****** MOD - ICONS ******/

        #icons {
          padding: 3rem 7%; /* keep as is */
          text-align: center;
          position: relative;
          overflow: hidden;
        }

        @media all and (max-width: 900px) {
            #icons {
                padding: 3rem 7%;
            }
        }


        /* NEW wrapper around icon grid */
        .icon-line-wrapper {
          position: relative;
          width: 100vw;
          left: 50%;
          transform: translateX(-50%);
          overflow: hidden;
          margin-top: 50px;
        }

        /* FULL WIDTH LINE BEHIND THE ICONS */
        .icon-line-wrapper::before {
          content: "";
          position: absolute;
          top:40%;
          left: 0;
          width: 100vw; /* EDGE TO EDGE */
          height: 2px;
          background-color: #b76228;
          z-index: 0;
        }


        .icon-grid {
              display: flex;
              flex-wrap: wrap; /* allow wrapping */
              justify-content: center; /* center icons on wrap */
              gap: 2rem; /* spacing between icons */
              max-width: 850px;
              margin: 0 auto;
              padding: 0 2rem;
              position: relative;
              z-index: 1;
        }

        .icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            width: 20%; /* roughly 4 across with spacing */
            min-width: 150px;
        }

        .circle {
          width: 120px;
          height: 120px;
          border-radius: 50%;
          border: 2px solid #b76228;
          background-color: #eeefe9;
          display: flex;
          align-items: center;
          justify-content: center;
          box-sizing: border-box;
          padding: 1.5rem;
          overflow: visible; /* ensures overflow doesn't clip the image */
        }

        /* The image now just fits naturally */
        .circle img {
          max-height: 100%;
          width: auto;
          display: block;
        }

    @media (max-width: 900px) {
        .icon {
        width: 45%; /* 3 across */
        }
        .icon-grid {
            gap: 3rem 1rem;
        }

        .icon-line-wrapper::before {
        display: none;
        }
    }

    /* Full-width stacking (1 per row) at <= 700px */
    @media (max-width: 500px) {
      .icon {
        width: 100%; /* 1 per row */
      }
    }

        /***** MOD - IMAGE TEXT *****/ 



        /***** MOD - ICONS ********/


        @media all and (max-width: 900px) {
        .icons.module-margin {
            margin-top: 0;
            }
        }

    /****** MOD - LOGOS ******/
        .module.logos {
            background:#5c5c37;

        }

        .logos-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; /* dynamic spacing between items */
            gap: 2rem; /* vertical spacing when wrapping */
            align-content: center;
            padding: 2rem 0;
        }

        .logo {
            flex: 0 1 20%;

            height: 120px; /* Set desired height */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .logo img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
        }


        @media all and (max-width: 700px) {

            .logos-container {
                padding: 2rem ;
                gap: 1% 5%;
                margin-bottom: 2rem;
            }

            .logo {
                flex: 0 1 40%;
                height: 100px;
            }
        }

    /****** SUBMOD - TETBLOCK******/

    h6.subtitle {
        margin-bottom: 10px;
    }


    /****** SUBMOD - IMAGE ******/

        .image-caption {
          position: absolute;
          bottom: 1.5rem;
          left: 1.5rem;
          right: 1.5rem;
          z-index: 2; 
        }


        .image-caption h5.caption {
            color: #eeefe9;
              letter-spacing: 1px;

        }

        .image-caption p.location {
            display: inline-block;
            color: #eeefe9;
            margin-top: 10px;
              letter-spacing: 1px;

        }


        .image-caption img.location {
          width: auto;
          height:16px;
          vertical-align: middle;
          margin-right: 0.4rem;
          display: inline-block;
          margin-top:-3px;
        }


        .image-wrapper::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 60%; /* adjust as needed */
          background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
          z-index: 1;
          pointer-events: none;
        }

        .image-caption-module {
            width: 100%;
        }

        .image-caption-module .img-wrapper {
              position: relative;
              width: 100%;
              height: 100%;
            }

            .image-caption-module img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              display: block;
            }

            /* Gradient overlay (only applied if .has-gradient class is present) */
            .image-caption-module .img-wrapper.has-gradient::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              height: 35%;
              background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
              z-index: 1;
              pointer-events: none;
            }


            /*** Badges ***/

             .corner-badge {
              position: absolute;

              width: 120px;
              height: 120px;
              z-index: 3;
            }

            .planterra-conservatory-badge .corner-badge {
                top: -2.5rem;
              left: -2.5rem;
            }

            .planterra-network-badge .corner-badge {
              top: -2.5rem;
              right: -2.5rem;
            }


            .planterra-network-badge .corner-badge  img{
              background: #fff;
              border-radius: 100%;
              padding: 2px;
            }


            .corner-badge img {
              width: 100%;
              height: auto;
              display: block;
            }


        /****** MOD - FEATURED CONTENT *******/

                .featured-header {
                  text-align: center;
                  margin-bottom: 3rem;
                }

                #featured-content {
                  padding: 6rem 7% 4rem;
                  z-index: 2;
                }


                .featured-grid {
                  display: flex;
                  flex-wrap: wrap;
                  gap: 3rem;
                  max-width: 1200px;
                  margin: 0 auto;
                  justify-content: space-between;
                  align-items: stretch;
                }

                .featured-card {
                  flex: 1 1 calc(33.333% - 2rem);
                  text-decoration: none;
                  display: flex;
                  flex-direction: column;
                  max-width: 100%;
                }

                .featured-card:hover {
                  transform: scale(1.1);
                }

                .featured-wrapper {
                  position: relative;
                  width: 100%;
                  aspect-ratio: 3 / 4;
                  overflow: hidden;
                  display: block;
                  max-height: 450px;
                }

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



                /* Mobile adjustments */
                @media (max-width: 900px) {

                    .featured-grid {
                        gap: 2rem;
                    }

                    #featured-content {
                        padding-top: 3rem;
                        margin-top:0;
                    }
                  .featured-card {
                    flex: 1 1 calc(50% - 1.5rem);
                    height: 300px;
                  }
                }

                @media (max-width: 700px) {
                  .featured-card {
                    flex: 1 1 100%;
                    height: 200px;
                  }
                }



/*=============================
    Christmas Tree Rentals Page
==============================*/


        /**** Tree Rental Process *****/


        .holiday-tree-benefits {
          background-color: #5c5c37;
          color: #eeefe9;
          padding: 6rem 2rem 0;
          text-align: center;
        }


        .holiday-tree-benefits .header {
          max-width: 800px;
          margin: 0 auto;
        }
        .holiday-tree-benefits h6.subtitle {
          margin-bottom: 20px;

        }

        .holiday-tree-benefits h2.title {
          margin-bottom: 1rem;
        }

        .holiday-tree-benefits .text {

          margin: 0 auto 2rem;
        }

        .benefits-split-layout {
          display: flex;
          justify-content: center;
          align-items: flex-start; /* better than center for layout like this */
          flex-wrap: nowrap; /* don't allow wrapping */
          gap: 3rem;
          margin-top: 6rem;
        }

        .benefits-side {
          flex: 1 1 280px;
          display: flex;
          flex-direction: column;
          gap: 2rem;
          text-align: left;
          z-index: 1;
        }


        .tree-image {
          align-self: flex-end;
        }


        .tree-image img {
          max-height: 600px;
          width: auto;
          display: block;
          margin: 0 auto;
        }

        .benefit-number {
          font-weight: 600;
          font-size: 1rem;
          margin-bottom: 0.25rem;
          color: #d39d2d;
          display: inline-block;
          vertical-align: top;
        }

        h6.benefit-title {
          width: 70%;
          display: inline-block;
          vertical-align: top;
          margin-top: 0;
          margin-left: 10px;
        }

        .benefit-description {
          font-size: 0.875rem;
          max-width: 90%;
        }



        @media (max-width: 1000px) {
            .benefits-split-layout {
              flex-wrap: wrap;
              flex-direction: column;
            }

            .benefits-side {
              max-width: 500px;
              width: 50%;
            }

            .holiday-tree-benefits .tree-image {
              position:absolute;
              z-index: 0;
              margin-bottom: -2rem;
              right: -31%;
            }

            .holiday-tree-benefits .tree-image img {
              max-height: none;
              height: 90%;
            }

            .holiday-tree-benefits .margin {
              padding-left: 0;
              padding-right: 0;
              width: 100%;
              padding-bottom: 3rem;
            }
        }

        @media all and (max-width: 700px) {

          .benefits-split-layout {
            margin-top: 3rem;
          }

          .holiday-tree-benefits {
            padding-top: 3rem;
          }

          .holiday-tree-benefits .text {
            margin-bottom: 0;
          }

          .benefits-side {
            width: 100%;
            flex: 1 1;
          }

          .holiday-tree-benefits .tree-image {

            right: -25%;
            width: 150%;
            bottom: -5%;
            opacity: .2;
            }

          .holiday-tree-benefits .header {
            text-align: left;
          }

        }


        /***** Tree Rental Themes *****/


        .holiday-themes {
          padding: 7rem 0rem 0;
          overflow: hidden;
          margin-bottom: -3px;
        }

        .holiday-themes .section-title {
            margin-bottom: .5rem;
        }

        .holiday-themes .title-section {
            margin-bottom: 5rem;
            text-align: center;
            padding: 0 7%;
        }

        .holiday-themes .splide__list {
          display: flex;
          align-items: stretch;
        }

        /* Fixed consistent height per slide */
        .holiday-themes .splide__slide.theme-slide {
          display: flex;
          align-items: stretch;
          width: 310px !important;
          flex: 0 0 auto;
          height: 600px;
        }

        /* Full-height flex column inside each slide */
        .holiday-themes .theme-inner {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          height: 100%;
          text-align: center;
          padding: 0 1rem;
        }

        /* Text block at top, doesn't grow */
        .holiday-themes .theme-top {
          flex-shrink: 0;
        }

        /* Tree pushed to bottom via auto margin */
        .holiday-themes .tree-image {
          margin-top: auto;
        }

        /* Tree image display */
        .holiday-themes .tree-image img {
          max-height: 400px;
          margin: 0 auto;
          display: block;
        }


        h6.theme-title {
          color: #5c5c37;
        }

        .theme-text p {
          margin-top: 10px;
          color: #5c5c37;
          line-height: 1.4;
        }

        @media all and (max-width: 700px) {
          .holiday-themes {
            padding: 3rem 0 0;
          }

            .holiday-themes .title-section {
                margin-bottom: 3rem;
                text-align: center;
            }

        }




/*=============================
    Media & Career Job Listing
==============================*/

          .media-listing {
          padding: 4rem 7%;
          background-color: #eeefe9;
        }

        .media-item {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          gap: 2rem;
          margin-bottom: 3rem;
          padding-bottom: 3rem;
          border-bottom: 2px solid #5c5c37 ;
        }


        @media all and (max-width: 800px) {
            .media-item {
                flex-direction: column;
            }
        }

        .media-item:last-child {
          border-bottom: none;
          margin-bottom: 0;
        }

        .media-date {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: bold;
          color: #d97341;
          font-size: 1.2rem;
          white-space: nowrap;
          flex: 0 0 auto;
          padding-top: 0.3rem;
        }

        .media-content {
          flex: 1;
        }

        .media-title {
          font-family: "neue-haas-grotesk-display", sans-serif;
          text-transform: uppercase;
          font-size: 1.2rem;
          font-weight: 700;
          margin-bottom: 0.5rem;
        }

        .media-excerpt {
          font-family: "neue-haas-grotesk-display", sans-serif;
          line-height: 1.7;
          font-size: 1.2rem;
          margin: 0;
        }

        .media-cta {
          flex: 0 0 auto;
        }

        .media-listing h2 {
            margin-bottom: 3rem;
        }


/*=============================
    Case Studies
==============================*/



    /**** CASE STUDIES PAGE ****/
        .case-study-listing {
          display: flex;
          flex-direction: column;
          gap: 1rem;
          margin:  0;
        }

        .case-study-block {
          display: flex;
          flex-direction: column;
          text-decoration: none;
          color: inherit;
          transition: opacity 0.3s ease;
        }

        .case-study-block:hover {
          opacity: 0.85;
        }

        .case-study-image {
          max-height: 400px;
          height: 400px;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .case-study-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center;
          display: block;
        }

        .case-study-info {
          display: flex;
          justify-content: space-between;
          margin: 0 7% 3rem;
          flex-wrap: wrap;
          box-sizing: border-box;
          padding: 3rem 0 0rem 3rem;
          border-left: 2px solid #5c5c37;
        }

        .case-study-meta {
          flex: 1 1 60%;
        }

        .case-study-meta .industry-label {
          font-family: "neue-haas-grotesk-display", sans-serif;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 0.9rem;
          color: #282d27;
          margin-bottom: 1rem;
        }

        .case-study-meta h2 {
          font-family: "the-seasons", serif;
          font-size: 2.5rem;
          color: #5c5c37;
          margin: 0;
        }

        .case-study-cta {
          flex: 1 1 30%;
          text-align: right;
        }


        @media (max-width: 900px) {
          .case-study-info {
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
          }

          .case-study-cta {
            text-align: left;
          }
        }


    /**** CASE STUDY - SINGLE *****/

        .case-study .intro-section {
          background-color: #5c5c37;
          display: flex;
          flex-direction: column;
          gap: 4rem;
        }
        .case-study .intro-grid {
          display: flex;
          flex-wrap: nowrap;
          align-items: stretch;
          gap: 4rem;
          height: 100%; /* ensure children fill height */
        }

        .case-study .intro-section {
          background-color: #5c5c37;

          display: flex;
          flex-direction: column;
          gap: 4rem;
        }

        .case-study .intro-image {
          flex: 1 1 50%;
          position: relative;
        }

        .case-study .intro-image::before {
          content: "";
          display: block;
          padding-top: 100%; /* fallback aspect ratio (square) if text is too short */
        }

        .case-study .intro-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        .case-study .intro-details {
          flex: 1 1 39%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          gap: 2rem;
          padding: 4rem 4rem 4rem 0;
          color: #5c5c37;
        }



        .case-study .intro-details h2 {
          font-family: "the-seasons", serif;
          font-size: 3rem;
          color: #eeefe9;
          margin: 0;
          line-height: 1.1;
        }

  

        .case-study .detail-line h6 {
          font-family: "neue-haas-grotesk-display", sans-serif;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 0.9rem;
          letter-spacing: 0.05em;
          margin: 0;
          color: #eeefe9;
        }

        .case-study .detail-line p {
          margin-top: 0.5rem;
          font-size: 1rem;
          font-weight: 500;
          color: #eeefe9;
          line-height: 1.4;
        }


        /* MAIN CONTENT SECTION */
        .case-study .main-content-section {
          padding: 6rem 7%;
        }

        .case-study .main-content-columns {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          gap: 4rem;
          flex-wrap: wrap;
        }

        /* Body text column */
        .case-study .main-body-text {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 500;
          font-size: 1.2rem;
          line-height: 1.8;
          color: #282d27;
          flex: 1 1 60%;
          min-width: 300px;
        }

        .case-study .main-body-text p:first-child {
          margin-top: 0;
        }

        /* Links column */
        .case-study .case-study-links {
          flex: 1 1 30%;
          display: flex;
          flex-direction: column;
          gap: 1.25rem;
          min-width: 250px;
          margin-top:3px;
        }

        .case-study .case-study-links a.button-link {
          color: #bc5e2c;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 0.9rem;
          letter-spacing: 0.05rem;
          text-decoration: none;
          transition: color 0.3s ease;
        }

        .case-study .case-study-links a.button-link:hover {
          color: #5c5c37;
        }

        /* Responsive */
        @media (max-width: 900px) {
          .case-study .intro-grid {
            flex-direction: column;
            gap: 2rem;
          }

          .case-study .intro-image,
          .case-study .intro-details,
          .case-study .main-body-text,
          .case-study .case-study-links {
            flex: 1 1 100%;
          }

        @media all and (max-width: 900px) {
            .case-study .intro-details {
                padding: 2rem;
            }
        }

          .case-study .intro-details h2 {
            font-size: 2.5rem;
          }

          .case-study .main-content-columns {
            flex-direction: column;
          }

          .case-study .main-content-section {
            padding: 3rem 7%;
          }
        }


/*=============================
    Product
==============================*/

     /**** Individual Product Hero ****/
        #plant-hero {
          display: flex;
          background-color: #5c5c37;
          color: #eeefe9;
          padding: 0;
          padding-top: 3rem;
        }

        .plant-hero-container {
          display: flex;
          width: 100%;
          max-width: 1600px;
          margin: 0 auto;
          flex-wrap: nowrap;
          align-items: stretch;
        }

        .plant-slider-wrapper {
          flex: 1 1 50%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-top: 6rem;
        }

        .plant-slider {
          flex: 1 1 auto;
          height: 700px;
          overflow: hidden;
        }

        .plant-slide {
          height: 100%;
          width: 100%;
        }

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

        .plant-controls {
          padding: 1rem 0;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 1rem;
          margin-bottom: -6rem;
          z-index:9999;
        }

        .plant-controls.blog {
            margin-bottom: 3rem;
        }

        .plant-controls button {
          border: none;
          background: transparent;
          cursor: pointer;
        }

        .plant-controls img {
          width: 30px;
          height: auto;
          transition: transform 0.2s ease;
        }

        .plant-prev img {
          transform: rotate(180deg);
        }

        .plant-controls img:hover {
          transform: scale(1.2);
        }

      .plant-prev img:hover {
        transform: rotate(180deg) scale(1.2);

      }

        .plant-details {
          flex: 1 1 50%;
          padding: 6rem 5rem 3rem;
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        .plant-details h1,
        .plant-details h6,
        .plant-details p {
          color: #eeefe9;
        }


        .plant-details h1 {
          margin-top: 20px;
          margin-bottom: 20px;
        }


        .plant-details h6 {
          margin-top: 0;
        }

        .plant-details > p {
          margin-bottom: 20px;
        }

        .plant-details p {
          margin-top: 0;
        }

        .detail-line {
          border-bottom: 1px solid #eeefe9;
          padding-bottom: 1.25rem;
          margin-bottom: 1.25rem;
        }


         .plant-controls .arrow-light {
                display: none;
            }

            .plant-controls .arrow-dark {
                display: block;
            }

        @media (max-width: 900px) {

            #plant-hero {
                padding-top: 8rem;
            }

            .plant-counter h5 {
                color: #eeefe9;
            }

            .plant-controls .arrow-light {
                display: block;
            }

            .plant-controls .arrow-dark {
                display: none;
            }


            .plant-controls {
                margin-bottom: 0;
            }

            .plant-slider {
                height: 300px;
            }
          .plant-hero-container {
            flex-direction: column-reverse;
          }

          .plant-slider-wrapper,
          .plant-details {
            flex: 1 1 100%;
            padding: 2rem;
          }

          .plant-slider-wrapper {
            margin-top: 0rem;
            padding-top: 0rem;
          }

          .plant-details {
            padding-top: 0;
          }
        }


    .image-text-module.designer-notes .image-wrap {
        flex-direction: row;
        gap: 2rem;
        align-items: center;
      }

      .image-text-module.designer-notes .image-wrap img {
        display: block;
        max-width: 100%;
        height: auto;
        object-fit: cover;
      }

      .image-text-module.designer-notes .image-wrap .image-1 {
        width: 30%;
        height:80%;
          position: absolute;
        left: 0;
        bottom: 0;
      }

      .image-text-module.designer-notes .image-wrap .image-2 {
        width: 65%;
        height:80%;
        position: absolute;
        top: 0;
        right: 0;
      }


      .single-individual-products #featured-content {
        margin-top: 0!important;
      }
      
        .single-individual-products .contact-mod {
          margin-top: 0;
        }


      @media all and (max-width: 900px) {
         .image-text-module.designer-notes {
            margin-top: 0;
         }
      }


/*=============================
   PRODUCTS PAGE
==============================*/

             .product-grid {
              padding: 0rem 7% 6rem;
              background-color: #eeefe9;
            }

            .product-grid-inner {
              display: grid;
              grid-template-columns: repeat(4, 1fr);
              gap: 2rem;
            }

            @media (max-width: 1200px) {
              .product-grid-inner {
                grid-template-columns: repeat(3, 1fr);
              }
            }

            @media (max-width: 900px) {
              .product-grid-inner {
                grid-template-columns: repeat(2, 1fr);
              }
            }

            @media (max-width: 600px) {
              .product-grid-inner {
                grid-template-columns: 1fr;
              }
            }



            .product-card {
              display: block;
              text-decoration: none;
              position: relative;
              overflow: hidden;
              background-color: #eeefe9;
              transition: opacity 0.3s ease;
            }

            .product-card:hover {
              opacity: 0.7;
            }

            .product-image {
              position: relative;
              aspect-ratio: 3/4;
              overflow: hidden;
            }

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

            .product-caption {
              position: absolute;
              box-sizing: border-box;
              bottom: 0;
              left: 0;
              padding: 30% 1.25rem 1.25rem;
            background: linear-gradient(
              to top,
              rgba(0, 0, 0, 0.7) 0%,
              rgba(0, 0, 0, 0.4) 50%,
              rgba(0, 0, 0, 0) 100%
            );
              color: #eeefe9;
              width: 100%;
            }

            .product-caption h3 {
              font-size: 1.5rem;
              margin: 0;
              color: #eeefe9;
            }

            .product-caption p {
              font-family: "neue-haas-grotesk-display", sans-serif;
              font-size: 0.9rem;
              text-transform: uppercase;
              margin: 0.5rem 0 0;
              color: #eeefe9;
              letter-spacing: .05rem;
            }

            .product-filters {
              display: flex;
              gap: 1.5rem;
              list-style: none;
              padding: 3rem 7% 2rem;
              margin: 0;
              border-bottom: 1px solid transparent;
              background-color: #eeefe9;
              flex-wrap: wrap;
            }

            .product-filters li {
              margin: 0;
              padding: 0;
            }

            .product-filters a {
              font-family: "neue-haas-grotesk-display", sans-serif;
              font-size: 0.9rem;
              text-transform: uppercase;
              letter-spacing: 0.05em;
              color: #5c5c37;
              text-decoration: none;
              position: relative;
              font-weight: 600;
              display: inline-block;
              padding-bottom: 0.5rem;
              transition: color 0.3s;
            }

            .product-filters a:hover {
              color: #a3481a;
            }

            .product-filters a.active {
              color: #a3481a; /* orange */
            }

            .product-filters a.active::after {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              height: 2px;
              width: 100%;
              background-color: #a3481a;
            }

            @media all and (max-width: 900px) {

                            .product-image {
                      position: relative;
                      aspect-ratio: inherit;
                      overflow: hidden;
                      height: 300px;
                    }



            }






/*=============================
    Blog
==============================*/


/***** Individual Blogpost ****/
  .blogpost.module {
    max-width: 1000px;
    margin: 5rem auto;
  }


.blogpost h3 {
    margin-top: 2rem;
}

.blogpost iframe {
    width: 100%;
    height: 600px;
    padding: 3rem 0;
}



.blogpost .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

.blogpost .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

.blogpost .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




  /*** Blog Index Page ***/

         .blogposts-list {
          display: flex;
          flex-direction: column;
          gap: 3rem;
          margin: 4rem 0;
        }

        .blogpost-post {
          display: flex;
          align-items: stretch; 
          text-decoration: none;
          color: inherit;
          border-bottom: 1px solid #282d27;
          padding-bottom: 3rem;
          transition: transform 0.3s ease;
          opacity: 1;
          min-height: 300px; 
          gap: 3rem;
                      -webkit-transition: all .3s ease;
               -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                 -o-transition: all .3s ease;
                    transition: all .3s ease;
        }

        .blogpost-post:last-child {
          border-bottom:none;
          padding-bottom:0;
        }

        .blogpost-post:hover {
          opacity: .7;
          transform: scale(1.02);
                      -webkit-transition: all .3s ease;
               -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                 -o-transition: all .3s ease;
                    transition: all .3s ease;

        }

        .blogpost-text {
          flex: 1 1 50%;
        }

        .blogpost-text h2 {
          font-family: "the-seasons", serif;
          font-size: 2rem;
          color: #5c5c37;
          margin: 0 0 1rem 0;
        }

        .blogpost-text .excerpt {
          font-family: "neue-haas-grotesk-display", sans-serif;
          color: #282d27;
          margin-bottom: 1rem;
          line-height: 1.6;
        }


            .blogpost-meta h6 {
              display: inline-block;
              font-size: 12px;

              margin-top: 0;
            }

            .blogpost-meta .divider {
              padding: 0 5px;
            }



        .blogpost-image {
          flex: 1 1 45%;
          max-width: 500px;
          height: 400px;
          display: flex;
          align-items: stretch;
        }

        .blogpost-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          border-radius: 0;
        }

        /* Responsive stacking */
        @media (max-width: 900px) {
          .blogpost-post {
            flex-direction: column-reverse;
          }

          .blogpost-image,
          .blogpost-text {
            flex: 1 1 100%;
            max-width: 100%;
          }
        }


        /**** blogpost share buttons *****/
        .blogpost-share-buttons {

            }

            .share-label-icons {
              display: flex;
              align-items: center;
              justify-content: center;
              padding-bottom: 5rem;
              gap: 0.75rem;
            }

            .share-label {
              font-size: 1rem;
            }

            .share-buttons {
              list-style: none;
              padding: 0;
              margin: 0;
              display: flex;
              flex-wrap: wrap;
              gap: 0.75rem;
            }

            .share-buttons li {
              display: inline-block;
            }

            .share-buttons li a {
              display: inline-flex;
              align-items: center;
              gap: 0.4rem;
              text-decoration: none;
              color: #282d27;
              background: transparent;
              padding: 0.1rem;
              font-size: 0.85rem;
              transition: all 0.2s ease;
            }

            .share-buttons li a:hover {
              opacity: .7;
            }



            .share-buttons img {
              width: 24px;
              height: 24px;
              display: inline-block;
              vertical-align: middle;
              transition: filter 0.2s ease;
            }


/*=============================
    PAGE - CONTACT PAGE
==============================*/

        .contact-section {
          width: 100%;
          display: flex;
          flex-direction: row;
          min-height: 100vh;
          overflow: hidden;
        }

        .contact-content {
          display: flex;
          flex-wrap: nowrap;
          width: 100%;
        }

        .contact-left {
          flex: 1 1 50%;
          background-color: #5c5c37;
          color: #eeefe9;
          padding: 10rem 7%;
          display: flex;
          align-items: center;
        }

        .contact-left-inner {
          width: 100%;
        }

        .contact-left h1 {
            margin: 2rem 0 3rem;
        }

        .contact-form {
          margin-bottom: 2rem;
        }

        .contact-logos {
          display: flex;
          gap: 2rem;
          margin: 2rem 0;
        }

        .contact-logos img {
          height: 50px;
          width: auto;
        }

        .contact-right {
          flex: 1 1 50%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          min-height: 600px;
          color: #eeefe9;
          padding: 10rem 7%;
          display: flex;
          align-items: center;
        }

        .contact-right h6,
        .contact-right a {
            color: #eeefe9;
        }


        .contact-right::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(0,0,0,.7);
            z-index: 0;
            width: 100%;
            height: 100%;
        }

        .contact-right-inner {
          width: 100%;
        }

        .contact-location {
          margin-bottom: 3rem;

        }

        .contact-button.button {
          display: inline-block;
          margin-top: 1rem;
          letter-spacing: .1rem;
          padding: 0.75rem 1.5rem;
          border: 1px solid #eeefe9;
          color: #eeefe9 ;
          background: transparent;
          text-transform: uppercase;

          font-size: 0.9rem;
          text-decoration: none;
          transition: background 0.3s ease, color 0.3s ease;
        }

        .contact-button.button:hover {
          background-color: #eeefe9 ;
          color: #5c5c37;
        }

        .contact-social {
          margin-top: 1.5rem;
        }

        .contact-location p {
            color: #eeefe9;
        }

        .contact-social a {
          margin-right: 12px;
          display: inline-block;
        }

        .contact-social img {
          width: 26px;
          height: auto;
          transition: opacity 0.3s ease;
        }

        .contact-social img:hover {
          opacity: 0.7;
        }

        @media (max-width: 900px) {
          .contact-content {
            flex-direction: column;
          }

          .contact-left, .contact-right {
            flex: 1 1 100%;
            max-width: 100%;
          }

          .contact-left, .contact-right {
            padding: 3rem 7%;
          }

          .contact-left  {
            padding-top: 6rem;
          }

          .contact-left h2 {
            font-size: 2.2rem;
          }

          .contact-logos {
            justify-content: center;
          }
        }





/*=============================
    PAGE - MEDIA
==============================*/

        .page-template-page-media .contact {
          margin-top: 0;
        }

        .blog-cta-section {
          position: relative;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          min-height: 400px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
        }

        .blog-cta-section::before {
            content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0,0,0,.5);
          z-index: 0;
        }

        .blog-cta-overlay {
          padding: 4rem 2rem;
          width: 100%;
          max-width: 1000px;
        }

        .blog-cta-overlay h2 {
        color:#eeefe9;
        }

        .blog-cta-overlay .button {
          background-color: #d09e3e;
          color: #eeefe9;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 0.9rem;
          padding: 0.75rem 1.75rem;
          text-decoration: none;
          display: inline-block;
        }

        @media (max-width: 768px) {
          .blog-cta-overlay h2 {
            font-size: 2rem;
          }

          .blog-cta-overlay {
            padding: 3rem 1.5rem;
          }
        }



/*=============================
    PAGE - CONTACT
==============================*/

.contact .wpcf7 input[type="text"],
.contact .wpcf7 input[type="email"],
.contact .wpcf7 input[type="tel"],
.contact .wpcf7 textarea {
    background: transparent;
    border-bottom: 1px solid #eeefe9;
     color: #eeefe9;
     border-radius: 0!important;
}

.contact .wpcf7 input::placeholder,
.contact .wpcf7 textarea::placeholder {
  color: #eeefe9; /* Change this to whatever color you want */
  opacity: 1; /* Ensures full visibility in Firefox */
}


/*=============================
    Forms
==============================*/


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  background-color: #eeefe9; /* light beige */
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #282d27;
  letter-spacing: .1rem;
       border-radius: 0!important;
}

.wpcf7 textarea {
  height: 120px;
  resize: none;
       border-radius: 0!important;
}

.wpcf7 input[type="submit"] {
    margin-top: 20px;
      display: inline-block;
      background-color: #d59c2c;
      color: #eeefe9;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.85rem;
      letter-spacing: .1rem;
      padding: 0.75rem 1.25rem;
      text-decoration: none;
      transition: background 0.3s ease;
      width: fit-content;
      border: none;
           border-radius: 0!important;
}

.wpcf7 input[type="submit"]:hover {
        background:  #282d27;
        color:  #eeefe9;
}




.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    position: absolute;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 25px 24px;
    position: absolute;
}

/*=============================
    Footer
==============================*/
    #site-footer {
      position: relative;
      overflow: hidden;
    }

#site-footer.no-top-border .footer-border {
    display: none;
}



    .footer-border {
        margin: 0rem 7%;
        height: 2px;
   
        background:#5c5c37;
    }

    .footer-main {
          padding: 4rem 7%;
      display: flex;
      gap: 4rem;
      justify-content: space-between;
      position: relative;
    }

    .footer-col.left { flex: 0 0 20%; }
    .footer-col.middle { flex: 0 0 28%; }
    .footer-col.right { flex: 0 0 52%; }

    .footer-logo {
      max-width: 180px;
      margin-bottom: 1rem;
    }

    .footer-social a {
      margin-right: 10px;
    }
    .footer-social img {
      width: 24px;
      height: auto;
    }

    .footer-bg-logo {
      position: absolute;
      bottom: 0px;
      left: -50px;
      width: 400px;
      pointer-events: none;
      z-index: 0;
    }

    .footer-location {
      margin-bottom: 2rem;
    }

    .footer-location p {
        line-height: 1.5;
        letter-spacing: .05rem;
    }

    .footer-nav-grid {
      display: flex;
      gap: 4rem;
      align-items: flex-start;
    }

    .footer-nav-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-nav-col li {
      margin-bottom: 0.5rem;
    }
    .footer-nav-col a {
      color: #282d27;
      text-decoration: none;
      letter-spacing: .05rem;
    }


    .footer-nav-col a:hover {
        color: #bc5e2c;
    }

    .footer-logos {
      width: 250px;
      margin: 2rem auto 0;
    }

    .footer-logos img {
      max-height: 100px;
      margin: .5rem;
    }

    .footer-bottom {
      display: block;
      background-color: #5c5c37;
      margin-top: 3rem;
      padding-top: 1.5rem;
      text-align: center;
    }


    .footer-colophon {
      font-size: 0.85rem;
        color: #eeefe9;
        margin-bottom: 10px;
    }


    .footer-bottom-nav-secondary {
        margin-bottom: 10px;
    }

    .footer-bottom-nav-tertiary {
        padding-bottom: 20px;
    }

    .footer-bottom-nav-secondary li,
    .footer-bottom-nav-tertiary  li{
        display: inline-block;
    }


    .footer-bottom-nav-secondary li {
        font-size: .8rem;
    }

    .footer-bottom-nav-secondary li a {
            color: #eeefe9;
    }

    .footer-bottom-nav-secondary li a:hover {
            color: #bc5e2c;
    }



    .footer-bottom-nav-tertiary li {
        font-size: .7rem;
    }

    .footer-bottom-nav-tertiary li a {
        color: #282D27;
    }


    .footer-bottom-nav-tertiary li a:hover {
        color: #bc5e2c;
    }

    .footer-bottom-nav-secondary li::after {
      content: "|";
      padding: 0 5px;
      color: #eeefe9;
    }


    .footer-bottom-nav-tertiary li::after {
            content: "|";
            padding: 0 5px;
        color: #282D27;
    }


    .footer-bottom-nav-secondary li:last-child::after,
    .footer-bottom-nav-tertiary li:last-child::after {
      content: "";
      margin: 0;
    }


    @media (max-width: 1100px) {
      .footer-main {
        flex-direction: column;
        gap: 2rem;
        padding: 3rem 7%;
      }

      .footer-col.left,
      .footer-col.middle,
      .footer-col.right {
        flex: 1 1 100%;
        text-align: center;
      }

      .footer-logo {
        max-width: 150px;
      }

      .footer-social {
        margin-top: 1rem;
      }

      .footer-nav-grid {
        flex-direction: column;
        gap: 2rem;
        display: block;
      }

      .footer-nav-col ul {
        padding-left: 0;
      }

      .footer-logos {
        margin-top: 4rem;
      }

      .footer-bottom {
        padding: 2rem 7%;
        text-align: center;
      }

      .footer-bottom-nav-secondary,
      .footer-bottom-nav-tertiary {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
      }

      .footer-bottom-nav-secondary li::after,
      .footer-bottom-nav-tertiary li::after {

      }
    }

/*=============================
    Exceptions
==============================*/
    .darkbg {
        background: #5c5c37;
    }

    .darkbg h2,
    .darkbg h3,
    .darkbg h6,
    .darkbg p {
        color: #eeefe9;
    }


/***** /national-account ******/


@media all and (min-width: 900px) {
    .national-account-contact-special {
        margin-top: -150px!important;
    }
}



/***** /resources ******/

.resources-special ~ #main-wrapper #main-content {
    text-align: center;
}


    .resources-special ~ #main-wrapper .image-text-module {
            display: inline-block;
    width: 49%;
    max-width: 600px;
    padding: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
    }


    .resources-special ~ #main-wrapper .image-text-module .image-wrap {
        max-height: 200px;
    }

    .resources-special ~ #main-wrapper .image-text-module .text-wrap {
        text-align: left;
    }


    .resources-special ~ #main-wrapper .image-text-module .content-wrap {
        flex-direction: column;
        gap: 2rem;
    }

    @media all and (max-width: 800px) {

            .resources-special ~ #main-wrapper .image-text-module {
                width: 100%;
                margin-bottom: 10px;
      
            }
        }


.national-account-management-class .hero-image,
.planterra-network-class .hero-image {
    width: 600px;
    max-width: 87vw;
}

    /***** /company *****/

    .company-image-text-special .image-wrap {
        margin-bottom: -180px;
    }

    @media all and (max-width: 900px) {
        .company-image-text-special .image-wrap {
            margin-bottom: 0;
        }
    }

    .company-grid-buttons-special {
        margin-top:140px;
    }

    /**** /services *****/

        .services-class {
            padding-bottom: 300px!important;
            margin-bottom: -400px!important;
        }
        .services-class .hero-text {
            flex: 1 1 100%;
        }

        .services-class .hero-image-container {
            flex: 1 1 0;
        }

        .services-class p {
            max-width: 600px;
        }

        .our-services-image-text-map-special.image-text-module .image-wrap {
            max-height: none;
        }

            .our-services-image-text-map-special.image-text-module .image-wrap {
                flex: 1 1 70%;
            }

            .our-services-image-text-map-special.image-text-module .image-wrap img {
                object-fit:contain;
            }


            .our-services-image-text-map-special.image-text-module .text-wrap{
                flex: 1 1 30%;
            }




    /***** /about/national-account-management and planterra/network *****/

        .national-account-management-class .image-caption-module img
        {
            object-fit: contain;
            height: auto;
        }


        @media all and (max-width: 900px) {
                .national-account-management-class .hero-image-container
                    {
                        max-height: none;
                        max-width: 530px;
                        margin: 0 auto;
                        padding-right: 8%;
            }
        }




        .logos-bottom-overlap {
                padding-bottom: 80px;
            margin-bottom: -170px;
        }

        @media all and (max-width: 900px) {
            .logos-bottom-overlap {
                margin-bottom: -140px;
            }
        }

        @media all and (min-width: 901px) {

            .logos-above-overlap.image-text-module .text-wrap {
                padding: 110px 0;
            }
        }

        /****** /about/planterra-network *****/

        #hero.planterra-network-class {
            padding-bottom: 6rem;
        }

        .planterra-network-badge.image-text-module {
            padding: 0 7% 6rem;
            margin-top: -60px;

        }

        @media all and (min-width:901px) {
        .planterra-network-badge.image-text-module .text-wrap {
            padding: 100px 0;
            } 
        }

        @media all and (max-width: 900px) {
            .planterra-network-badge.image-text-module {
                margin-top: 70px;
                max-width: 80%;
            }


            .planterra-conservatory-badge.image-text-module {
                max-width: 80%;
            }

        }



        @media all and (max-width: 600px) {
            .planterra-network-badge.image-text-module,
            .planterra-conservatory-badge.image-text-module {
     
                max-width: 70%;
                margin-left: auto;
                margin-right: auto;
            }
        }



        #hero.planterra-network-class .image-caption-module img {
            object-fit: contain;
            height: auto;
        }



        /***** /services/national-account-management ***/
        .icons-bottom-overlap {
            z-index:2;
        }
         .icons-bottom-overlap .icon-line-wrapper::before {
            display: none;
        }

        .icons-bottom-overlap h5 {
            color: #eeefe9;
        }

        @media all and (min-width: 900px) {

            .padding-bottom-reverse ~ .contact-top-overlap {
                padding-top: 200px;
                margin-top: -200px;
            }
        }

            @media all and (max-width: 900px) {


                .icons-bottom-overlap h5 {
                    color: #5c5c37;
                }
            }

        /***** /services/interior-landscaping/horticulture-maintenance/ *****/
        .horticulture-special-full-width-text h2 {
            font-size: 3rem;
        }

        @media all and (max-width: 900px) {
                    /***** /services/interior-landscaping/horticulture-maintenance/ *****/
        .horticulture-special-full-width-text h2 {
            font-size: 2rem;
        }
    }


        /******* /company *****/

        .company-full-width-text-special h2 {
            font-size: 3rem;
        }

        @media all and (max-width: 900px) {
            .company-full-width-text-special h2 {
                font-size: 2rem;
            }
        }


        p.wp-caption-text {
            font-style: italic;
            color: #999;
            margin-top: 10px;
        }

        .text-align-left .text {
            text-align: left;
        }



        /***** /about *****/

            @media all and (max-width: 1000px) {
                .about-special-grid-buttons-nobg .grid-buttons-wrap {
                    display: block;
                }

                .about-special-grid-buttons-nobg .grid-button{
                    width: 100%;
                    height: 100px;
                }


            }



        /**** STICKY ****/

                
            @media all and (min-width: 901px) {
          .sticky-box {
            position: absolute;
            top: 0;
            width: 100%;
            max-width: 100%;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;

            z-index: 2;
          }

          .sticky-class .image-caption-module {
            height: 100%;
          }

          .sticky-image-container {
            height: 100%;
            width: 100%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
          }

          .sticky-image-container img {
            max-height: 100% !important;
            max-width: 100% !important;

            height: 100%;

            object-fit: cover;
            display: block;
          }


          .sticky-class.image-text-module .image-wrap {
            max-height: 100%;
          }

        }

          .image-wrap.sticky-no {
            display: none;
          }

            .image-wrap.sticky-yes {
            display: flex;
          }



        @media all and (max-width: 900px) {
          .image-wrap.sticky-no {
            display: flex;
          }

            .image-wrap.sticky-yes {
            display: none;
          }
        }


/**** /interior-landscaping-company ****/
.product-services-slideshow .image-caption p.location {
    display: none;
}





/*****/
/* Spacing Utility Classes with !important */

.add-margin-top        { margin-top: 6rem !important; }
.add-margin-bottom     { margin-bottom: 6rem !important; }
.add-padding-top       { padding-top: 6rem !important; }
.add-padding-bottom    { padding-bottom: 6rem !important; }

.add-margin-top-small     { margin-top: 3rem !important; }
.add-margin-bottom-small  { margin-bottom: 3rem !important; }
.add-padding-top-small    { padding-top: 3rem !important; }
.add-padding-bottom-small { padding-bottom: 3rem !important; }

.no-margin-top       { margin-top: 0 !important; }
.no-margin-bottom    { margin-bottom: 0 !important; }
.no-padding-top      { padding-top: 0 !important; }
.no-padding-bottom   { padding-bottom: 0 !important; }


@media all and (max-width: 900px) {


    .add-margin-top        { margin-top: 3rem !important; }
    .add-margin-bottom     { margin-bottom: 3rem !important; }
    .add-padding-top       { padding-top: 3rem !important; }
    .add-padding-bottom    { padding-bottom: 3rem !important; }

    .add-margin-top-small     { margin-top: 1.5rem !important; }
    .add-margin-bottom-small  { margin-bottom: 1.5rem !important; }
    .add-padding-top-small    { padding-top: 1.5rem !important; }
    .add-padding-bottom-small { padding-bottom: 1.5rem !important; }
}




