:root {
    --sc-navy: #10254c;
    --sc-deep: #07172f;
    --sc-blue: #0878bd;
    --sc-cyan: #1bb7da;
    --sc-ink: #172642;
    --sc-muted: #647187;
    --sc-soft: #f3f8fb;
    --sc-line: #dce7ee;
    --sc-shadow: 0 20px 55px rgba(20, 45, 78, .10);
}

@media only screen and (min-width: 1200px) {
    .nav { margin-left: 60px; }
    .nav li { margin-right: 28px; }
    .nav li .v1 { font-size: 15px; }
}

.header a:focus-visible,
.footer a:focus-visible,
.supply-hero a:focus-visible,
.supply-section a:focus-visible,
.distributor-cta a:focus-visible {
    outline: 3px solid var(--sc-cyan);
    outline-offset: 4px;
}

.supply-section,
.supply-hero,
.distributor-cta {
    box-sizing: border-box;
}

.supply-section *,
.supply-hero *,
.distributor-cta * {
    box-sizing: border-box;
}

.supply-section {
    padding: 104px 0;
}

.supply-section .g-t1 {
    max-width: 760px;
    margin: 0 auto 48px;
}

.supply-section .g-t1 .tit {
    margin-bottom: 14px;
    color: var(--sc-ink);
    font-size: clamp(32px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.supply-section .g-t1 .tit span:after {
    height: 9px;
    bottom: 2px;
    border-radius: 10px;
    background-color: rgba(27, 183, 218, .28);
}

.supply-section .g-t1 .desc {
    color: var(--sc-muted);
    font-size: 17px;
    line-height: 1.8;
}

.supply-hero.banner {
    height: min(720px, calc(100vh - 90px));
    min-height: 620px;
    max-height: 760px;
    background: var(--sc-deep);
}

.supply-hero .slider,
.supply-hero .item {
    height: 100%;
}

.supply-hero .item {
    position: relative;
    overflow: hidden;
}

.supply-hero .item:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(4, 18, 42, .86) 0%, rgba(7, 27, 58, .62) 42%, rgba(7, 30, 62, .08) 73%);
    pointer-events: none;
}

.supply-hero .bg {
    background-position: center;
    transform: none;
}

.supply-hero .wp {
    position: relative;
    z-index: 2;
}

.supply-hero .txt.supply-hero__content {
    right: auto;
    left: 0;
    width: min(620px, 54%);
    padding: 0;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
}

.supply-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: #70ddf4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .16em;
}

.supply-hero__eyebrow:before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.supply-hero .txt .tit {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(42px, 4.3vw, 64px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.supply-hero__desc {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.8;
}

.supply-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.supply-hero .g-btn,
.section-action .g-btn,
.distributor-cta .g-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 180px;
    height: 54px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #fff;
    background: linear-gradient(135deg, var(--sc-blue), var(--sc-cyan));
    box-shadow: 0 12px 28px rgba(8, 120, 189, .25);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.supply-hero .g-btn:after,
.section-action .g-btn:after,
.distributor-cta .g-btn:after {
    margin-left: 16px;
}

.supply-hero .g-btn:hover,
.section-action .g-btn:hover,
.distributor-cta .g-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.supply-hero .g-btn--secondary {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(8, 27, 58, .32);
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.supply-value {
    padding-top: 100px;
    background: #fff;
}

.value-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.value-point {
    min-height: 170px;
    padding: 32px 30px;
    border: 1px solid var(--sc-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(20, 45, 78, .06);
}

.value-point:before {
    content: "";
    display: block;
    width: 42px;
    height: 5px;
    margin-bottom: 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sc-blue), var(--sc-cyan));
}

.value-point strong,
.value-point span {
    display: block;
}

.value-point strong {
    margin-bottom: 10px;
    color: var(--sc-ink);
    font-size: 21px;
}

.value-point span {
    color: var(--sc-muted);
    font-size: 15px;
    line-height: 1.75;
}

.category-section {
    background: linear-gradient(180deg, #f7fafc 0%, #edf5f9 100%);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.category-card {
    overflow: hidden;
    border: 1px solid rgba(196, 216, 227, .8);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--sc-shadow);
}

.category-card__media {
    height: 350px;
    overflow: hidden;
    background: #e8f1f6;
}

.category-card__media img,
.product-entry-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.category-card:hover .category-card__media img,
.product-entry-card:hover .product-entry-card__media img {
    transform: scale(1.035);
}

.category-card__body {
    position: relative;
    padding: 34px 36px 38px;
}

.category-card__index {
    position: absolute;
    top: 36px;
    right: 36px;
    color: rgba(8, 120, 189, .28);
    font-size: 34px;
    font-weight: 800;
}

.category-card h3 {
    margin: 0 54px 14px 0;
    color: var(--sc-ink);
    font-size: 28px;
    line-height: 1.25;
}

.category-card p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 15px;
    line-height: 1.8;
}

.category-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 28px;
    padding: 0;
    list-style: none;
}

