.mtop0{margin-top: 0px;}
.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop40{margin-top: 40px;}
.mtop50{margin-top: 50px;}
.mtop60{margin-top: 60px;}
.mtop80{margin-top: 80px;}
.mtop90{margin-top: 90px;}
.mtop100{margin-top: 100px;}

.mbot0{margin-bottom: 0px;}
.mbot5{margin-bottom: 5px;}
.mbot10{margin-bottom: 10px;}
.mbot20{margin-bottom: 20px;}
.mbot30{margin-bottom: 30px;}
.mbot40{margin-bottom: 40px;}
.mbot50{margin-bottom: 50px;}
.mbot60{margin-bottom: 60px;}
.mbot70{margin-bottom: 70px;}
.mbot80{margin-bottom: 80px;}
.mbot90{margin-bottom: 90px;}
.mbot100{margin-bottom: 100px;}

.centerit {
text-align: center;
}

.simple-slider-container {
      position: relative;
      max-width: 600px;
      margin: 0 auto 30px;
      overflow: hidden;
    }
    
    .simple-slider-wrapper {
      display: flex;
      transition: transform 0.5s ease;
    }
    
    .simple-slider-slide {
      min-width: 100%;
      box-sizing: border-box;
    }
    
    .simple-slider-slide img {
      width: 100%;
      height: auto;
      display: block;
    }
    
    .simple-slider-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
    }
    
    .simple-slider-btn {
      background-color: #33504f;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 1;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 10px;
    }
    
    .simple-slider-btn:hover {
      background-color: rgba(51, 80, 79, 0.8);
    }

        /* custom sub page card layout */
         .cgridsp-community-nav {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }

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

        .cgridsp-nav-title {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .cgridsp-nav-subtitle {
            font-size: 1.2rem;
            color: #7f8c8d;
            font-weight: 400;
        }

        .cgridsp-nav-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .cgridsp-nav-card {
            background: #ECE3D0;
            border-radius: 16px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(80, 120, 123, 0.08);
            border: 1px solid rgba(80, 120, 123, 0.1);
            position: relative;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .cgridsp-nav-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(80, 120, 123, 0.15);
            text-decoration: none;
        }

        .cgridsp-nav-img {
            width: 100%;
            height: 180px;
            margin-bottom: 1.5rem;
            overflow: hidden;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .cgridsp-nav-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .cgridsp-nav-card:hover .cgridsp-nav-img img {
            transform: scale(1.05);
        }

        .cgridsp-nav-card-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 1rem;
            line-height: 1.3;
        }

        .cgridsp-nav-card-desc {
            font-size: 1rem;
            color: #7f8c8d;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .cgridsp-nav-arrow {
            font-size: 1.2rem;
            color: #50787B;
            transition: all 0.3s ease;
        }

        .cgridsp-nav-card:hover .cgridsp-nav-arrow {
            transform: translateX(5px);
            color: #3d5e61;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .cgridsp-community-nav {
                padding: 1rem;
            }
            
            .cgridsp-nav-title {
                font-size: 2rem;
            }
            
            .cgridsp-nav-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .cgridsp-nav-card {
                padding: 1.5rem;
            }
        }

        /* Form-specific CSS with desmet- prefix */
        .desmet-form {
            background-color: transparent;
        }

        .desmet-form__head {
            margin-bottom: 2.5rem;
        }

        .desmet-form__head h6 {
            font: 700 2.2rem/1.1 "Red Hat Display", "Roboto", sans-serif;
            letter-spacing: 0.11rem;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0.5rem;
            color: #2a504e;
        }

        .desmet-form__body {
            margin-bottom: 2rem;
        }

        .desmet-form__row {
            margin-bottom: 2.5rem;
        }

        .desmet-form__label {
            display: block;
            font-size: 1.5rem;
            font-weight: 600;
            color: #2a504e;
            margin-bottom: 0.8rem;
            letter-spacing: 0.075rem;
        }

        .desmet-form__required {
            color: #b06f53;
        }

        .desmet-form__controls {
            position: relative;
        }

        .desmet-form__field {
            width: 100%;
            padding: 1.5rem;
            font-size: 1.5rem;
            font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
            color: #000;
            background-color: #fff;
            border: 0.2rem solid #44797c;
            border-radius: 0;
            transition: border-color 0.3s, box-shadow 0.3s;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        .desmet-form__field:focus {
            outline: none;
            border-color: #2a504e;
            box-shadow: 0 0 0 0.2rem rgba(68, 121, 124, 0.2);
        }

        .desmet-form__field--textarea {
            min-height: 12rem;
            resize: vertical;
            font-family: inherit;
        }

        .desmet-form__field::placeholder {
            color: #b7b7b7;
        }

        /* Radio buttons styling */
        .desmet-form__radios {
            display: flex;
            gap: 3rem;
            flex-wrap: wrap;
        }

        @media (max-width: 767px) {
            .desmet-form__radios {
                flex-direction: column;
                gap: 1.5rem;
            }
        }

        .desmet-form__radio-wrapper {
            display: flex;
            align-items: center;
        }

        .desmet-form__radio {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        .desmet-form__radio-label {
            position: relative;
            padding-left: 3rem;
            font-size: 1.5rem;
            font-weight: 600;
            color: #2a504e;
            cursor: pointer;
            user-select: none;
            line-height: 1.5;
        }

        .desmet-form__radio-label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2rem;
            height: 2rem;
            border: 0.2rem solid #44797c;
            border-radius: 50%;
            background-color: #fff;
            transition: border-color 0.3s, background-color 0.3s;
        }

        .desmet-form__radio-label::after {
            content: "";
            position: absolute;
            left: 0.5rem;
            top: 50%;
            transform: translateY(-50%) scale(0);
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: #2a504e;
            transition: transform 0.2s;
        }

        .desmet-form__radio:checked + .desmet-form__radio-label::before {
            border-color: #2a504e;
        }

        .desmet-form__radio:checked + .desmet-form__radio-label::after {
            transform: translateY(-50%) scale(1);
        }

        .desmet-form__radio:focus + .desmet-form__radio-label::before {
            box-shadow: 0 0 0 0.2rem rgba(68, 121, 124, 0.3);
        }

        /* Spam check note */
        .desmet-form__spam-note {
            font-size: 1.3rem;
            color: #44797c;
            margin-top: 0.6rem;
            font-style: italic;
        }

        /* Form actions */
        .desmet-form__actions {
            margin-top: 3rem;
        }

        .desmet-form__btn {
            display: inline-flex;
            vertical-align: middle;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            text-decoration: none;
            font-size: 1.5rem;
            line-height: 1;
            letter-spacing: 0.18rem;
            text-transform: uppercase;
            font-weight: 700;
            background-color: transparent;
            border: 0.2rem solid #44797c;
            color: #44797c;
            border-radius: 0;
            padding: 1.9rem 3.3rem 1.6rem;
            transition: color 0.3s, background-color 0.3s;
        }

        .desmet-form__btn:hover {
            background-color: #44797c;
            color: #eee3ce;
        }

        .desmet-form__btn:focus {
            outline: 2px solid #44797c;
            outline-offset: 2px;
        }

        /* Show data results area */
        #showData {
            margin-top: 2rem;
            padding: 2rem;
            background-color: #f7f0e4;
            border-left: 0.4rem solid #44797c;
            display: none;
        }

        #showData:not(:empty) {
            display: block;
        }

        /* Error/Success states (if needed for your script) */
        .desmet-form__field--error {
            border-color: #b06f53;
        }

        .desmet-form__field--success {
            border-color: #2a504e;
        }

        /* Responsive adjustments */
        @media (max-width: 767px) {
            .desmet-form__head h6 {
                font-size: 1.8rem;
            }

            .desmet-form__label {
                font-size: 1.4rem;
            }

            .desmet-form__field {
                font-size: 1.4rem;
                padding: 1.2rem;
            }

            .desmet-form__btn {
                width: 100%;
                padding: 1.6rem 2rem 1.4rem;
            }
        }

