@import "company.css";

:root {
    --ss-ink: #18332c;
    --ss-muted: #62716b;
    --ss-green: #1c6047;
    --ss-accent: #dceec5;
    --ss-line: #e0e6df;
    --ss-cream: #f6f7ef;
    --bs-primary: #1c6047;
    --bs-body-color: #18332c;
    --bs-body-font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --bs-link-color: #1c6047;
    --bs-link-hover-color: #103f2e
}

body {
    margin: 0;
    background: #fff;
    font-size: 15px;
    -webkit-font-smoothing: antialiased
}

a {
    color: var(--ss-green);
    text-decoration: none
}

a:hover {
    color: #0b3f2c
}

h1,
h2,
h3 {
    font-weight: 650;
    letter-spacing: -.045em
}

p {
    color: var(--ss-muted);
    line-height: 1.7
}

button,
input,
textarea {
    font: inherit
}

a,
button,
input {
    touch-action: manipulation
}

.container {
    max-width: 1200px;
    padding-left: 28px;
    padding-right: 28px
}

.ss-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    vertical-align: middle
}

.ss-header {
    border-bottom: 1px solid var(--ss-line);
    background: white
}

.ss-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
    gap: 30px
}

.ss-brand {
    display: inline-flex;
    align-items: center;
    color: var(--ss-ink);
    font-size: 25px;
    letter-spacing: -1.2px;
    font-weight: 780;
    white-space: nowrap
}

.ss-brand-symbol {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ss-green);
    color: #fff;
    border-radius: 11px;
    margin-right: 10px;
    transform: rotate(-4deg)
}

.ss-brand-symbol svg {
    width: 26px;
    height: 26px
}

.ss-brand-light {
    font-weight: 420
}

.ss-brand-dot {
    color: #5f8c40
}

.ss-header-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 13px;
    font-weight: 550
}

.ss-header-nav>a {
    color: var(--ss-ink)
}

.ss-header-caption {
    color: var(--ss-muted);
    font-size: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding-left: 26px;
    border-left: 1px solid var(--ss-line);
    font-weight: 400
}

.ss-header-caption svg {
    width: 17px;
    height: 17px
}

.ss-logo img {
    max-height: 54px;
    width: auto;
    max-width: 220px
}

.ss-hero {
    background: var(--ss-cream);
    border-bottom: 1px solid var(--ss-line);
    padding: 76px 0 46px;
    position: relative;
    overflow: hidden
}

.ss-hero:before,
.ss-hero:after {
    content: "";
    position: absolute;
    border: 1px solid #dfe7d788;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    right: -420px;
    top: -100px;
    pointer-events: none
}

.ss-hero:after {
    width: 760px;
    height: 760px;
    right: -500px;
    top: -180px
}

.ss-hero-inner {
    max-width: 840px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.ss-eyebrow {
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 650;
    color: var(--ss-green);
    display: inline-block;
    margin-bottom: 17px
}

.ss-live-dot {
    display: inline-block;
    background: #6f9460;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    vertical-align: 2px;
    margin-right: 7px
}

.ss-hero h1 {
    font-size: 60px;
    line-height: 1.08;
    letter-spacing: -3px;
    margin-bottom: 23px;
    font-weight: 620
}

.ss-hero h1 span {
    color: var(--ss-green)
}

.ss-hero-description {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 32px
}

.ss-search-form {
    background: #fff;
    border: 1px solid #dbe1d7;
    border-radius: 14px;
    padding: 25px 28px 18px;
    box-shadow: 0 8px 25px #1c433308;
    text-align: left;
    margin-top: 28px
}

.ss-search-label {
    font-size: 13px;
    font-weight: 650;
    display: block;
    margin-bottom: 11px
}

.ss-search-row {
    display: flex;
    gap: 12px
}

.ss-input-wrap {
    flex: 1;
    position: relative;
    min-width: 0
}

.ss-input-wrap>.ss-icon {
    position: absolute;
    left: 16px;
    top: 17px;
    color: #85958c;
    width: 20px;
    height: 20px
}

.ss-input-wrap .form-control {
    padding-left: 46px;
    height: 54px;
    background: #fafbf8;
    border: 1px solid #dce2d9;
    font-size: 14px;
    border-radius: 7px
}

.form-control {
    border-color: #d8e0d6;
    border-radius: 7px;
    padding: 12px 13px
}

.form-control::placeholder {
    color: #849187
}

.form-control:focus {
    border-color: #558267;
    box-shadow: 0 0 0 3px #1c60471c
}

.btn {
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    line-height: 1.5
}

.btn-primary {
    --bs-btn-bg: var(--ss-green);
    --bs-btn-border-color: var(--ss-green);
    --bs-btn-hover-bg: #124e38;
    --bs-btn-hover-border-color: #124e38;
    --bs-btn-active-bg: #103e2d;
    --bs-btn-active-border-color: #103e2d
}

.btn .ss-icon {
    width: 19px;
    height: 19px
}

.ss-scope {
    display: flex;
    gap: 26px;
    margin-top: 18px
}

.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 12px
}