.category-card__tags li {
    padding: 7px 12px;
    border-radius: 999px;
    color: #416177;
    background: #eef6fa;
    font-size: 13px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    color: var(--sc-blue);
    font-size: 15px;
    font-weight: 700;
}

.text-link:after {
    content: "→";
    margin-left: 10px;
    transition: transform .2s ease;
}

a.text-link:hover:after {
    transform: translateX(4px);
}

.text-link--muted {
    color: #6d7f8e;
}

.appliance-entry {
    background: #fff;
}

.product-entry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.product-entry-card {
    overflow: hidden;
    border: 1px solid var(--sc-line);
    border-radius: 15px;
    color: inherit;
    background: #fff;
    box-shadow: 0 12px 34px rgba(20, 45, 78, .07);
}

.product-entry-card:hover {
    color: inherit;
    border-color: rgba(27, 183, 218, .6);
    box-shadow: 0 20px 50px rgba(20, 65, 100, .13);
    transform: translateY(-4px);
}

.product-entry-card__media {
    display: block;
    height: 250px;
    overflow: hidden;
    background: #edf4f8;
}

.product-entry-card__body {
    display: block;
    min-height: 136px;
    padding: 26px 28px 28px;
}

.product-entry-card__body strong,
.product-entry-card__body small {
    display: block;
}

.product-entry-card__body strong {
    margin-bottom: 10px;
    color: var(--sc-ink);
    font-size: 21px;
}

.product-entry-card__body small {
    color: var(--sc-muted);
    font-size: 14px;
    line-height: 1.7;
}

.section-action {
    margin-top: 42px;
    text-align: center;
}

.homepage-featured {
    background:
        radial-gradient(circle at 8% 10%, rgba(27, 183, 218, .12), transparent 28%),
        linear-gradient(180deg, #eef6fa 0%, #f8fbfd 100%);
}

.featured-category + .featured-category {
    margin-top: 56px;
}

.featured-category {
    padding: 34px;
    border: 1px solid rgba(188, 212, 225, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 20px 52px rgba(20, 45, 78, .08);
}

.featured-category__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 28px;
}

.featured-category__header > div:first-child {
    max-width: 760px;
}

.featured-category__eyebrow {
    display: block;
    color: var(--sc-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.featured-category__header h3 {
    margin: 8px 0 10px;
    color: var(--sc-ink);
    font-size: clamp(25px, 2.5vw, 34px);
    line-height: 1.25;
}

.featured-category__header p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 15px;
    line-height: 1.75;
}

.featured-category__count {
    display: flex;
    align-items: baseline;
    flex: 0 0 auto;
    gap: 8px;
    padding: 13px 17px;
    border: 1px solid #d6e7ef;
    border-radius: 12px;
    color: #60788b;
    background: #f4f9fb;
}

.featured-category__count strong {
    color: var(--sc-blue);
    font-size: 27px;
    line-height: 1;
}

.featured-category__count span {
    font-size: 12px;
    font-weight: 700;
}

.featured-rotator {
    position: relative;
}

.featured-rotator__control {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.featured-product-page {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.featured-rotator__control--1:checked ~ .featured-rotator__pages .featured-product-page:nth-child(1),
.featured-rotator__control--2:checked ~ .featured-rotator__pages .featured-product-page:nth-child(2),
.featured-rotator__control--3:checked ~ .featured-rotator__pages .featured-product-page:nth-child(3) {
    display: grid;
}

.featured-product-card {
    display: flex;
    min-width: 0;
    min-height: 455px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--sc-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 45, 78, .065);
}

.featured-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #e9f2f7;
}

.featured-product-card__media:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(5, 23, 50, .36));
    pointer-events: none;
}