/* Business Listing CSS  */

/* Container and Grid System */
.blisting-container {
    max-width: 120.8rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
}

.blisting-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.blisting-cell {
    padding: 0 1.5rem;
    width: 100%;
}

.blisting-cell--half {
    width: 50%;
}

@media (max-width: 1023px) {
    .blisting-cell--half {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.blisting-cell--full {
    width: 100%;
}

/* Cards Grid */
.blisting-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 2rem;
}

@media (max-width: 1023px) {
    .blisting-cards-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Search Header */
.blisting-search-header {
    margin-bottom: 3rem;
    padding: 2rem 0;
    border-bottom: 0.2rem solid #44797c;
}

.blisting-search-header p {
    font-size: 1.6rem;
    color: #2a504e;
    margin-bottom: 0;
}

.blisting-search-header strong {
    font-weight: 700;
    color: #2a504e;
}

.blisting-search-header a {
    color: #44797c;
    text-decoration: underline;
}

.blisting-search-header a:hover {
    text-decoration: none;
}

/* Form Elements */
.blisting-form {
    margin-bottom: 2rem;
}

.blisting-select {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
    color: #2a504e;
    background-color: #fff;
    border: 0.2rem solid #44797c;
    border-radius: 0;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2344797c' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 1.2rem;
    padding-right: 4rem;
}

.blisting-select:focus {
    outline: none;
    border-color: #2a504e;
    box-shadow: 0 0 0 0.2rem rgba(68, 121, 124, 0.2);
}

/* Search Input Group */
.blisting-search-group {
    display: flex;
    gap: 0;
}

.blisting-search-input {
    flex: 1;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
    color: #2a504e;
    background-color: #fff;
    border: 0.2rem solid #44797c;
    border-right: none;
    border-radius: 0;
}

.blisting-search-input:focus {
    outline: none;
    border-color: #2a504e;
    box-shadow: 0 0 0 0.2rem rgba(68, 121, 124, 0.2);
    position: relative;
    z-index: 1;
}

.blisting-search-input::placeholder {
    color: #b7b7b7;
}

.blisting-search-btn {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #44797c;
    border: 0.2rem solid #44797c;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.blisting-search-btn:hover {
    background-color: #2a504e;
    border-color: #2a504e;
}

.blisting-search-btn:focus {
    outline: 2px solid #44797c;
    outline-offset: 2px;
}

/* Business Card */
.blisting-card {
    background-color: #fff;
    border: 0.2rem solid #eee3ce;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.blisting-card:hover {
    box-shadow: 0 0.4rem 1.2rem rgba(42, 80, 78, 0.15);
    border-color: #44797c;
}

.blisting-card__header {
    background-color: #44797c;
    padding: 2rem;
}

.blisting-card__header h2 {
    color: #eee3ce;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.blisting-card__body {
    padding: 2.5rem;
    display: flex;
    gap: 2rem;
    flex: 1;
}

.blisting-card__info {
    flex: 1;
    min-width: 0;
}

.blisting-card__logo {
    flex: 0 0 auto;
    max-width: 15rem;
    text-align: center;
    align-self: flex-start;
}

@media (max-width: 767px) {
    .blisting-card__body {
        flex-direction: column-reverse;
    }

    .blisting-card__logo {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}

.blisting-card__logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.blisting-card__info p {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #2a504e;
}

.blisting-card__info p:last-of-type {
    margin-bottom: 0;
}

.blisting-card__info a {
    color: #44797c;
    text-decoration: none;
    transition: color 0.3s;
}

.blisting-card__info a:hover {
    color: #2a504e;
    text-decoration: underline;
}

.blisting-card__info .fas,
.blisting-card__info .fa,
.blisting-card__info em {
    margin-right: 0.5rem;
    color: #44797c;
}

/* Button */
.blisting-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2.4rem;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #44797c;
    border: 0.2rem solid #44797c;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
    border-radius: 0;
    cursor: pointer;
}

.blisting-btn:hover {
    background-color: #2a504e;
    border-color: #2a504e;
    color: #fff;
}

.blisting-btn:focus {
    outline: 2px solid #44797c;
    outline-offset: 2px;
}

.blisting-btn--small {
    padding: 1rem 2rem;
    font-size: 1.3rem;
}

/* Pagination */
.blisting-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 4rem 0 0 0;
    padding: 0;
    flex-wrap: wrap;
}

.blisting-pagination li {
    list-style: none;
}

.blisting-pagination a,
.blisting-pagination__current {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    height: 4rem;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    color: #2a504e;
    background-color: #eee3ce;
    border: 0.2rem solid #eee3ce;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.blisting-pagination a:hover {
    background-color: #44797c;
    color: #eee3ce;
    border-color: #44797c;
}

.blisting-pagination a:focus {
    outline: 2px solid #44797c;
    outline-offset: 2px;
}

.blisting-pagination__current {
    background-color: #44797c;
    color: #eee3ce;
    border-color: #44797c;
    font-weight: 700;
}

/* No Results Message */
.blisting-no-results {
    padding: 4rem 2rem;
    text-align: center;
    font-size: 1.8rem;
    color: #2a504e;
    background-color: #eee3ce;
    border: 0.2rem solid #44797c;
}

/* Utilities */
.blisting-mtop20 {
    margin-top: 2rem;
}

.blisting-mtop10 {
    margin-top: 1rem;
}

.blisting-text-center {
    text-align: center;
}

/* Clear fix */
.blisting-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

        /* Visit Info */
        .ec-visit-info {
            text-align: center;
            line-height: 1.67;
        }
        .ec-visit-info .section__subtitle {
            color: var(--c-green-2);
            letter-spacing: 0.17rem;
            margin-bottom: 1rem;
            font-weight: 500;
            font-size: 2.3rem;
        }
        .ec-visit-info address {
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.09;
            letter-spacing: 0.11rem;
            color: var(--c-green-2);
            margin-bottom: 3.5rem;
            font-style: normal;
        }
        .ec-visit-info p {
            color: var(--c-green-1);
        }
        @media (max-width: 767px) {
            .ec-visit-info address {
                font-size: 2rem;
                margin-bottom: 2rem;
            }
        }
        .ec-visit-info h6 {
            color: var(--c-green-2);
            letter-spacing: 0.11rem;
            font-family: var(--ff-base);
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        .ec-visit-info .list-info {
            list-style-type: none;
            color: var(--c-green-1);
            margin: 0 auto;
        }
        .ec-visit-info .list-info li {
            margin-bottom: 0.7rem;
        }


/* --------------------------------------------------
   Hunting & Fishing Accordion  |  prefix: hf-acc-
-------------------------------------------------- */
 
        .hf-acc-wrapper {
          margin-top: 3rem;
          margin-bottom: 3rem;
        }
         
        .hf-acc-section-label {
          font-size: 2rem;
          font-weight: 700;
          letter-spacing: 0.18rem;
          text-transform: uppercase;
          color: #44797c;
          margin-bottom: 1.2rem;
          margin-top: 3.5rem;
          display: block;
        }
         
        .hf-acc-section-label:first-child {
          margin-top: 0;
        }
         
        /* Individual accordion item */
        .hf-acc-item {
          border: 0.2rem solid #c8d8d9;
          margin-bottom: 0.6rem;
          background-color: #fff;
          transition: border-color 0.25s;
        }
         
        .hf-acc-item.hf-acc-open {
          border-color: #44797c;
        }
         
        /* Trigger / header button */
        .hf-acc-trigger {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 1.5rem;
          padding: 1.6rem 2rem;
          background: none;
          border: none;
          cursor: pointer;
          text-align: left;
          font-family: "Red Hat Display", "Roboto", Helvetica, Arial, sans-serif;
          font-size: 1.6rem;
          font-weight: 700;
          color: #2a504e;
          line-height: 1.3;
          transition: background-color 0.2s, color 0.2s;
        }
         
        .hf-acc-trigger:hover,
        .hf-acc-item.hf-acc-open .hf-acc-trigger {
          background-color: #f5f0e8;
          color: #2a504e;
        }
         
        .hf-acc-trigger:focus-visible {
          outline: 0.2rem solid #44797c;
          outline-offset: -0.2rem;
        }
         
        /* Icon */
        .hf-acc-icon {
          flex-shrink: 0;
          width: 2.2rem;
          height: 2.2rem;
          border-radius: 50%;
          background-color: #eee3ce;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: background-color 0.25s, transform 0.3s ease;
        }
         
        .hf-acc-item.hf-acc-open .hf-acc-icon {
          background-color: #44797c;
          transform: rotate(180deg);
        }
         
        .hf-acc-icon svg {
          display: block;
          transition: stroke 0.25s;
          stroke: #2a504e;
        }
         
        .hf-acc-item.hf-acc-open .hf-acc-icon svg {
          stroke: #fff;
        }
         
        /* Panel */
        .hf-acc-panel {
          overflow: hidden;
          max-height: 0;
          transition: max-height 0.4s ease, padding 0.3s ease;
        }
         
        .hf-acc-panel-inner {
          padding: 0 2rem 2rem 2rem;
          border-top: 0.1rem solid #e0eded;
        }
         
        /* Entry (each business inside a panel) */
        .hf-acc-entry {
          padding: 1.8rem 0;
          border-bottom: 0.1rem solid #e8eeee;
        }
         
        .hf-acc-entry:last-child {
          border-bottom: none;
          padding-bottom: 0;
        }
         
        .hf-acc-entry h4 {
          font-size: 1.6rem;
          font-weight: 700;
          color: #2a504e;
          margin: 0 0 1rem 0;
          line-height: 1.3;
        }
         
        .hf-acc-entry p {
          font-size: 1.5rem;
          line-height: 1.65;
          color: #3a5a58;
          margin-bottom: 0.6rem;
        }
         
        .hf-acc-entry p:last-child {
          margin-bottom: 0;
        }
         
        .hf-acc-entry a {
          color: #44797c;
          text-decoration: none;
          transition: color 0.2s;
        }
         
        .hf-acc-entry a:hover {
          color: #2a504e;
          text-decoration: underline;
        }
         
        /* Responsive */
        @media (max-width: 767px) {
          .hf-acc-trigger {
            font-size: 1.5rem;
            padding: 1.4rem 1.6rem;
          }
         
          .hf-acc-panel-inner {
            padding: 0 1.6rem 1.8rem 1.6rem;
          }
         
          .hf-acc-entry h4 {
            font-size: 1.5rem;
          }
         
          .hf-acc-entry p {
            font-size: 1.4rem;
          }
        }

/* ============================================================
   Newsletter Signup Form 
   ============================================================ */

/* ── Wrapper ──────────────────────────────────────────────── */
.ns-form-wrap {
    background-color: transparent;
    margin-top: 40px;
}

/* ── Head ─────────────────────────────────────────────────── */
.ns-form__head {
    margin-bottom: 2.5rem;
}

.ns-form__head h6 {
    font: 700 2.2rem/1.1 inherit;
    letter-spacing: 0.11rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #2a504e;
}

/* ── Body ─────────────────────────────────────────────────── */
.ns-form__body {
    margin-bottom: 2rem;
}

.ns-form__row {
    margin-bottom: 2.5rem;
}

/* ── Labels ───────────────────────────────────────────────── */
.ns-form__label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2a504e;
    margin-bottom: 0.8rem;
    letter-spacing: 0.075rem;
    font-family: inherit;
}

.ns-form__required {
    color: #b06f53;
}

/* ── Controls ─────────────────────────────────────────────── */
.ns-form__controls {
    position: relative;
}

/* ── Input fields ─────────────────────────────────────────── */
.ns-form__field {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-family: inherit;
    color: #000;
    background-color: #fff;
    border: 0.2rem solid #44797c;
    border-radius: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

.ns-form__field:focus {
    outline: none;
    border-color: #2a504e;
    box-shadow: 0 0 0 0.2rem rgba(68, 121, 124, 0.2);
}

.ns-form__field::placeholder {
    color: #b7b7b7;
}

/* Error state */
.ns-form__field--error {
    border-color: #b06f53;
}

/* ── Inline field hint / spam note ───────────────────────── */
.ns-form__hint {
    font-size: 1.3rem;
    color: #44797c;
    margin-top: 0.6rem;
    font-style: italic;
    font-family: inherit;
}

/* ── Inline validation messages ──────────────────────────── */
.ns-form__error-msg {
    display: none;
    font-size: 1.3rem;
    color: #b06f53;
    margin-top: 0.5rem;
    font-family: inherit;
    font-weight: 600;
}

.ns-form__error-msg.ns-visible {
    display: block;
}

/* ── Opt-in checkbox row ─────────────────────────────────── */
.ns-form__check-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}

/* Visually-hidden native checkbox (still keyboard / AT accessible) */
.ns-form__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* Custom checkbox face */
.ns-form__check-label {
    position: relative;
    padding-left: 3.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #2a504e;
    cursor: pointer;
    user-select: none;
    line-height: 1.55;
    font-family: inherit;
    display: block;
}

.ns-form__check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2.2rem;
    height: 2.2rem;
    border: 0.2rem solid #44797c;
    background-color: #fff;
    transition: border-color 0.3s, background-color 0.3s;
    flex-shrink: 0;
}