.form-check .form-check-input {
    float: none;
    margin: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border-color: #a5b6a7
}

.form-check-input:checked {
    background-color: var(--ss-green);
    border-color: var(--ss-green)
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px #1c604720;
    border-color: var(--ss-green)
}

.ss-scope-note {
    font-size: 11px;
    margin: 9px 0 0;
    color: #748074
}

.ss-popular {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
    margin-top: 21px;
    font-size: 11px
}

.ss-popular>span {
    color: #738073;
    margin-right: 4px
}

.ss-popular a {
    color: #50614f;
    border: 1px solid #dce3d4;
    border-radius: 20px;
    padding: 5px 11px
}

.ss-popular a:hover {
    background: #e6eddd
}

.ss-directory {
    padding-top: 54px;
    padding-bottom: 66px;
    min-height: 300px
}

.ss-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px
}

.ss-section-heading .ss-eyebrow {
    margin-bottom: 10px
}

.ss-section-heading h2 {
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 9px
}

.ss-section-heading p {
    margin: 0;
    font-size: 13px
}

.ss-text-link {
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.ss-text-link svg {
    width: 18px
}

.ss-supplier-card {
    border: 1px solid var(--ss-line);
    border-radius: 12px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color .15s, box-shadow .15s
}

.ss-supplier-card:hover {
    border-color: #a8bca5;
    box-shadow: 0 7px 20px #244d3109
}

.ss-card-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 15px;
    margin-bottom: 23px
}

.ss-company-logo {
    width: 53px;
    height: 53px;
    border-radius: 11px;
    background: #f0f4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #48745b;
    flex-shrink: 0;
    border: 1px solid #e6eadf
}

.ss-company-logo>.ss-icon {
    width: 28px;
    height: 28px
}

.ss-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.ss-country {
    font-size: 11px;
    color: #5f6e65;
    display: flex;
    gap: 4px;
    align-items: center;
    line-height: 1.5
}

.ss-country svg {
    width: 14px;
    height: 14px
}

.ss-card-top .ss-country {
    margin-top: 7px;
    text-align: right
}

.ss-supplier-card h3 {
    font-size: 19px;
    letter-spacing: -.5px;
    line-height: 1.3;
    margin-bottom: 11px
}

.ss-supplier-card h3 a {
    color: var(--ss-ink)
}

.ss-company-excerpt {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
    flex: 1
}

.ss-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.ss-product-tags a {
    background: #f4f6f0;
    border: 1px solid #e9ede3;
    border-radius: 5px;
    padding: 4px 9px;
    font-size: 10px;
    color: #5a6d58
}

.ss-product-tags a:hover {
    background: #e6eddd
}

.ss-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--ss-line);
    padding-top: 16px;
    margin-top: 23px;
    font-size: 11px;
    font-weight: 600
}

.ss-card-link svg {
    width: 17px;
    height: 17px
}

.ss-how {
    padding: 58px 0 64px;
    background: #f8f9f5;
    border-top: 1px solid var(--ss-line)
}

.ss-how .ss-section-heading {
    margin-bottom: 37px
}

.ss-how .ss-section-heading h2 {
    font-size: 32px
}

.ss-step {
    border-top: 1px solid #d9e1d3;
    padding-top: 20px;
    padding-right: 25px
}

.ss-step-number {
    display: block;
    color: #82947c;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 21px
}

.ss-step h3 {
    font-size: 17px;
    letter-spacing: -.4px;
    margin-bottom: 10px
}

.ss-step p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0
}

.ss-footer {
    background: #fff;
    padding: 35px 0 23px
}

.ss-footer-top {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-bottom: 25px
}

.ss-brand-footer {
    font-size: 21px;
    letter-spacing: -1px
}

.ss-footer-top>p {
    font-size: 12px;
    margin: 0
}

.ss-footer-top>div {
    margin-left: auto;
    font-size: 12px
}

.ss-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px
}

.ss-footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--ss-line);
    padding-top: 20px;
    font-size: 10px;
    color: #829084
}

.ss-hero-compact {
    padding: 38px 0 32px
}