.featured-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.featured-product-card:hover .featured-product-card__media img {
    transform: scale(1.035);
}

.featured-product-card__media > span {
    position: absolute;
    right: 14px;
    bottom: 13px;
    z-index: 1;
    padding: 6px 9px;
    border-radius: 999px;
    color: #fff;
    background: rgba(7, 31, 66, .82);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
}

.featured-product-card__body {
    display: flex;
    min-height: 235px;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 23px 22px 25px;
}

.featured-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 12px;
    color: #6b8191;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
}

.featured-product-card h4 {
    margin: 0 0 11px;
    color: var(--sc-ink);
    font-size: 19px;
    line-height: 1.38;
}

.featured-product-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 20px;
    color: var(--sc-muted);
    font-size: 13px;
    line-height: 1.72;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.featured-product-card .text-link {
    margin-top: auto;
    font-size: 13px;
}

.featured-rotator__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
}

.featured-rotator__arrow {
    display: inline-grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid #c7dbe5;
    border-radius: 50%;
    color: #254d66;
    background: #fff;
    box-shadow: 0 8px 20px rgba(20, 45, 78, .08);
    font: inherit;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.featured-rotator__arrow span {
    font-size: 23px;
    line-height: 1;
    transform: translateY(-1px);
}

.featured-rotator__arrow:hover {
    border-color: var(--sc-blue);
    color: #fff;
    background: var(--sc-blue);
    transform: translateY(-1px);
}

.featured-rotator__arrow:focus-visible {
    outline: 3px solid var(--sc-cyan);
    outline-offset: 3px;
}

.featured-rotator__status {
    min-width: 58px;
    color: #60788b;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
}

.process-section {
    background: var(--sc-soft);
}

.supply-home .process-section {
    background: #fff;
}

.process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 12px 0 0;
    list-style: none;
}

.process-list:before {
    content: "";
    position: absolute;
    top: 41px;
    left: 9%;
    right: 9%;
    height: 1px;
    background: #c9dce6;
}

.process-step {
    position: relative;
    z-index: 1;
    padding: 0 14px;
    text-align: center;
}

.process-step > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 24px;
    border: 8px solid var(--sc-soft);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--sc-blue), var(--sc-cyan));
    box-shadow: 0 0 0 1px rgba(8, 120, 189, .2);
    font-size: 12px;
    font-weight: 800;
}

.process-step strong {
    display: block;
    margin-bottom: 10px;
    color: var(--sc-ink);
    font-size: 18px;
}

.process-step p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 14px;
    line-height: 1.7;
}

.advantage-section {
    color: #fff;
    background: radial-gradient(circle at 82% 10%, rgba(15, 150, 205, .28), transparent 34%), linear-gradient(135deg, #07172f, #102d5b);
}

.advantage-section .g-t1 .tit {
    color: #fff;
}

.advantage-section .g-t1 .desc {
    color: rgba(255, 255, 255, .68);
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.advantage-grid li {
    min-height: 238px;
    padding: 30px 26px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 13px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(8px);
}

.advantage-grid li > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    border-radius: 12px;
    color: #76e1f4;
    background: rgba(27, 183, 218, .14);
    font-size: 13px;
    font-weight: 700;
}

.advantage-grid h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 20px;
}

.advantage-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    line-height: 1.75;
}

.company-news-preview {
    background: #fff;
}