.ns-form__check-label::after {
    content: "";
    position: absolute;
    left: 0.55rem;
    top: 0.55rem;
    width: 1.1rem;
    height: 0.65rem;
    border-left: 0.25rem solid #fff;
    border-bottom: 0.25rem solid #fff;
    transform: rotate(-45deg) scale(0);
    transition: transform 0.2s;
}

.ns-form__checkbox:checked + .ns-form__check-label::before {
    background-color: #2a504e;
    border-color: #2a504e;
}

.ns-form__checkbox:checked + .ns-form__check-label::after {
    transform: rotate(-45deg) scale(1);
}

.ns-form__checkbox:focus-visible + .ns-form__check-label::before {
    box-shadow: 0 0 0 0.2rem rgba(68, 121, 124, 0.35);
}

/* Error state for checkbox */
.ns-form__check-label--error::before {
    border-color: #b06f53;
}

/* ── Honeypot (visually & AT hidden) ─────────────────────── */
.ns-hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    tab-index: -1;
    aria-hidden: true;
}

/* ── Actions / submit button ─────────────────────────────── */
.ns-form__actions {
    margin-top: 3rem;
}

.ns-form__btn {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: inherit;
    background-color: transparent;
    border: 0.2rem solid #44797c;
    color: #44797c;
    border-radius: 0;
    padding: 1.9rem 3.3rem 1.6rem;
    transition: color 0.3s, background-color 0.3s;
}