.ss-hero-compact h1 {
    font-size: 42px;
    letter-spacing: -1.8px;
    margin-bottom: 0
}

.ss-hero-compact .ss-search-form {
    margin-top: 25px
}

.ss-no-results {
    padding: 15px 0
}

.ss-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #eef3e7;
    border: 1px solid #dfe8d6;
    border-radius: 15px;
    color: var(--ss-green);
    margin-bottom: 25px
}

.ss-empty-icon svg {
    width: 26px;
    height: 26px
}

.ss-no-results h2 {
    font-size: 39px;
    line-height: 1.15;
    margin-bottom: 20px
}

.ss-no-results p {
    max-width: 440px;
    font-size: 14px
}

.ss-no-results .ss-small {
    font-size: 12px;
    line-height: 2
}

.ss-small svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: var(--ss-green)
}

.ss-request-form {
    padding: 30px;
    background: #f8faf5;
    border: 1px solid var(--ss-line);
    border-radius: 12px
}

.ss-request-form h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.ss-request-form .form-label {
    font-size: 12px;
    font-weight: 600
}

.ss-request-form .ss-muted {
    font-weight: 400;
    color: var(--ss-muted)
}

.ss-consent {
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.6
}

.ss-consent input {
    margin-top: 2px !important
}

.ss-form-note {
    font-size: 10px !important;
    margin: 12px 0 0;
    text-align: center
}

.ss-success {
    display: flex;
    align-items: start;
    gap: 15px;
    font-size: 13px;
    line-height: 1.6;
    border-color: #cce2c5;
    background: #f0f8ec;
    color: #285738;
    margin-bottom: 32px
}

.ss-initial-empty {
    padding: 10px 0;
    max-width: 570px;
    margin: auto;
    text-align: center
}

.ss-initial-empty .ss-empty-icon {
    margin-left: auto;
    margin-right: auto
}

.ss-initial-empty h2 {
    font-size: 30px
}

.ss-initial-empty p {
    font-size: 14px
}

.ss-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
    flex-wrap: wrap
}

.ss-pagination .page-numbers {
    padding: 10px 14px;
    border: 1px solid var(--ss-line);
    border-radius: 6px;
    font-size: 12px
}

.ss-pagination .current {
    background: var(--ss-green);
    color: white;
    border-color: var(--ss-green)
}

.ss-single {
    padding-top: 35px;
    padding-bottom: 85px;
    min-height: 65vh
}

.ss-back {
    font-size: 12px;
    color: var(--ss-muted)
}

.ss-company-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 38px 0 42px;
    padding-bottom: 38px;
    border-bottom: 1px solid var(--ss-line)
}

.ss-company-logo-large {
    width: 100px;
    height: 100px;
    border-radius: 19px
}

.ss-company-logo-large>.ss-icon {
    width: 44px;
    height: 44px
}

.ss-company-header .ss-eyebrow {
    margin-bottom: 7px
}

.ss-company-header h1 {
    font-size: 41px;
    margin: 0 0 12px
}

.ss-company-header .ss-country {
    font-size: 13px
}

.ss-company-content h2,
.ss-contact-box h2 {
    font-size: 22px;
    margin-bottom: 22px
}

.ss-prose {
    font-size: 16px;
    line-height: 1.85;
    color: #52665a;
    overflow-wrap: anywhere
}

.ss-prose img,
.ss-prose video,
.ss-prose iframe {
    max-width: 100%;
    height: auto
}

.ss-prose p {
    color: inherit
}

.ss-prose a {
    text-decoration: underline
}

.ss-prose h2,
.ss-prose h3 {
    margin-top: 1.5em;
    color: var(--ss-ink)
}

.ss-prose table {
    width: 100%;
    display: block;
    overflow: auto
}

.ss-contact-box {
    background: #f7f9f3;
    border: 1px solid var(--ss-line);
    border-radius: 12px;
    padding: 27px;
    position: sticky;
    top: 25px
}

.ss-contact-box h3 {
    font-size: 15px;
    letter-spacing: -.2px;
    margin-bottom: 14px
}

.ss-contact-box hr {
    border-color: #b9c9b2;
    margin: 25px 0
}

.ss-contact-box p {
    font-size: 13px
}

.ss-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin: 13px 0;
    overflow-wrap: anywhere
}

.ss-contact-link svg {
    width: 18px
}

.ss-page {
    max-width: 850px;
    padding-top: 65px;
    padding-bottom: 85px;
    min-height: 65vh
}

.ss-page h1 {
    font-size: 43px;
    margin-bottom: 30px
}