.supply-home .company-news-preview {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(174, 201, 216, .6);
    border-bottom: 1px solid rgba(174, 201, 216, .46);
    background:
        radial-gradient(circle at 8% 18%, rgba(27, 183, 218, .12), transparent 29%),
        linear-gradient(180deg, #edf5f9 0%, #f7fafc 100%);
}

.supply-home .company-news-preview:before {
    content: "";
    position: absolute;
    top: -210px;
    right: -170px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(8, 120, 189, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(27, 183, 218, .035);
    pointer-events: none;
}

.supply-home .company-news-preview .wp {
    position: relative;
    z-index: 1;
}

.supply-home .company-news-preview .g-t1 {
    margin-bottom: 36px;
}

.homepage-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.homepage-news-card {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 26px 26px 28px;
    border: 1px solid var(--sc-line);
    border-radius: 15px;
    background: linear-gradient(150deg, #fff 45%, #f1f8fb 100%);
    box-shadow: 0 14px 38px rgba(20, 45, 78, .07);
}

.supply-home .homepage-news-card {
    position: relative;
    overflow: hidden;
    border-color: rgba(174, 201, 216, .78);
    background: linear-gradient(150deg, rgba(255, 255, 255, .98) 42%, rgba(235, 246, 250, .96) 100%);
    box-shadow: 0 18px 44px rgba(16, 37, 76, .09);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.supply-home .homepage-news-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--sc-navy), var(--sc-blue), var(--sc-cyan));
}

.supply-home .homepage-news-card:hover {
    border-color: rgba(8, 120, 189, .42);
    box-shadow: 0 22px 50px rgba(16, 37, 76, .14);
    transform: translateY(-4px);
}

.supply-home .homepage-news-card--empty {
    grid-column: 1 / -1;
    min-height: 220px;
    align-items: center;
    text-align: center;
}

.homepage-news-card time {
    margin-bottom: 18px;
    color: var(--sc-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.homepage-news-card h3 {
    margin: 0 0 14px;
    color: var(--sc-ink);
    font-size: 20px;
    line-height: 1.45;
}

.homepage-news-card p {
    margin: 0 0 24px;
    color: var(--sc-muted);
    font-size: 14px;
    line-height: 1.75;
}

.homepage-news-card .text-link {
    margin-top: auto;
}

.supply-home .company-news-preview .section-action {
    margin-top: 32px;
}

.distributor-cta {
    padding: 88px 0;
    background: #eef7fa;
}

.supply-home .distributor-cta {
    background: #fff;
}

.distributor-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 50px 54px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(125deg, #0d2855 0%, #075f9f 64%, #13a7cb 100%);
    box-shadow: 0 24px 60px rgba(9, 69, 112, .22);
}

.distributor-cta__content {
    max-width: 760px;
}

.distributor-cta__content > span {
    display: block;
    margin-bottom: 12px;
    color: #7ce7f5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.distributor-cta h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.25;
}

.distributor-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.75;
}

.distributor-cta .g-btn {
    flex: 0 0 auto;
    color: var(--sc-ink);
    background: #fff;
    box-shadow: none;
}

.distributor-cta .g-btn:hover {
    color: var(--sc-blue);
}

@media only screen and (max-width: 1024px) {
    .supply-section { padding: 82px 0; }
    .supply-hero.banner { height: 620px; min-height: 620px; }
    .supply-hero .txt.supply-hero__content { left: 15px; width: min(650px, calc(100% - 30px)); }
    .supply-hero .item:after { background: linear-gradient(90deg, rgba(4,18,42,.9), rgba(7,27,58,.66) 58%, rgba(7,30,62,.18)); }
    .product-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .featured-product-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-entry-card:last-child { grid-column: 1 / -1; }
    .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding: 0; }
    .process-list:before { display: none; }
    .process-step { padding: 24px; border: 1px solid var(--sc-line); border-radius: 13px; text-align: left; background: #fff; }
    .process-step > span { margin: 0 0 18px; border-color: #fff; }
    .process-step:last-child { grid-column: 1 / -1; }
    .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .homepage-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .homepage-news-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
    .distributor-cta__inner { padding: 44px 38px; }
}

@media only screen and (max-width: 760px) {
    .supply-section { padding: 68px 0; }
    .supply-section .g-t1 { margin-bottom: 32px; }
    .supply-section .g-t1 .tit { font-size: 30px; }
    .supply-section .g-t1 .desc { font-size: 15px; }
    .supply-hero.banner { height: 590px; min-height: 590px; }
    .supply-hero .bg { background-position: 64% center; }
    .supply-hero .item:after { background: linear-gradient(90deg, rgba(4,18,42,.92) 0%, rgba(7,27,58,.78) 72%, rgba(7,30,62,.42)); }
    .supply-hero .txt .tit { font-size: 38px; }
    .supply-hero__desc { font-size: 16px; }
    .value-points,
    .category-grid,
    .product-entry-grid,
    .advantage-grid,
    .homepage-news-grid { grid-template-columns: 1fr; }
    .featured-category { padding: 25px 20px; border-radius: 16px; }
    .featured-category + .featured-category { margin-top: 36px; }
    .featured-category__header { align-items: flex-start; flex-direction: column; gap: 18px; }
    .featured-product-page { grid-template-columns: 1fr; gap: 14px; }
    .featured-product-card { min-height: 0; }
    .featured-product-card__body { min-height: 220px; }
    .homepage-news-card:last-child { grid-column: auto; }
    .product-entry-card:last-child { grid-column: auto; }
    .category-card__media { height: 270px; }
    .category-card__body { padding: 28px 26px 32px; }
    .product-entry-card__media { height: 240px; }
    .process-list { grid-template-columns: 1fr; gap: 14px; }
    .process-step { display: grid; grid-template-columns: 56px 1fr; column-gap: 18px; padding: 22px; }
    .process-step > span { grid-row: 1 / span 2; margin: 0; border-width: 7px; }
    .process-step strong { align-self: end; margin-bottom: 7px; }
    .process-step p { grid-column: 2; }
    .process-step:last-child { grid-column: auto; }
    .distributor-cta { padding: 64px 0; }
    .distributor-cta__inner { align-items: flex-start; flex-direction: column; gap: 28px; padding: 38px 28px; }
}

@media only screen and (max-width: 480px) {
    .supply-hero.banner { height: 620px; min-height: 620px; }
    .supply-hero .txt .tit { font-size: 34px; }
    .supply-hero__eyebrow { font-size: 12px; letter-spacing: .1em; }
    .supply-hero__actions { gap: 10px; }
    .supply-hero .g-btn { width: 100%; min-width: 0; }
    .value-point { min-height: 0; padding: 26px 24px; }
    .category-card__media { height: 230px; }
    .category-card__index { top: 30px; right: 26px; }
    .category-card h3 { font-size: 24px; }
    .product-entry-card__media { height: 220px; }
    .advantage-grid li { min-height: 0; }
    .featured-category { padding: 22px 14px; }
    .featured-rotator__navigation { margin-top: 20px; }
    .featured-rotator__arrow { width: 44px; height: 44px; }
}

.footer-managed-notice {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 22px 24px;
    border-top: 1px solid rgba(255,255,255,.09);
    border-bottom: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.035);
}
.footer-managed-notice > strong {
    flex: 0 0 auto;
    color: #62d4ff;
    font-size: 13px;
    letter-spacing: .08em;
}
.footer-managed-notice p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
}

@media only screen and (max-width: 720px) {
    .footer-managed-notice { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .category-card__media img,
    .product-entry-card,
    .product-entry-card__media img,
    .featured-product-card__media img,
    .featured-rotator__arrow,
    .supply-home .homepage-news-card,
    .supply-hero .g-btn,
    .section-action .g-btn,
    .distributor-cta .g-btn { transition: none; }
    .banner .item.img_scale .bg,
    .wow,
    .animated {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        visibility: visible !important;
    }
}