.ns-form__btn:hover {
    background-color: #44797c;
    color: #eee3ce;
}

.ns-form__btn:focus-visible {
    outline: 2px solid #44797c;
    outline-offset: 3px;
}

.ns-form__btn:disabled,
.ns-form__btn[aria-busy="true"] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Result / status banner ──────────────────────────────── */
#ns-result {
    display: none;
    margin-top: 2rem;
    padding: 2rem 2.4rem;
    border-left: 0.4rem solid #44797c;
    background-color: #f7f0e4;
    font-size: 1.5rem;
    font-family: inherit;
    color: #2a504e;
    line-height: 1.6;
}

#ns-result.ns-visible {
    display: block;
}

#ns-result.ns-result--error {
    border-left-color: #b06f53;
    background-color: #fdf3ee;
    color: #7a3a22;
}

/* ── Pre-fill notice (shown when name/email come from homepage) */
.ns-prefill-notice {
    font-size: 1.4rem;
    color: #44797c;
    font-style: italic;
    margin-bottom: 2rem;
    padding: 1.2rem 1.6rem;
    background-color: #f0f7f7;
    border-left: 0.3rem solid #44797c;
    font-family: inherit;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
    .ns-form__head h6 {
        font-size: 1.8rem;
    }

    .ns-form__label {
        font-size: 1.4rem;
    }

    .ns-form__field {
        font-size: 1.4rem;
        padding: 1.2rem;
    }

    .ns-form__btn {
        width: 100%;
        padding: 1.6rem 2rem 1.4rem;
    }

    .ns-form__check-label {
        font-size: 1.4rem;
    }
}