.ss-honey {
    position: absolute !important;
    left: -10000px !important;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.skip-link {
    position: absolute;
    left: 15px;
    top: -200px;
    z-index: 99999;
    background: #fff;
    padding: 14px;
    border: 2px solid var(--ss-green)
}

.skip-link:focus {
    top: 10px
}

.screen-reader-text {
    position: absolute;
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid #8aac69;
    outline-offset: 4px
}

.alignwide {
    max-width: 100%
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%
}

.wp-caption-text {
    font-size: 12px
}

.sticky,
.bypostauthor {
    color: inherit
}

@media(min-width:1400px) {
    .ss-hero {
        padding-top: 84px;
        padding-bottom: 54px
    }

    .ss-hero-compact {
        padding-top: 36px;
        padding-bottom: 32px
    }
}

@media(max-width:991px) {
    .ss-header-caption {
        display: none
    }

    .ss-header-nav {
        gap: 20px
    }

    .ss-hero h1 {
        font-size: 52px
    }

    .ss-hero-compact h1 {
        font-size: 39px
    }

    .ss-company-header h1 {
        font-size: 34px
    }

    .ss-contact-box {
        position: static
    }

    .ss-company-logo-large {
        width: 80px;
        height: 80px
    }
}

@media(max-width:767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .ss-header-inner {
        min-height: 76px;
        gap: 15px
    }

    .ss-brand {
        font-size: 21px
    }

    .ss-brand-symbol {
        width: 34px;
        height: 34px;
        margin-right: 7px
    }

    .ss-brand-symbol svg {
        width: 22px
    }

    .ss-nav-help {
        display: none
    }

    .ss-header-nav {
        font-size: 11px
    }

    .ss-hero {
        padding: 48px 0 30px
    }

    .ss-eyebrow {
        font-size: 9px;
        letter-spacing: 1px
    }

    .ss-hero h1 {
        font-size: 40px;
        letter-spacing: -1.9px
    }

    .ss-hero-description {
        font-size: 14px;
        margin-bottom: 25px
    }

    .ss-search-form {
        padding: 20px 18px 16px;
        border-radius: 10px;
        margin-top: 24px
    }

    .ss-search-row {
        flex-direction: column;
        gap: 10px
    }

    .ss-search-row .btn {
        width: 100%;
        height: 49px
    }

    .ss-input-wrap .form-control {
        font-size: 13px
    }

    .ss-scope {
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 17px
    }

    .ss-scope .form-check {
        font-size: 11px
    }

    .ss-scope-note {
        font-size: 10px
    }

    .ss-popular {
        font-size: 10px;
        gap: 7px
    }

    .ss-directory {
        padding-top: 35px;
        padding-bottom: 42px
    }

    .ss-section-heading {
        align-items: start;
        gap: 14px;
        flex-direction: column;
        margin-bottom: 23px
    }

    .ss-section-heading h2,
    .ss-how .ss-section-heading h2 {
        font-size: 27px
    }

    .ss-section-heading p {
        font-size: 12px
    }

    .ss-supplier-card {
        padding: 23px
    }

    .ss-how {
        padding: 38px 0
    }

    .ss-step {
        padding-right: 0;
        padding-bottom: 12px
    }

    .ss-step-number {
        margin-bottom: 13px
    }

    .ss-footer-top {
        flex-wrap: wrap;
        gap: 12px
    }

    .ss-footer-top>div {
        margin-left: 0;
        width: 100%
    }

    .ss-footer-bottom {
        gap: 15px;
        font-size: 9px
    }

    .ss-hero-compact {
        padding-top: 26px
    }

    .ss-hero-compact h1 {
        font-size: 32px;
        letter-spacing: -1px
    }

    .ss-hero-compact .ss-eyebrow {
        max-width: 270px
    }

    .ss-no-results h2 {
        font-size: 32px
    }

    .ss-request-form {
        padding: 23px
    }

    .ss-no-results {
        padding: 5px 0
    }

    .ss-company-header {
        align-items: flex-start;
        gap: 16px;
        margin: 25px 0;
        padding-bottom: 25px
    }

    .ss-company-header h1 {
        font-size: 29px;
        overflow-wrap: anywhere
    }

    .ss-company-logo-large {
        width: 65px;
        height: 65px;
        border-radius: 12px
    }

    .ss-company-header .ss-country {
        font-size: 11px
    }

    .ss-single {
        padding-top: 25px;
        padding-bottom: 45px
    }

    .ss-page {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .ss-page h1 {
        font-size: 33px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}

@media(max-width:767px) {

    .ss-no-results>.row,
    .ss-single>.row {
        --bs-gutter-x: 2rem
    }
}