:root {
    --ink: #101318;
    --muted: #66707b;
    --line: #e6e9ed;
    --accent: #ee6b2f;
    --page-width: 1280px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.container {
    width: min(100% - 40px, var(--page-width));
    margin: 0 auto;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.header-inner {
    padding: 24px 0 22px;
}

.header-main {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.brand img {
    display: block;
    width: auto;
    height: 62px;
    max-width: min(285px, 70vw);
    object-fit: contain;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 2px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .02em;
}

.contact a {
    text-decoration: none;
}

.contact a:hover,
.contact a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.company-description {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 22px;
    overflow: hidden;
    isolation: isolate;
    padding: 22px 28px 22px 26px;
    border: 1px solid rgba(238, 107, 47, .24);
    border-left: 5px solid var(--accent);
    border-radius: 0 18px 18px 0;
    background: linear-gradient(135deg, #fff 0%, #fff8f4 100%);
    box-shadow: 0 12px 28px rgba(16, 19, 24, .07), inset 0 1px 0 rgba(255, 255, 255, .95);
    color: #303741;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: .01em;
}

.company-description::before {
    position: absolute;
    z-index: -1;
    top: -15%;
    left: -30%;
    width: 24%;
    height: 130%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
    content: "";
    pointer-events: none;
    animation: company-description-shimmer 7s ease-in-out infinite;
}

.company-description::after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 24px;
    width: 64px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: var(--accent);
    content: "";
}

.company-description > * {
    position: relative;
    z-index: 1;
}

@keyframes company-description-shimmer {
    0%, 42% {
        opacity: 0;
        transform: translateX(-160%) skewX(-18deg);
    }

    55% {
        opacity: .45;
    }

    76%, 100% {
        opacity: 0;
        transform: translateX(560%) skewX(-18deg);
    }
}

.company-description p {
    margin: 0;
}

.company-description p+p {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(238, 107, 47, .18);
    color: var(--muted);
}

.company-description b {
    color: var(--accent);
    font-weight: 900;
    letter-spacing: .03em;
}

.content-section {
    border-top: 1px solid var(--line);
    padding: 30px 0 34px;
}

.section-heading {
    margin-bottom: 18px;
}

.eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--accent);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

h1,
h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.section-note {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.supplier-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 4px;
}

.supplier-item {
    min-width: 0;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supplier-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supplier-item img {
    display: block;
    max-width: 110px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity .2s ease, transform .2s ease;
}

.supplier-item img:hover {
    opacity: .72;
    transform: scale(1.04);
}

.partners-section {
    background: linear-gradient(180deg, #fbfbfc 0%, #fff 100%);
    padding-bottom: 48px;
}

.partners-heading {
    margin-bottom: 24px;
}

.partner-marquee {
    position: relative;
    display: grid;
    gap: 18px;
    overflow: hidden;
    padding: 10px 0 4px;
    isolation: isolate;
}

.partner-lane {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 14px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(246, 248, 250, .95), rgba(255, 255, 255, .72));
    border-top: 1px solid rgba(214, 219, 225, .9);
    border-bottom: 1px solid rgba(214, 219, 225, .9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 8px 20px rgba(16, 19, 24, .035);
}

.partner-marquee::before,
.partner-marquee::after {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    width: clamp(34px, 8vw, 120px);
    content: "";
    pointer-events: none;
}

.partner-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #fbfbfc 0%, rgba(251, 251, 252, 0) 100%);
}

.partner-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #fbfbfc 0%, rgba(251, 251, 252, 0) 100%);
}

.partner-track {
    display: flex;
    width: max-content;
    animation: partner-scroll 130s linear infinite;
    will-change: transform;
}

.partner-lane-reverse .partner-track {
    animation-name: partner-scroll-reverse;
    animation-duration: 130s;
}

.partner-set {
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    padding-right: 18px;
}

.partner-card {
    width: clamp(150px, 17vw, 220px);
    height: clamp(112px, 11vw, 148px);
    flex: 0 0 clamp(150px, 17vw, 220px);
    padding: clamp(10px, 1.5vw, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(249, 250, 251, .94));
    border: 1px solid rgba(218, 223, 229, .95);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(16, 19, 24, .055), inset 0 1px 0 rgba(255, 255, 255, .95);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.partner-card:hover {
    transform: translateY(-4px) scale(1.015);
    border-color: rgba(238, 107, 47, .42);
    box-shadow: 0 14px 28px rgba(16, 19, 24, .12), 0 0 0 3px rgba(238, 107, 47, .07);
}

.partner-card img {
    display: block;
    max-width: 100%;
    max-height: 112px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@keyframes partner-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes partner-scroll-reverse {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.partner-marquee:hover .partner-track {
    animation-play-state: paused;
}

.site-footer {
    border-top: 1px solid var(--line);
    background: #fff;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 28px;
    gap: 28px;
}

.footer-business {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-inner .brand img {
    height: 48px;
}

.footer-credit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-credit-label {
    font-weight: 800;
}

.footer-credit a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    text-decoration: none;
    text-transform: none;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
    color: var(--accent);
}

.footer-credit img {
    display: block;
    width: min(180px, 30vw);
    height: auto;
    max-height: 49px;
    object-fit: contain;
}

@media (max-width:800px) {
    .container {
        width: calc(100% - 28px);
    }

    .header-main {
        gap: 20px;
    }

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

    .partner-set {
        gap: 14px;
        padding-right: 14px;
    }

    .partner-card {
        width: 190px;
        height: 140px;
        flex-basis: 190px;
        padding: 14px;
    }

    .partner-card img {
        max-height: 108px;
    }
}

@media (max-width:560px) {
    .footer-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 24px;
    }

    .footer-business {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .footer-credit,
    .footer-credit a {
        align-items: flex-start;
    }

    .footer-credit img {
        width: 180px;
        max-width: 70vw;
    }

    .header-inner {
        padding: 18px 0 20px;
    }

    .header-main {
        flex-direction: column;
        gap: 10px;
    }

    .brand img {
        height: 53px;
    }

    .company-description {
        margin-top: 17px;
        padding: 16px 17px 16px 18px;
        border-left-width: 4px;
        border-radius: 0 14px 14px 0;
        font-size: 15px;
        line-height: 1.55;
    }

    .company-description::after {
        right: 16px;
        width: 48px;
    }

    .company-description p+p {
        margin-top: 10px;
        padding-top: 10px;
    }

    .content-section {
        padding: 24px 0 28px;
    }

    h1,
    h2 {
        font-size: 20px;
    }

    .eyebrow {
        font-size: 9px;
        letter-spacing: .14em;
    }

    .supplier-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 10px;
    }

    .supplier-item {
        width: auto;
        height: 72px;
    }

    .supplier-item img {
        max-width: min(100%, 110px);
        max-height: 56px;
    }

    .partner-marquee {
        gap: 12px;
        padding-top: 6px;
    }

    .partner-lane {
        padding: 10px 0;
    }

    .partner-set {
        gap: 12px;
        padding-right: 12px;
    }

    .partner-card {
        width: 150px;
        height: 112px;
        flex-basis: 150px;
        padding: 10px;
        border-radius: 11px;
    }

    .partner-card img {
        max-height: 88px;
    }
}

@media (prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .partner-track {
        animation: none !important;
        transform: none !important;
    }
}