/* ============================================================
   Contact Form additions
   ============================================================ */

/* ── HP ─────────────────────────────────────────────── */
.cf-hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

/* ── Fieldset reset (radio group) ────────────────────────── */
.cf-fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.cf-legend {
    /* Visually hidden — the h6 heading already labels the section */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ── Inline validation error messages ────────────────────── */
.cf-error-msg {
    display: none;
    font-size: 1.3rem;
    color: #b06f53;
    margin-top: 0.5rem;
    font-family: inherit;
    font-weight: 600;
}

.cf-error-msg.cf-error-visible {
    display: block;
}

/* ── Result / status banner ──────────────────────────────── */
#cf-result {
    display: none;
    margin-top: 2rem;
    padding: 2rem 2.4rem;
    border-left: 0.4rem solid #44797c;
    background-color: #f7f0e4;
    font-size: 1.5rem;
    font-family: inherit;
    color: #2a504e;
    line-height: 1.6;
}

#cf-result.cf-result-visible {
    display: block;
}

#cf-result.cf-result--error {
    border-left-color: #b06f53;
    background-color: #fdf3ee;
    color: #7a3a22;
}

/* ============================================================
   Calendar Event Submission Form
   ============================================================ */

/* ── Honeypot ─────────────────────────────────────────────── */
.cef-hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

/* ── Optional field label note ───────────────────────────── */
.cef-optional {
    font-size: 1.3rem;
    font-weight: 400;
    color: #7f8c8d;
    font-style: italic;
    margin-left: 0.4rem;
}

/* ── Date / Time split row ───────────────────────────────── */
.cef-row--split {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.cef-col {
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 767px) {
    .cef-row--split {
        flex-direction: column;
        gap: 0;
    }

    .cef-col {
        width: 100%;
        margin-bottom: 2.5rem;
    }

    /* Remove double bottom margin on last col since the row has its own */
    .cef-col:last-child {
        margin-bottom: 0;
    }
}

/* ── Select dropdown ─────────────────────────────────────── */
.cef-select-wrap {
    position: relative;
}

.cef-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2344797c' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 1.2rem;
    padding-right: 4rem;
}

/* Date & time inputs — normalise appearance across browsers */
input[type="date"].desmet-form__field,
input[type="time"].desmet-form__field {
    cursor: pointer;
}

/* Remove the native calendar/clock icon in WebKit so it doesn't 
   double up with the browser's built-in affordance */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0.5;
    cursor: pointer;
}

/* ── Inline validation error messages ────────────────────── */
.cef-error-msg {
    display: none;
    font-size: 1.3rem;
    color: #b06f53;
    margin-top: 0.5rem;
    font-family: inherit;
    font-weight: 600;
}

.cef-error-msg.cef-error-visible {
    display: block;
}

/* ── Result / status banner ──────────────────────────────── */
#cef-result {
    display: none;
    margin-top: 2rem;
    padding: 2rem 2.4rem;
    border-left: 0.4rem solid #44797c;
    background-color: #f7f0e4;
    font-size: 1.5rem;
    font-family: inherit;
    color: #2a504e;
    line-height: 1.6;
}

#cef-result.cef-result-visible {
    display: block;
}

#cef-result.cef-result--error {
    border-left-color: #b06f53;
    background-color: #fdf3ee;
    color: #7a3a22;
}