/*
Theme Name: Lianyuan Replica
Theme URI: https://yongxiceramic.com/
Author: Codex
Description: Classic WordPress visual restoration theme for Lianyuan Ceramic core English and Arabic pages.
Version: 0.7.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: lianyuan-replica
*/

@font-face {
    font-family: "Poppins";
    src: url("../../../public/assets/fonts/Poppins-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../../../public/assets/fonts/Poppins-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

:root {
    --ly-dark: #2f2f2e;
    --ly-dark-strong: #1f2225;
    --ly-gold: #cfa25f;
    --ly-gold-dark: #b98a45;
    --ly-ink: #111318;
    --ly-text: #20242a;
    --ly-muted: #6e7480;
    --ly-line: #d7d7d4;
    --ly-soft: #f5f5f2;
    --ly-white: #ffffff;
    --ly-teal: #204f55;
    --ly-shadow: 0 8px 24px rgba(23, 28, 34, 0.13);
    --ly-radius: 8px;
    --ly-font: Poppins, "Segoe UI", Arial, sans-serif;
    --ly-ar-font: Tahoma, "Segoe UI", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ly-text);
    background: var(--ly-white);
    font-family: var(--ly-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--ly-gold);
}

button,
input,
textarea {
    font: inherit;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--ly-ink);
    line-height: 1.4;
    font-weight: 500;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

.container {
    width: min(1224px, calc(100% - 48px));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.center {
    text-align: center;
}

.content-width {
    max-width: 880px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.btn-outline {
    border-color: var(--ly-white);
    color: var(--ly-white);
    background: transparent;
}

.btn-outline:hover {
    color: var(--ly-dark);
    background: var(--ly-white);
}

.btn-gold {
    color: var(--ly-white);
    background: #8a641f;
    border-color: #8a641f;
}

.btn-gold:hover {
    color: var(--ly-white);
    background: #6f4d13;
    border-color: #6f4d13;
}

.site-header {
    position: fixed;
    z-index: 50;
    inset: 0 0 auto;
    min-height: 86px;
    background: rgba(47, 47, 46, 0.88);
    color: var(--ly-white);
    transition: background-color 240ms ease, box-shadow 240ms ease;
}

.admin-bar .site-header {
    top: 32px;
}

.header-inner {
    min-height: 86px;
    max-width: 994px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.site-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--ly-gold);
    font-weight: 700;
    min-width: 64px;
}

.brand-mark {
    position: relative;
    width: 48px;
    height: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    transform: rotate(45deg);
}

.brand-mark span {
    display: block;
    border: 4px solid var(--ly-gold);
    border-radius: 12px 0 12px 0;
}

.brand-word {
    font-size: 11px;
    line-height: 1;
}

.site-brand-image {
    min-width: 64px;
}

.brand-logo {
    width: 64px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.primary-navigation {
    align-self: stretch;
}

.primary-menu,
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    height: 100%;
}

.primary-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.primary-menu > li > a,
.primary-menu > li > .nav-label {
    display: inline-flex;
    align-items: center;
    min-height: 86px;
    border-bottom: 2px solid transparent;
    color: var(--ly-white);
    font-size: 16px;
    white-space: nowrap;
}

.primary-menu > li > a:hover {
    border-color: var(--ly-white);
    color: var(--ly-white);
}

.primary-menu > li.is-current > a {
    border-color: var(--ly-white);
}

.submenu-toggle {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ly-white);
}

.submenu-toggle::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin: 2px auto 0;
}

.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 260px;
    padding: 12px;
    background: var(--ly-white);
    color: var(--ly-ink);
    border-radius: var(--ly-radius);
    box-shadow: var(--ly-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.has-submenu:hover .submenu,
.has-submenu.submenu-open .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu a,
.submenu .nav-label {
    display: block;
    padding: 9px 10px;
    border-radius: 6px;
    color: var(--ly-ink);
    font-size: 14px;
}

.submenu a:hover {
    background: var(--ly-soft);
}

.is-unavailable-link {
    color: #747474 !important;
    background-color: #f1f1ee !important;
    border-color: #c9c9c4 !important;
    cursor: default;
    pointer-events: none;
}

.is-unavailable-link small {
    display: block;
    margin-top: 2px;
    color: #62625f;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-actions .btn-outline {
    padding-inline: 14px;
    white-space: nowrap;
}

.search-toggle,
.nav-toggle {
    border: 0;
    background: transparent;
    color: var(--ly-white);
    cursor: pointer;
}

.search-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 3px solid currentColor;
    border-radius: 50%;
    position: relative;
}

.search-icon::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 3px;
    background: currentColor;
    right: -10px;
    bottom: -5px;
    transform: rotate(45deg);
    border-radius: 3px;
}

.language-switcher {
    position: relative;
    display: inline-block;
    color: #12405a;
}

.language-switcher summary {
    min-width: 106px;
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    background: var(--ly-white);
    border-radius: 4px;
    cursor: pointer;
    list-style: none;
}

.language-switcher summary::-webkit-details-marker {
    display: none;
}

.language-flag {
    position: relative;
    width: 18px;
    height: 12px;
    flex: 0 0 18px;
    border: 1px solid #e4e7ea;
    border-radius: 1px;
    background:
        linear-gradient(to bottom,
        #c83c3a 0 14%, #fff 14% 28%,
        #c83c3a 28% 42%, #fff 42% 56%,
        #c83c3a 56% 70%, #fff 70% 84%,
        #c83c3a 84% 100%);
}

.language-flag::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 8px;
    height: 7px;
    background: #234d82;
}

.language-flag-ar {
    border-color: #1f7a45;
    background: #1f7a45;
}

.language-flag-ar::before {
    inset: 5px 4px auto;
    width: 9px;
    height: 2px;
    background: var(--ly-white);
}

.language-caret {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-2px);
}

.language-menu {
    position: absolute;
    z-index: 64;
    top: calc(100% + 6px);
    right: 0;
    display: block;
    min-width: 100%;
    padding: 4px;
    background: var(--ly-white);
    border-radius: 3px;
    box-shadow: 0 8px 20px rgba(23, 28, 34, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.language-switcher[open] .language-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.language-menu a {
    display: block;
    min-width: 72px;
    padding: 8px 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
}

.language-menu a.active {
    background: var(--ly-soft);
    color: var(--ly-ink);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px auto;
    background: currentColor;
}

.search-panel {
    position: fixed;
    z-index: 45;
    top: 86px;
    left: 0;
    right: 0;
    padding: 22px 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--ly-shadow);
    animation: lianyuan-panel-in 220ms ease both;
}

@keyframes lianyuan-panel-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.admin-bar .search-panel {
    top: 118px;
}

.search-panel form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.search-panel input,
.product-sidebar input,
.quote-form input,
.quote-form textarea {
    width: 100%;
    border: 1px solid var(--ly-line);
    background: rgba(255, 255, 255, 0.92);
    min-height: 44px;
    padding: 10px 14px;
    color: var(--ly-ink);
    border-radius: 0;
}

.product-sidebar input {
    min-height: 44px;
    padding: 8px 10px;
    border-color: #9b9b9b;
}

.home-hero,
.page-hero {
    position: relative;
    min-height: 430px;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding-top: 86px;
    color: var(--ly-white);
}

.home-hero {
    min-height: 650px;
}

.home-hero-content,
.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
}

.page-hero-content.has-feature-line {
    max-width: 1120px;
}

.home-hero-content h1,
.page-hero h1,
.home-hero-content p,
.page-hero p {
    color: var(--ly-white);
}

.home-hero-content h1 {
    font-size: 46px;
    margin-bottom: 18px;
}

.home-hero-content p {
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: 26px;
}

.page-hero-features {
    margin-top: 22px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}

.hero-scrim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.46);
    z-index: 1;
}

.ly-image-placeholder {
    min-height: 220px;
    width: 100%;
    border-radius: var(--ly-radius);
    background:
        linear-gradient(135deg, rgba(207, 162, 95, 0.26), rgba(32, 79, 85, 0.24)),
        #e9e6de;
    color: #364047;
    border: 1px solid rgba(140, 126, 103, 0.28);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 18px;
    overflow: hidden;
}

.ly-image-real {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.ly-image-placeholder span {
    display: inline-block;
    max-width: 82%;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.78);
    color: #34383b;
    font-size: 13px;
    border-radius: 4px;
}

.hero-bg,
.home-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    z-index: 0;
}

.home-hero-bg {
    object-position: center 62%;
}

.blogs-page-hero .hero-bg {
    object-position: center 54%;
}

.blog-single-page-hero .hero-bg {
    object-fit: contain;
    object-position: center center;
    background: #171512;
    opacity: 0.72;
}

.product-page-hero .hero-bg,
.not-found-page-hero .hero-bg {
    object-fit: contain;
    object-position: center center;
    background: #171512;
    opacity: 0.72;
}

.hero-bg span,
.home-hero-bg span {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    max-width: min(82%, 460px);
    opacity: 0.78;
}

.ratio-hero {
    min-height: 100%;
}

.ratio-card {
    aspect-ratio: 4 / 3;
    min-height: 0;
    object-fit: cover;
}

.ratio-square {
    aspect-ratio: 1 / 1;
    min-height: 0;
    object-fit: cover;
}

.ratio-wide {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.feature-band {
    margin-top: -86px;
    position: relative;
    z-index: 3;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px;
}

.feature-card {
    min-width: 0;
    min-height: 224px;
    padding: 38px 20px 28px;
    background: var(--ly-white);
    border-radius: var(--ly-radius);
    box-shadow: var(--ly-shadow);
}

.feature-card h2 {
    font-size: 22px;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
}

.feature-card p {
    margin: 0;
    overflow-wrap: anywhere;
}

.section {
    padding: 72px 0;
}

.section.muted {
    background: var(--ly-soft);
}

.product-detail {
    padding-top: 50px;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading p {
    max-width: 1040px;
    margin-inline: auto;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.category-card {
    position: relative;
    display: block;
    min-height: 178px;
    overflow: hidden;
    border-radius: var(--ly-radius);
    box-shadow: var(--ly-shadow);
    background: var(--ly-white);
}

.category-card .ly-image-placeholder {
    height: 100%;
    border-radius: 0;
}

.category-card .ly-image-real {
    height: 100%;
    border-radius: 0;
}

.category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

.category-card > span {
    position: absolute;
    z-index: 2;
    inset: auto 14px 18px;
    color: var(--ly-white);
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}

.trio-grid,
.material-grid,
.blog-grid {
    display: grid;
    gap: 28px;
}

.trio-grid {
    grid-template-columns: repeat(3, 1fr);
}

.image-link-card,
.material-card,
.blog-card,
.product-card {
    background: var(--ly-white);
    border-radius: var(--ly-radius);
    box-shadow: var(--ly-shadow);
    overflow: hidden;
}

.image-link-card {
    position: relative;
}

.image-link-card strong {
    position: absolute;
    inset: auto 18px 18px;
    color: var(--ly-white);
    z-index: 2;
    font-size: 22px;
}

.image-link-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}

.material-grid {
    grid-template-columns: repeat(4, 1fr);
}

.material-card {
    min-height: 122px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 24px;
    color: var(--ly-ink);
}

.material-card span {
    font-weight: 700;
}

.split-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 48px;
    align-items: center;
}

.blog-grid {
    grid-template-columns: repeat(4, 1fr);
}

.blog-card {
    padding-bottom: 18px;
}

.blog-card h2,
.blog-card h3,
.blog-card p {
    padding-inline: 18px;
}

.blog-card h2,
.blog-card h3 {
    margin: 18px 0 10px;
    font-size: 18px;
}

.blog-card p {
    color: var(--ly-muted);
}

.blog-index-section {
    background: var(--ly-white);
}

.blog-index-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
    gap: 40px;
    align-items: start;
}

.blog-list {
    display: grid;
    gap: 18px;
}

.blog-list-card {
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    min-height: 178px;
    background: var(--ly-white);
    border: 1px solid #e3e3df;
    border-radius: 2px;
    box-shadow: 0 7px 18px rgba(28, 31, 35, 0.18);
    overflow: hidden;
}

.blog-list-thumb {
    display: block;
    background: #f7f3ec;
}

.blog-list-thumb .ly-image-real,
.blog-list-thumb .ly-image-placeholder {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
}

.blog-list-copy {
    padding: 20px 20px 18px;
}

.blog-list-copy h2 {
    display: -webkit-box;
    margin: 0 0 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 23px;
    line-height: 1.35;
}

.blog-list-copy h2 a {
    color: var(--ly-ink);
}

.blog-list-copy p {
    display: -webkit-box;
    color: var(--ly-muted);
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.read-more {
    color: var(--ly-gold);
    font-weight: 700;
}

.blog-sidebar {
    display: grid;
    gap: 22px;
}

.blog-sidebar-search input {
    width: 100%;
    height: 46px;
    border: 1px solid #9b9b9b;
    border-radius: 0;
    padding: 9px 11px;
    font: inherit;
}

.blog-sidebar h2 {
    margin: 18px 0 0;
    font-size: 22px;
}

.blog-latest-list {
    display: grid;
    gap: 18px;
}

.blog-latest-product {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    color: var(--ly-ink);
}

.blog-latest-product .ly-image-real,
.blog-latest-product .ly-image-placeholder {
    width: 98px;
    height: 98px;
    min-height: 0;
    border-radius: 0;
    object-fit: contain;
    background: #f7f3ec;
}

.blog-latest-product span {
    line-height: 1.55;
}

.blog-single-section {
    background: var(--ly-white);
}

.blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(280px, 0.85fr);
    gap: 48px;
    align-items: start;
}

.blog-single-content {
    font-size: 17px;
    line-height: 1.72;
}

.blog-single-content h2 {
    margin: 26px 0 8px;
    font-size: 29px;
    line-height: 1.25;
}

.blog-single-content p {
    margin: 0 0 17px;
}

.blog-date {
    color: var(--ly-ink);
    font-size: 16px;
}

.blog-lead {
    max-width: 850px;
}

.blog-toc {
    width: min(100%, 535px);
    margin: 22px 0 18px;
    padding: 14px 20px 12px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    background: #fbfbfb;
}

.blog-toc h2 {
    margin: 0 0 8px;
    font-size: 21px;
}

.blog-toc ol {
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
}

.blog-toc li {
    margin: 3px 0;
    line-height: 1.35;
}

.blog-single-content ul {
    margin: 10px 0 24px 22px;
}

.blog-single-content li {
    margin: 5px 0;
}

.contact-cta {
    background: var(--ly-dark-strong);
    color: var(--ly-white);
}

.contact-cta h2 {
    color: var(--ly-white);
}

.page-hero {
    min-height: 430px;
}

@media (min-width: 641px) {
    .blogs-page-hero {
        min-height: 356px;
    }

    .blog-index-section {
        padding-top: 50px;
    }

    .contact-page-hero {
        min-height: 385px;
    }

    .product-page-hero {
        min-height: 330px;
    }

    .blog-single-page-hero {
        min-height: 360px;
    }
}

@media (min-width: 1180px) {
    .blog-index-layout {
        grid-template-columns: minmax(0, 793px) 390px;
    }

    .product-detail > .container {
        max-width: 1182px;
    }

    .product-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 492px));
        justify-content: start;
    }
}

.page-hero-content {
    margin-inline: auto;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 14px;
    color: var(--ly-white);
}

.breadcrumb a,
.breadcrumb strong {
    color: var(--ly-white);
    font-weight: 500;
}

.product-archive-section {
    padding-top: 50px;
}

.product-layout {
    display: grid;
    grid-template-columns: 296px 1fr;
    gap: 40px;
    align-items: start;
}

.product-sidebar {
    position: sticky;
    top: 112px;
}

.product-sidebar h2 {
    font-size: 22px;
    margin: 14px 0 10px;
}

.catalog-search-form {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.catalog-search-form input,
.catalog-search-form .btn {
    min-height: 44px;
}

.catalog-search-form input {
    width: 100%;
    border: 1px solid #9b9b9b;
    padding: 9px 11px;
    font: inherit;
}

.product-results {
    min-width: 0;
}

.catalog-empty {
    padding: 28px;
    border: 1px solid #e2e0db;
    background: var(--ly-white);
}

.catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}

.catalog-pagination a,
.catalog-pagination span {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9b6ae;
    padding: 8px 13px;
    background: var(--ly-white);
    color: var(--ly-ink);
    font-weight: 700;
}

.catalog-pagination span[aria-current="page"] {
    border-color: var(--ly-gold);
    background: var(--ly-gold);
    color: #111;
}

.category-list {
    margin: 0 0 24px;
    padding-left: 24px;
    list-style-type: circle;
}

.category-list li {
    margin-bottom: 10px;
}

.tag-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.tag-list a,
.tag-list .is-unavailable-link {
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid var(--ly-ink);
    background: var(--ly-white);
    line-height: 1.45;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-grid.compact {
    margin-top: 22px;
}

.product-card {
    min-width: 0;
    text-align: center;
}

.product-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card img,
.product-card .ly-image-placeholder {
    border-radius: var(--ly-radius) var(--ly-radius) 0 0;
}

.product-card img,
.product-card .product-card-image,
.product-card .ly-image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-card h3 {
    flex: 1;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 18px 22px;
    margin: 0;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.home-product-showcase {
    border-top: 1px solid rgba(132, 113, 81, 0.12);
    border-bottom: 1px solid rgba(132, 113, 81, 0.12);
}

.home-product-grid .product-card h3 {
    min-height: 104px;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 80px;
    align-items: start;
}

.product-gallery {
    min-width: 0;
}

.product-gallery-main,
.product-lightbox-swiper {
    width: 100%;
}

.product-gallery-main {
    overflow: hidden;
    background: #f6f6f3;
}

.product-gallery-slide {
    display: grid;
    place-items: center;
}

.product-gallery-zoom {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.product-main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #f6f6f3;
    border-radius: 0;
}

.product-gallery-thumbs {
    margin-top: 28px;
    overflow: hidden;
}

.product-gallery-thumb {
    min-width: 0;
    padding: 3px;
    border: 2px solid transparent;
    background: #f6f6f3;
    cursor: pointer;
    opacity: 0.72;
    transition: border-color 200ms ease, opacity 200ms ease;
}

.product-gallery-thumb.swiper-slide-thumb-active {
    border-color: var(--ly-gold-dark);
    opacity: 1;
}

.product-gallery-thumb .thumb {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #f6f6f3;
}

.product-gallery-button,
.yx-slider-button {
    position: absolute;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(17, 19, 24, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ly-ink);
    box-shadow: 0 6px 18px rgba(17, 19, 24, 0.16);
    cursor: pointer;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-gallery-button::before,
.yx-slider-button::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.product-gallery-next::before,
.product-lightbox-next::before,
.yx-slider-next::before {
    transform: rotate(45deg);
    margin-left: -3px;
}

.product-gallery-prev::before,
.product-lightbox-prev::before,
.yx-slider-prev::before {
    transform: rotate(-135deg);
    margin-right: -3px;
}

.product-gallery-main > .product-gallery-button {
    top: 50%;
    transform: translateY(-50%);
}

.product-gallery-main > .product-gallery-prev {
    left: 16px;
}

.product-gallery-main > .product-gallery-next {
    right: 16px;
}

.product-gallery-button:hover,
.product-gallery-button:focus-visible,
.yx-slider-button:hover,
.yx-slider-button:focus-visible {
    background: var(--ly-white);
    box-shadow: 0 9px 24px rgba(17, 19, 24, 0.22);
}

.product-gallery-button.swiper-button-disabled,
.yx-slider-button.swiper-button-disabled,
.product-gallery-button.swiper-button-lock,
.yx-slider-button.swiper-button-lock {
    display: none;
}

.product-lightbox {
    width: min(96vw, 1180px);
    max-width: none;
    height: min(94vh, 900px);
    max-height: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ly-white);
    overflow: visible;
}

.product-lightbox::backdrop {
    background: rgba(7, 8, 10, 0.92);
    backdrop-filter: blur(3px);
}

.product-lightbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-lightbox-close {
    position: absolute;
    z-index: 8;
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ly-ink);
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.product-lightbox-swiper,
.product-lightbox-slide {
    height: 100%;
}

.product-lightbox-slide {
    display: grid;
    place-items: center;
}

.product-lightbox-image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.product-lightbox .product-gallery-button {
    top: 50%;
    transform: translateY(-50%);
}

.product-lightbox-prev {
    left: 16px;
}

.product-lightbox-next {
    right: 16px;
}

.product-page-hero-plain-white-oem-coffee-cup-shapes .hero-bg {
    object-position: center 48%;
}

.product-page-hero-reactive-glaze-350ml-coffee-mugs .hero-bg {
    object-position: center 52%;
}

@media (min-width: 1180px) {
    .product-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 492px));
        justify-content: start;
    }
}

.product-info h1 {
    font-size: 31px;
    margin-bottom: 16px;
}

.product-info > p {
    margin-bottom: 8px;
    line-height: 1.65;
}

.product-info h2 {
    font-size: 26px;
    margin: 0 0 18px;
}

.param-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 18px 0 28px;
    border: 1px solid #aaa;
}

.param-table th,
.param-table td {
    border: 1px solid #aaa;
    padding: 9px 14px;
    text-align: center;
    font-weight: 400;
    line-height: 1.45;
    vertical-align: middle;
    overflow-wrap: anywhere;
}

.param-table th {
    width: 31%;
}

.param-table tr:nth-child(odd) {
    background: #ededeb;
}

.section.product-copy {
    background: var(--ly-white);
    padding-top: 34px;
}

.product-copy h2 {
    margin-top: 28px;
}

.product-copy .container > h2:first-child {
    margin-top: 0;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ly-line);
}

.product-copy .container > p {
    max-width: 880px;
    margin-bottom: 32px;
}

.contact-panel {
    position: relative;
    min-height: 468px;
    overflow: hidden;
    padding: 52px 0;
}

.contact-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    object-fit: contain;
    object-position: center center;
    background: #f4f1ea;
    opacity: 0.34;
}

.contact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.contact-details h1,
.quote-form-panel h2 {
    font-size: 34px;
}

.contact-list {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.contact-list li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.contact-list span {
    color: var(--ly-ink);
    font-size: 11px;
    font-weight: 700;
}

.quote-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.quote-form textarea {
    grid-column: 1 / -1;
    min-height: 90px;
    resize: vertical;
}

.quote-form button,
.quote-form .form-note {
    grid-column: 1 / -1;
}

.quote-form .form-note {
    margin: 0;
    color: var(--ly-muted);
    text-align: center;
}

.product-sku {
    margin: -6px 0 16px;
    color: var(--ly-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.rfq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.btn-outline-dark {
    border: 1px solid var(--ly-ink);
    background: transparent;
    color: var(--ly-ink);
}

.rfq-checklist {
    margin: 18px 0 0;
    padding-inline-start: 20px;
}

.rfq-checklist li {
    margin-bottom: 8px;
}

.rfq-actions-stacked {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.rfq-actions-stacked .btn {
    width: 100%;
    text-align: center;
}

.privacy-copy h2 {
    margin-top: 32px;
    font-size: 28px;
}

.site-footer {
    background: var(--ly-white);
    padding: 72px 0 42px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1.1fr;
    gap: 56px;
    align-items: start;
}

.footer-grid h2 {
    font-size: 21px;
    margin-bottom: 14px;
}

.footer-grid a,
.footer-grid .is-unavailable-link {
    display: block;
    margin-bottom: 8px;
}

.footer-brand .site-brand {
    align-items: flex-start;
    transform: none;
    margin-bottom: 24px;
}

.footer-brand .brand-logo {
    width: 132px;
}

.floating-actions {
    position: fixed;
    z-index: 40;
    right: 0;
    top: 72%;
    display: flex;
    flex-direction: column;
}

.floating-actions a {
    width: 54px;
    height: 50px;
    display: grid;
    place-items: center;
    background: var(--ly-gold);
    color: var(--ly-white);
    font-size: 11px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.floating-actions .float-whatsapp {
    background: #29c552;
}

.floating-action-icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
    stroke: none;
}

.search-result {
    padding: 24px 0;
    border-bottom: 1px solid var(--ly-line);
}

.post-featured-image {
    margin-bottom: 28px;
    border-radius: var(--ly-radius);
}

@media (max-width: 1180px) {
    .header-inner {
        gap: 18px;
    }

    .primary-menu {
        gap: 12px;
    }

    .primary-menu > li > a,
    .primary-menu > li > .nav-label {
        font-size: 14px;
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .feature-grid,
    .blog-grid,
    .material-grid,
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .container {
        width: min(100% - 32px, 720px);
    }

    .site-header,
    .header-inner {
        min-height: 80px;
    }

    .header-inner {
        grid-template-columns: auto auto 1fr;
    }

    .nav-toggle {
        display: inline-block;
        order: 2;
    }

    .site-brand,
    .nav-toggle,
    .header-actions {
        position: relative;
        z-index: 53;
    }

    .site-brand {
        order: 1;
        min-width: 60px;
    }

    .site-brand-image {
        min-width: 60px;
    }

    .brand-logo {
        width: 60px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
    }

    .brand-word {
        font-size: 9px;
    }

    .primary-navigation {
        position: fixed;
        z-index: 52;
        top: 80px;
        left: 0;
        right: 0;
        max-height: calc(100vh - 80px);
        overflow: auto;
        background: rgba(47, 47, 46, 0.98);
        padding: 14px 24px 28px;
        transform: translateY(-110%);
        visibility: hidden;
        transition: transform 180ms ease, visibility 180ms ease;
    }

    .nav-open .primary-navigation {
        transform: translateY(0);
        visibility: visible;
    }

    .primary-menu {
        display: block;
    }

    .primary-menu > li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .primary-menu > li > a,
    .primary-menu > li > .nav-label {
        min-height: 48px;
        width: calc(100% - 40px);
    }

    .submenu-toggle {
        position: absolute;
        right: 0;
        top: 2px;
        width: 44px;
        height: 44px;
    }

    .submenu {
        position: static;
        display: none;
        min-width: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 4px;
        margin-bottom: 12px;
    }

    .submenu-open .submenu {
        display: block;
    }

    .header-actions {
        order: 3;
        justify-content: flex-end;
        gap: 12px;
    }

    .nav-toggle,
    .search-toggle {
        min-width: 44px;
        min-height: 44px;
    }

    .header-actions .btn-outline {
        min-height: 42px;
        padding-inline: 12px;
        font-size: 12px;
    }

    .search-icon {
        width: 23px;
        height: 23px;
    }

    .language-switcher summary {
        min-width: 78px;
        min-height: 44px;
        padding: 0 10px;
    }

    .home-hero {
        min-height: 560px;
    }

    .home-hero-content h1 {
        font-size: 34px;
    }

    .feature-band {
        margin-top: -58px;
    }

    .feature-grid,
    .trio-grid,
    .material-grid,
    .blog-grid,
    .blog-index-layout,
    .blog-detail-layout,
    .product-layout,
    .product-detail-grid,
    .contact-grid,
    .footer-grid,
    .split-grid {
        grid-template-columns: 1fr;
    }

    .product-sidebar {
        position: static;
    }

    .product-category-layout .product-results {
        order: 1;
    }

    .product-category-layout .product-sidebar {
        order: 2;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-list-card {
        grid-template-columns: 220px minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    body {
        font-size: 15px;
        padding-bottom: calc(48px + env(safe-area-inset-bottom));
    }

    .site-footer {
        padding-bottom: calc(90px + env(safe-area-inset-bottom));
    }

    h1,
    .home-hero-content h1,
    .page-hero h1,
    .product-info h1,
    .contact-details h1,
    .quote-form-panel h2 {
        font-size: 28px;
    }

    h2 {
        font-size: 23px;
    }

    .container {
        width: min(100% - 28px, 520px);
    }

    .site-header,
    .header-inner {
        min-height: 78px;
    }

    .primary-navigation {
        top: 78px;
    }

    .header-inner {
        grid-template-columns: auto auto minmax(0, 1fr);
        gap: 6px;
    }

    .site-brand {
        min-width: 52px;
    }

    .site-brand-image {
        min-width: 52px;
    }

    .brand-logo {
        width: 52px;
    }

    .nav-toggle {
        display: inline-block;
    }

    .header-actions {
        gap: 9px;
        min-width: 0;
    }

    .header-actions .btn-outline {
        min-height: 40px;
        max-width: none;
        padding-inline: 13px;
        white-space: normal;
        line-height: 1.15;
    }

    .search-toggle {
        width: 32px;
        padding: 0;
        flex: 0 0 32px;
    }

    .search-icon {
        width: 22px;
        height: 22px;
        border-width: 3px;
    }

    .search-icon::after {
        width: 11px;
        right: -8px;
        bottom: -5px;
    }

    .language-switcher summary {
        min-width: 72px;
        min-height: 44px;
        gap: 6px;
        padding: 0 8px;
    }

    .language-flag {
        width: 16px;
        height: 11px;
        flex-basis: 16px;
    }

    .language-menu a {
        min-width: 62px;
        padding: 7px 8px;
        font-size: 12px;
    }

    .search-panel {
        top: 78px;
    }

    .search-panel form {
        grid-template-columns: 1fr;
    }

    .home-hero,
    .page-hero {
        min-height: 480px;
        padding-top: 78px;
    }

    .page-hero-content {
        width: min(100% - 28px, 520px);
        margin-inline: auto;
    }

    .page-hero h1,
    .page-hero p,
    .page-hero-features {
        overflow-wrap: anywhere;
    }

    .home-hero {
        min-height: 422px;
        align-items: end;
        padding-bottom: 92px;
    }

    .home-hero-content h1 {
        font-size: 27px;
        margin-bottom: 14px;
    }

    .home-hero-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    .feature-band {
        margin-top: -58px;
    }

    .feature-grid,
    .product-grid,
    .quote-form,
    .rfq-actions-stacked {
        grid-template-columns: 1fr;
    }

    .blog-list-card {
        grid-template-columns: 1fr;
    }

    .blog-list-thumb .ly-image-real,
    .blog-list-thumb .ly-image-placeholder {
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .blog-list-copy {
        padding: 18px 18px 20px;
    }

    .blog-list-copy h2 {
        font-size: 21px;
    }

    .blog-single-content {
        font-size: 16px;
    }

    .blog-single-content h2 {
        font-size: 24px;
    }

    .blog-toc {
        width: 100%;
        padding: 13px 14px;
    }

    .blog-latest-product {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .blog-latest-product .ly-image-real,
    .blog-latest-product .ly-image-placeholder {
        width: 86px;
        height: 86px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .category-card {
        min-height: 132px;
    }

    .category-card .ly-image-placeholder,
    .category-card .ly-image-real {
        min-height: 132px;
        aspect-ratio: 1.25 / 1;
    }

    .category-card > span {
        inset: auto 8px 13px;
        font-size: 17px;
        line-height: 1.18;
    }

    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .home-product-grid .product-card h3 {
        min-height: 112px;
        padding: 13px 10px 15px;
        font-size: 14px;
        line-height: 1.35;
    }

    .trio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .image-link-card strong {
        inset: auto 10px 12px;
        font-size: 16px;
        line-height: 1.15;
    }

    .material-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .material-card {
        min-height: 116px;
        padding: 18px 12px;
    }

    .material-card span {
        font-size: 13px;
        line-height: 1.3;
    }

    .feature-card {
        min-height: 222px;
        padding: 28px 20px 24px;
    }

    .feature-card h2 {
        font-size: 20px;
        line-height: 1.25;
    }

    .feature-card p {
        font-size: 15px;
        line-height: 1.55;
    }

    .section {
        padding: 54px 0;
    }

    .product-detail-grid {
        gap: 32px;
    }

    .product-info h1 {
        line-height: 1.24;
        margin-bottom: 14px;
    }

    .product-info > p {
        line-height: 1.6;
    }

    .product-info h2 {
        font-size: 23px;
        line-height: 1.3;
        margin-bottom: 14px;
    }

    .param-table {
        margin: 14px 0 24px;
    }

    .thumb-row {
        gap: 10px;
    }

    .param-table th,
    .param-table td {
        padding: 8px;
        font-size: 13px;
    }

    .contact-panel {
        padding: 48px 0;
    }

    .footer-brand .site-brand {
        transform: none;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .floating-actions {
        top: auto;
        bottom: 0;
        min-height: calc(48px + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
        background: var(--ly-gold);
        right: 0;
        left: 0;
        flex-direction: row;
    }

    .floating-actions a {
        width: 33.333%;
        height: 48px;
    }

}

/* D4 database Home. Legacy Home keeps the accepted D3 selectors above. */
body.is-home-view .home-dynamic-home {
    overflow-x: clip;
}

body.is-home-view .home-dynamic-home .home-capabilities {
    margin-top: -86px;
    padding: 48px 0 12px;
    background: transparent;
}

body.is-home-view .home-dynamic-home .home-capability-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.is-home-view .home-dynamic-home .home-capability-card p {
    overflow-wrap: anywhere;
}

body.is-home-view .home-dynamic-home .home-category-range .home-primary-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

body.is-home-view .home-dynamic-home .home-category-range .home-primary-category-card,
body.is-home-view .home-dynamic-home .home-category-range .home-primary-category-card:nth-child(-n + 2) {
    grid-column: auto;
    min-width: 0;
    min-height: 286px;
}

body.is-home-view .home-dynamic-home .home-primary-category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.is-home-view .home-dynamic-home .home-category-range .home-category-copy {
    inset: auto 22px 22px;
    transform: none;
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 4px;
    text-align: start;
}

body.is-home-view .home-dynamic-home .home-category-copy strong {
    color: var(--ly-white);
    font-size: 21px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

body.is-home-view .home-dynamic-home .home-category-copy small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 600;
}

body.is-home-view .home-dynamic-home .home-gift-ready-banner {
    display: grid;
    grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
    align-items: stretch;
    margin-top: 34px;
    overflow: hidden;
    background: #f4f1ea;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 28, 34, 0.12);
}

body.is-home-view .home-dynamic-home .home-gift-ready-media,
body.is-home-view .home-dynamic-home .home-gift-ready-image {
    min-height: 0;
}

body.is-home-view .home-dynamic-home .home-gift-ready-image {
    width: 100%;
    max-width: 340px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

body.is-home-view .home-dynamic-home .home-gift-ready-media {
    display: grid;
    place-items: center;
    padding: 28px;
    background: #fff;
}

body.is-home-view .home-dynamic-home .home-gift-ready-copy {
    align-self: center;
    padding: 42px;
}

body.is-home-view .home-dynamic-home .home-gift-ready-copy h3 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.25;
}

body.is-home-view .home-dynamic-home .home-eyebrow {
    margin-bottom: 10px;
    color: #7a5619;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.is-home-view .home-dynamic-home .home-view-all-products {
    margin-top: 32px;
}

body.is-home-view .home-dynamic-home .home-surface-slider,
body.is-home-view .home-dynamic-home .home-production-slider {
    overflow: hidden;
    padding-bottom: 52px;
}

body.is-home-view .home-dynamic-home .home-surface-card {
    min-width: 0;
    overflow: hidden;
    background: var(--ly-white);
    box-shadow: 0 8px 24px rgba(23, 28, 34, 0.1);
}

body.is-home-view .home-dynamic-home .home-surface-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.is-home-view .home-dynamic-home .home-surface-card > div {
    padding: 24px;
}

body.is-home-view .home-dynamic-home .home-surface-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.35;
}

body.is-home-view .home-dynamic-home .home-surface-card p {
    margin-bottom: 0;
}

body.is-home-view .home-dynamic-home .home-custom-solution {
    position: relative;
    min-height: 440px;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding-block: 72px;
    color: var(--ly-white);
}

body.is-home-view .home-dynamic-home .home-custom-solution-image,
body.is-home-view .home-dynamic-home .home-custom-solution-scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.is-home-view .home-dynamic-home .home-custom-solution-image {
    object-fit: cover;
}

body.is-home-view .home-dynamic-home .home-custom-solution-scrim {
    z-index: 1;
    background: linear-gradient(90deg, rgba(18, 19, 18, 0.78), rgba(18, 19, 18, 0.35));
}

body.is-home-view .home-dynamic-home .home-custom-solution-copy {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-inline: auto auto;
}

body.is-home-view .home-dynamic-home .home-custom-solution-copy h2,
body.is-home-view .home-dynamic-home .home-custom-solution-copy p {
    color: var(--ly-white);
}

body.is-home-view .home-dynamic-home .home-custom-solution-copy h2 {
    margin-bottom: 14px;
    font-size: 38px;
    line-height: 1.2;
}

body.is-home-view .home-dynamic-home .home-final-cta p {
    max-width: 760px;
    margin: 0 auto 24px;
}

body.is-home-view .home-dynamic-home .home-final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

body.is-home-view .home-dynamic-home .home-final-cta .btn-outline {
    color: var(--ly-white);
    border-color: var(--ly-white);
}

body.is-home-view.is-ar .home-dynamic-home .home-custom-solution-scrim {
    background: linear-gradient(270deg, rgba(18, 19, 18, 0.78), rgba(18, 19, 18, 0.35));
}

@media (max-width: 900px) {
    body.is-home-view .home-dynamic-home .home-capabilities {
        margin-top: -58px;
    }

    body.is-home-view .home-dynamic-home .home-gift-ready-banner {
        grid-template-columns: 1fr;
    }

    body.is-home-view .home-dynamic-home .home-gift-ready-media,
    body.is-home-view .home-dynamic-home .home-gift-ready-image {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    body.is-home-view .home-dynamic-home .home-surface-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.is-home-view .home-dynamic-home .home-capabilities {
        margin-top: -58px;
        padding: 32px 0 8px;
    }

    body.is-home-view .home-dynamic-home .home-capabilities .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.is-home-view .home-dynamic-home .home-category-range .home-primary-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    body.is-home-view .home-dynamic-home .home-capability-card {
        height: auto;
        min-width: 0;
        padding: 22px 16px 20px;
    }

    body.is-home-view .home-dynamic-home .home-capability-card h3 {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 1.25;
    }

    body.is-home-view .home-dynamic-home .home-category-range .home-primary-category-card,
    body.is-home-view .home-dynamic-home .home-category-range .home-primary-category-card:nth-child(-n + 2) {
        min-height: 168px;
    }

    body.is-home-view .home-dynamic-home .home-category-range .home-category-copy {
        inset: auto 16px 16px;
    }

    body.is-home-view .home-dynamic-home .home-category-copy strong {
        font-size: 16px;
        line-height: 1.3;
    }

    body.is-home-view .home-dynamic-home .home-gift-ready-copy {
        padding: 28px 20px;
    }

    body.is-home-view .home-dynamic-home .home-gift-ready-copy h3 {
        font-size: 25px;
    }

    body.is-home-view .home-dynamic-home .home-surface-card > div {
        padding: 20px;
    }

    body.is-home-view .home-dynamic-home .home-custom-solution {
        min-height: 420px;
        text-align: center;
    }

    body.is-home-view .home-dynamic-home .home-custom-solution-copy {
        max-width: 340px;
        margin-inline: auto;
    }

    body.is-home-view .home-dynamic-home .home-custom-solution-copy h2 {
        font-size: 28px;
    }

    body.is-home-view .home-dynamic-home .home-final-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* About YONGXI page keeps old-site structure while reusing confirmed YONGXI content. */
.about-page-hero .hero-bg {
    object-position: center 54%;
}

.about-overview-grid {
    align-items: center;
    gap: 56px;
}

.about-overview-copy h2 {
    margin-bottom: 20px;
}

.about-overview-copy p {
    margin-bottom: 16px;
}

.about-overview-copy .btn {
    margin-top: 10px;
}

.about-overview-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 48%;
    border-radius: 4px;
}

.about-sourcing-position {
    margin-top: 64px;
    padding-top: 56px;
    border-top: 1px solid var(--ly-line);
}

.about-sourcing-position .section-heading {
    max-width: 900px;
}

.about-sourcing-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-sourcing-card {
    min-height: 258px;
    padding: 32px;
    background: var(--ly-soft);
    border-inline-start: 4px solid var(--ly-gold);
}

.about-sourcing-label {
    display: block;
    margin-bottom: 12px;
    color: var(--ly-gold-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.is-ar .about-sourcing-label {
    letter-spacing: 0;
}

.about-sourcing-card h3 {
    margin-bottom: 14px;
    font-size: 22px;
}

.about-sourcing-card p {
    margin-bottom: 0;
    line-height: 1.75;
}

.about-sourcing-takeaway {
    max-width: 940px;
    margin: 24px auto 0;
    color: var(--ly-muted);
    text-align: center;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.about-capability-card {
    min-height: 228px;
    padding: 28px 24px;
    background: var(--ly-white);
    border-top: 3px solid var(--ly-gold);
    box-shadow: 0 12px 32px rgba(23, 25, 27, 0.07);
}

.about-capability-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.about-capability-card p {
    margin-bottom: 0;
    line-height: 1.7;
}

.about-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.about-category-card {
    overflow: hidden;
    color: var(--ly-text);
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
    box-shadow: 0 10px 28px rgba(23, 25, 27, 0.06);
}

.about-category-card:hover,
.about-category-card:focus-visible {
    color: var(--ly-gold-dark);
    transform: translateY(-2px);
}

.about-category-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.about-category-copy {
    display: grid;
    gap: 8px;
    min-height: 112px;
    padding: 18px 16px;
}

.about-category-copy strong {
    font-size: 17px;
    line-height: 1.4;
}

.about-category-copy small {
    color: var(--ly-muted);
    font-size: 13px;
}

.about-workflow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-left: 0;
    list-style: none;
    counter-reset: about-step;
}

.about-workflow-step {
    position: relative;
    min-height: 224px;
    padding: 72px 22px 24px;
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
    counter-increment: about-step;
}

.about-workflow-step::before {
    content: counter(about-step, decimal-leading-zero);
    position: absolute;
    top: 22px;
    inset-inline-start: 22px;
    color: var(--ly-gold);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.about-workflow-step h3 {
    margin-bottom: 10px;
    font-size: 19px;
}

.about-workflow-step p {
    margin-bottom: 0;
    line-height: 1.65;
}

.about-factory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.about-factory-card {
    margin: 0;
    background: var(--ly-white);
    box-shadow: 0 10px 28px rgba(23, 25, 27, 0.07);
}

.about-factory-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 48%;
}

.about-factory-card figcaption {
    padding: 16px 18px;
    color: var(--ly-text);
    font-weight: 600;
}

.about-contact-cta p {
    max-width: 760px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.about-contact-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.about-contact-actions .btn-outline {
    color: var(--ly-white);
    border-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1180px) {
    .about-capability-grid,
    .about-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-workflow-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .about-overview-grid {
        gap: 36px;
    }

    .about-sourcing-position {
        margin-top: 48px;
        padding-top: 44px;
    }

    .about-factory-grid {
        grid-template-columns: 1fr;
    }

    .about-factory-image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 640px) {
    .about-page-hero .hero-bg {
        object-position: center center;
    }

    .about-capability-grid,
    .about-category-grid,
    .about-workflow-grid,
    .about-sourcing-compare {
        grid-template-columns: 1fr;
    }

    .about-sourcing-position {
        margin-top: 40px;
        padding-top: 36px;
    }

    .about-sourcing-card {
        min-height: 0;
        padding: 24px 22px;
    }

    .about-capability-card,
    .about-workflow-step {
        min-height: 0;
    }

    .about-category-card {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
    }

    .about-category-image {
        height: 100%;
        min-height: 116px;
    }

    .about-category-copy {
        min-height: 116px;
        align-content: center;
    }

    .about-factory-image {
        aspect-ratio: 4 / 3;
    }
}

/* Production Capability preserves the old page hierarchy without unverified capacity claims. */
.production-page-hero .hero-bg {
    object-position: center 54%;
}

.production-overview-grid {
    align-items: center;
    gap: 56px;
}

.production-overview-copy h2 {
    margin-bottom: 20px;
}

.production-overview-copy p {
    margin-bottom: 16px;
}

.production-overview-copy .btn {
    margin-top: 10px;
}

.production-overview-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 48%;
    border-radius: 4px;
}

.production-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    counter-reset: production-support;
}

.production-support-card {
    position: relative;
    min-height: 246px;
    padding: 76px 24px 28px;
    background: var(--ly-white);
    border-top: 3px solid var(--ly-gold);
    box-shadow: 0 12px 32px rgba(23, 25, 27, 0.07);
    counter-increment: production-support;
}

.production-support-card::before {
    content: counter(production-support, decimal-leading-zero);
    position: absolute;
    top: 24px;
    inset-inline-start: 24px;
    color: var(--ly-gold);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.production-support-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.production-support-card p {
    margin-bottom: 0;
    line-height: 1.7;
}

.production-workflow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-left: 0;
    list-style: none;
    counter-reset: production-step;
}

.production-workflow-step {
    position: relative;
    min-height: 230px;
    padding: 72px 22px 24px;
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
    counter-increment: production-step;
}

.production-workflow-step::before {
    content: counter(production-step, decimal-leading-zero);
    position: absolute;
    top: 22px;
    inset-inline-start: 22px;
    color: var(--ly-gold);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.production-workflow-step h3 {
    margin-bottom: 10px;
    font-size: 19px;
}

.production-workflow-step p {
    margin-bottom: 0;
    line-height: 1.65;
}

.production-quality {
    background: #f3f0e8;
}

.production-quality-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
}

.production-quality-card {
    min-height: 250px;
    padding: 42px 32px;
    color: var(--ly-white);
    background: var(--ly-gold);
    box-shadow: 0 12px 30px rgba(90, 65, 31, 0.15);
}

.production-quality-card h3 {
    margin-bottom: 18px;
    color: var(--ly-white);
    font-size: 22px;
}

.production-quality-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
}

.production-factory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.production-factory-card {
    margin: 0;
    background: var(--ly-white);
    box-shadow: 0 10px 28px rgba(23, 25, 27, 0.07);
}

.production-factory-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 48%;
}

.production-factory-card figcaption {
    padding: 16px 18px;
    color: var(--ly-text);
    font-weight: 600;
}

.production-contact-cta p {
    max-width: 760px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.production-contact-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.production-contact-actions .btn-outline {
    color: var(--ly-white);
    border-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1180px) {
    .production-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .production-workflow-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .production-overview-grid {
        gap: 36px;
    }

    .production-workflow-grid,
    .production-quality-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .production-factory-grid {
        grid-template-columns: 1fr;
    }

    .production-factory-image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 640px) {
    .production-page-hero .hero-bg {
        object-position: center center;
    }

    .production-support-grid,
    .production-workflow-grid,
    .production-quality-grid {
        grid-template-columns: 1fr;
    }

    .production-support-card,
    .production-workflow-step,
    .production-quality-card {
        min-height: 0;
    }

    .production-quality-card {
        padding: 32px 24px;
    }

    .production-factory-image {
        aspect-ratio: 4 / 3;
    }
}

/* Quality Control follows the old page rhythm while limiting claims to confirmed coordination facts. */
.quality-control-page-hero .hero-bg {
    object-position: center 54%;
}

.quality-control-overview-grid {
    align-items: center;
    gap: 56px;
}

.quality-control-overview-copy h2 {
    margin-bottom: 20px;
}

.quality-control-overview-copy p {
    margin-bottom: 16px;
}

.quality-control-overview-copy .btn {
    margin-top: 10px;
}

.quality-control-overview-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 48%;
    border-radius: 4px;
}

.quality-control-workflow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-left: 0;
    list-style: none;
    counter-reset: quality-control-step;
}

.quality-control-workflow-step {
    position: relative;
    min-height: 260px;
    padding: 76px 22px 26px;
    background: var(--ly-white);
    border-top: 3px solid var(--ly-gold);
    box-shadow: 0 12px 32px rgba(23, 25, 27, 0.07);
    counter-increment: quality-control-step;
}

.quality-control-workflow-step::before {
    content: counter(quality-control-step, decimal-leading-zero);
    position: absolute;
    top: 24px;
    inset-inline-start: 22px;
    color: var(--ly-gold);
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
}

.quality-control-workflow-step h3 {
    margin-bottom: 12px;
    font-size: 19px;
}

.quality-control-workflow-step p {
    margin-bottom: 0;
    line-height: 1.68;
}

.quality-control-coordination {
    background: #f3f0e8;
}

.quality-control-coordination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.quality-control-coordination-card {
    min-height: 250px;
    padding: 42px 32px;
    color: var(--ly-white);
    background: var(--ly-gold);
    box-shadow: 0 12px 30px rgba(90, 65, 31, 0.15);
}

.quality-control-coordination-card h3 {
    margin-bottom: 18px;
    color: var(--ly-white);
    font-size: 22px;
}

.quality-control-coordination-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
}

.quality-control-range-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.quality-control-range-card {
    display: grid;
    align-content: space-between;
    min-height: 166px;
    padding: 28px 24px;
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
}

.quality-control-range-card strong {
    color: var(--ly-ink);
    font-size: 19px;
    line-height: 1.4;
}

.quality-control-range-card span {
    margin-top: 22px;
    color: var(--ly-gold-dark);
    font-size: 14px;
    font-weight: 700;
}

.quality-control-factory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.quality-control-factory-card {
    margin: 0;
    background: var(--ly-white);
    box-shadow: 0 10px 28px rgba(23, 25, 27, 0.07);
}

.quality-control-factory-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 48%;
}

.quality-control-factory-card figcaption {
    padding: 16px 18px;
    color: var(--ly-text);
    font-weight: 600;
}

.quality-control-contact-cta p {
    max-width: 760px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.quality-control-contact-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.quality-control-contact-actions .btn-outline {
    color: var(--ly-white);
    border-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1180px) {
    .quality-control-workflow-grid,
    .quality-control-range-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .quality-control-overview-grid {
        gap: 36px;
    }

    .quality-control-workflow-grid,
    .quality-control-coordination-grid,
    .quality-control-range-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quality-control-factory-grid {
        grid-template-columns: 1fr;
    }

    .quality-control-factory-image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 640px) {
    .quality-control-page-hero .hero-bg {
        object-position: center center;
    }

    .quality-control-workflow-grid,
    .quality-control-coordination-grid,
    .quality-control-range-grid {
        grid-template-columns: 1fr;
    }

    .quality-control-workflow-step,
    .quality-control-coordination-card,
    .quality-control-range-card {
        min-height: 0;
    }

    .quality-control-coordination-card {
        padding: 32px 24px;
    }

    .quality-control-factory-image {
        aspect-ratio: 4 / 3;
    }
}

/* Custom Solution follows the old page rhythm with confirmed buyer-led coordination facts only. */
.custom-solution-page-hero .hero-bg {
    object-position: center 58%;
}

.custom-solution-page-hero .hero-scrim {
    background: rgba(0, 0, 0, 0.53);
}

.custom-solution-overview-grid {
    align-items: center;
    gap: 56px;
}

.custom-solution-overview-copy h2 {
    margin-bottom: 20px;
}

.custom-solution-overview-copy p {
    margin-bottom: 16px;
}

.custom-solution-overview-copy .btn {
    margin-top: 10px;
}

.custom-solution-overview-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}

.custom-solution-direction-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    counter-reset: custom-direction;
}

.custom-solution-direction-card {
    position: relative;
    min-height: 260px;
    padding: 76px 22px 26px;
    background: var(--ly-white);
    border-top: 3px solid var(--ly-gold);
    box-shadow: 0 12px 32px rgba(23, 25, 27, 0.07);
    counter-increment: custom-direction;
}

.custom-solution-direction-card::before {
    content: counter(custom-direction, decimal-leading-zero);
    position: absolute;
    top: 24px;
    inset-inline-start: 22px;
    color: var(--ly-gold);
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
}

.custom-solution-direction-card h3 {
    margin-bottom: 12px;
    font-size: 19px;
    overflow-wrap: anywhere;
}

.custom-solution-direction-card p {
    margin-bottom: 0;
    line-height: 1.68;
}

.custom-solution-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.custom-solution-visual-card {
    overflow: hidden;
    background: var(--ly-white);
    box-shadow: 0 12px 34px rgba(23, 25, 27, 0.08);
}

.custom-solution-visual-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.custom-solution-visual-copy {
    padding: 26px 26px 28px;
}

.custom-solution-visual-copy h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.custom-solution-visual-copy p {
    margin-bottom: 0;
    line-height: 1.7;
}

.custom-solution-workflow {
    background: var(--ly-charcoal);
}

.custom-solution-workflow .section-heading h2,
.custom-solution-workflow .section-heading p {
    color: var(--ly-white);
}

.custom-solution-workflow .section-heading p {
    opacity: 0.82;
}

.custom-solution-workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding-left: 0;
    list-style: none;
    counter-reset: custom-workflow;
}

.custom-solution-workflow-step {
    position: relative;
    min-height: 250px;
    padding: 76px 28px 28px;
    background: var(--ly-white);
    border-bottom: 3px solid var(--ly-gold);
    counter-increment: custom-workflow;
}

.custom-solution-workflow-step::before {
    content: counter(custom-workflow, decimal-leading-zero);
    position: absolute;
    top: 24px;
    inset-inline-start: 28px;
    color: var(--ly-gold);
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
}

.custom-solution-workflow-step h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.custom-solution-workflow-step p {
    margin-bottom: 0;
    line-height: 1.7;
}

.custom-solution-coordination {
    background: #f3f0e8;
}

.custom-solution-coordination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.custom-solution-coordination-card {
    min-height: 250px;
    padding: 42px 32px;
    color: var(--ly-white);
    background: var(--ly-gold);
    box-shadow: 0 12px 30px rgba(90, 65, 31, 0.15);
}

.custom-solution-coordination-card h3 {
    margin-bottom: 18px;
    color: var(--ly-white);
    font-size: 22px;
}

.custom-solution-coordination-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
}

.custom-solution-range-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.custom-solution-range-card {
    display: grid;
    align-content: space-between;
    min-height: 166px;
    padding: 28px 24px;
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
}

.custom-solution-range-card strong {
    color: var(--ly-ink);
    font-size: 19px;
    line-height: 1.4;
}

.custom-solution-range-card span {
    margin-top: 22px;
    color: var(--ly-gold-dark);
    font-size: 14px;
    font-weight: 700;
}

.custom-solution-contact-cta p {
    max-width: 760px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.custom-solution-contact-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.custom-solution-contact-actions .btn-outline {
    color: var(--ly-white);
    border-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1180px) {
    .custom-solution-direction-grid,
    .custom-solution-range-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .custom-solution-overview-grid {
        gap: 36px;
    }

    .custom-solution-direction-grid,
    .custom-solution-workflow-grid,
    .custom-solution-range-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-solution-visual-grid,
    .custom-solution-coordination-grid {
        grid-template-columns: 1fr;
    }

    .custom-solution-visual-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .custom-solution-page-hero .hero-bg {
        object-position: center center;
    }

    .custom-solution-direction-grid,
    .custom-solution-workflow-grid,
    .custom-solution-range-grid {
        grid-template-columns: 1fr;
    }

    .custom-solution-direction-card,
    .custom-solution-workflow-step,
    .custom-solution-coordination-card,
    .custom-solution-range-card {
        min-height: 0;
    }

    .custom-solution-visual-card {
        display: block;
    }

    .custom-solution-coordination-card {
        padding: 32px 24px;
    }
}

/* Mold Making keeps the old page rhythm while using confirmed buyer-coordination facts only. */
.mold-making-page-hero .hero-bg {
    object-position: center 54%;
}

.mold-making-overview-grid {
    align-items: center;
    gap: 56px;
}

.mold-making-overview-copy h2 {
    margin-bottom: 20px;
}

.mold-making-overview-copy p {
    margin-bottom: 16px;
}

.mold-making-overview-copy .btn {
    margin-top: 10px;
}

.mold-making-overview-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 48%;
    border-radius: 4px;
}

.mold-making-customization-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    counter-reset: mold-customization;
}

.mold-making-customization-card {
    position: relative;
    min-height: 260px;
    padding: 76px 22px 26px;
    background: var(--ly-white);
    border-top: 3px solid var(--ly-gold);
    box-shadow: 0 12px 32px rgba(23, 25, 27, 0.07);
    counter-increment: mold-customization;
}

.mold-making-customization-card::before {
    content: counter(mold-customization, decimal-leading-zero);
    position: absolute;
    top: 24px;
    inset-inline-start: 22px;
    color: var(--ly-gold);
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
}

.mold-making-customization-card h3 {
    margin-bottom: 12px;
    font-size: 19px;
    overflow-wrap: anywhere;
}

.mold-making-customization-card p {
    margin-bottom: 0;
    line-height: 1.68;
}

.mold-making-workflow {
    position: relative;
    background: var(--ly-charcoal);
}

.mold-making-workflow .section-heading h2,
.mold-making-workflow .section-heading p {
    color: var(--ly-white);
}

.mold-making-workflow .section-heading p {
    opacity: 0.82;
}

.mold-making-workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding-left: 0;
    list-style: none;
    counter-reset: mold-workflow;
}

.mold-making-workflow-step {
    position: relative;
    min-height: 250px;
    padding: 76px 28px 28px;
    background: var(--ly-white);
    border-bottom: 3px solid var(--ly-gold);
    counter-increment: mold-workflow;
}

.mold-making-workflow-step::before {
    content: counter(mold-workflow, decimal-leading-zero);
    position: absolute;
    top: 24px;
    inset-inline-start: 28px;
    color: var(--ly-gold);
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
}

.mold-making-workflow-step h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.mold-making-workflow-step p {
    margin-bottom: 0;
    line-height: 1.7;
}

.mold-making-coordination {
    background: #f3f0e8;
}

.mold-making-coordination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.mold-making-coordination-card {
    min-height: 250px;
    padding: 42px 32px;
    color: var(--ly-white);
    background: var(--ly-gold);
    box-shadow: 0 12px 30px rgba(90, 65, 31, 0.15);
}

.mold-making-coordination-card h3 {
    margin-bottom: 18px;
    color: var(--ly-white);
    font-size: 22px;
}

.mold-making-coordination-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
}

.mold-making-range-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.mold-making-range-card {
    display: grid;
    align-content: space-between;
    min-height: 166px;
    padding: 28px 24px;
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
}

.mold-making-range-card strong {
    color: var(--ly-ink);
    font-size: 19px;
    line-height: 1.4;
}

.mold-making-range-card span {
    margin-top: 22px;
    color: var(--ly-gold-dark);
    font-size: 14px;
    font-weight: 700;
}

.mold-making-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mold-making-gallery-card {
    margin: 0;
    background: var(--ly-white);
    box-shadow: 0 10px 28px rgba(23, 25, 27, 0.07);
}

.mold-making-gallery-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 48%;
}

.mold-making-gallery-card figcaption {
    padding: 16px 18px;
    color: var(--ly-text);
    font-weight: 600;
}

.mold-making-contact-cta p {
    max-width: 760px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.mold-making-contact-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.mold-making-contact-actions .btn-outline {
    color: var(--ly-white);
    border-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1180px) {
    .mold-making-customization-grid,
    .mold-making-range-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mold-making-overview-grid {
        gap: 36px;
    }

    .mold-making-customization-grid,
    .mold-making-workflow-grid,
    .mold-making-range-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mold-making-coordination-grid,
    .mold-making-gallery-grid {
        grid-template-columns: 1fr;
    }

    .mold-making-gallery-image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 640px) {
    .mold-making-page-hero .hero-bg {
        object-position: center center;
    }

    .mold-making-customization-grid,
    .mold-making-workflow-grid,
    .mold-making-range-grid {
        grid-template-columns: 1fr;
    }

    .mold-making-customization-card,
    .mold-making-workflow-step,
    .mold-making-coordination-card,
    .mold-making-range-card {
        min-height: 0;
    }

    .mold-making-coordination-card {
        padding: 32px 24px;
    }

    .mold-making-gallery-image {
        aspect-ratio: 4 / 3;
    }
}

/* Home first-screen tuning stays isolated from shared inner-page layouts. */
body.is-home-view .site-header {
    background: #666666;
}

body.is-home-view .header-inner {
    gap: 22px;
}

body.is-home-view .primary-menu {
    gap: 15px;
}

body.is-home-view .header-actions {
    gap: 13px;
}

body.is-home-view .home-hero {
    min-height: 591px;
}

body.is-home-view .home-hero-bg {
    object-position: center 80%;
}

body.is-home-view .home-hero .hero-scrim {
    background: rgba(20, 25, 25, 0.56);
}

body.is-home-view .home-hero-content {
    max-width: 1180px;
    text-align: start;
}

body.is-home-view .home-hero-copy {
    max-width: 680px;
}

body.is-home-view .home-hero-content h1 {
    max-width: 680px;
    margin-inline: 0;
    margin-bottom: 14px;
    font-size: 42px;
    line-height: 1.18;
}

body.is-home-view .home-hero-content p {
    max-width: 660px;
    margin-inline: 0;
    margin-bottom: 22px;
    line-height: 1.65;
}

body.is-home-view .feature-band {
    margin-top: -86px;
    padding: 48px 0 12px;
    background: transparent;
}

body.is-home-view .feature-grid {
    gap: 38px;
}

body.is-home-view .feature-card {
    height: 224px;
    min-height: 224px;
    padding: 32px 20px 20px;
    border-top: 2px solid var(--ly-gold);
}

body.is-home-view .home-dynamic-home .home-capability-card h3,
body.is-home-view .feature-card h2 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.35;
}

body.is-home-view .feature-card p {
    font-size: 15px;
    line-height: 1.4;
}

body.is-home-view .feature-band + .section {
    padding-top: 70px;
}

body.is-home-view .home-category-range .category-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 40px;
}

body.is-home-view .home-category-range .category-card {
    grid-column: span 2;
    min-height: 190px;
    border-radius: 8px;
    box-shadow: 0 7px 20px rgba(23, 28, 34, 0.15);
}

body.is-home-view .home-category-range .category-card:nth-child(-n + 2) {
    grid-column: span 5;
    min-height: 300px;
}

body.is-home-view .home-category-range .category-card::after {
    background: rgba(0, 0, 0, 0.3);
}

body.is-home-view .home-category-range .category-card > span {
    inset: 50% 16px auto;
    transform: translateY(-50%);
    font-size: 19px;
    line-height: 1.35;
}

body.is-home-view .home-buyer-workflow {
    border-top: 1px solid var(--ly-line);
}

body.is-home-view .home-workflow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-inline-start: 0;
    list-style: none;
    counter-reset: home-workflow-step;
}

body.is-home-view .home-workflow-step {
    position: relative;
    min-height: 220px;
    padding: 70px 22px 24px;
    background: var(--ly-white);
    border: 0;
    box-shadow: 0 6px 18px rgba(23, 28, 34, 0.09);
    counter-increment: home-workflow-step;
}

body.is-home-view .home-workflow-step::before {
    content: counter(home-workflow-step, decimal-leading-zero);
    position: absolute;
    top: 22px;
    inset-inline-start: 22px;
    color: var(--ly-gold);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

body.is-home-view .home-workflow-step h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.35;
}

body.is-home-view .home-workflow-step p {
    margin-bottom: 0;
    line-height: 1.65;
}

body.is-home-view .home-factory-intro {
    background: var(--ly-soft);
}

body.is-home-view .home-factory-intro .split-grid {
    gap: 56px;
}

body.is-home-view .home-factory-intro .ly-image-real,
body.is-home-view .home-factory-intro .ly-image-placeholder {
    aspect-ratio: 16 / 9;
    object-position: center center;
}

body.is-home-view .home-certifications {
    padding-block: 58px;
    border-bottom: 1px solid var(--ly-line);
}

body.is-home-view .home-certification-panel {
    max-width: 1064px;
    margin-bottom: 0;
    text-align: center;
}

body.is-home-view .home-certification-slider {
    width: 100%;
    max-width: 1008px;
    margin-inline: auto;
    overflow: hidden;
    padding: 8px 4px 50px;
}

body.is-home-view .home-certification-slide {
    display: grid;
    place-items: center;
    height: auto;
    padding: 12px;
    background: var(--ly-white);
    border: 1px solid rgba(17, 19, 24, 0.08);
}

body.is-home-view .home-certification-mark {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

body.is-home-view .home-certification-panel figcaption {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--ly-muted);
    font-size: 14px;
    line-height: 1.65;
}

body.is-home-view .home-production-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.is-home-view .home-production-gallery {
    padding-block: 76px;
    background-color: #171512;
    background-image:
        linear-gradient(rgba(18, 16, 13, 0.82), rgba(18, 16, 13, 0.88)),
        var(--home-production-background-image);
    background-position: center;
    background-size: cover;
}

body.is-home-view .home-production-gallery .section-heading h2 {
    color: var(--ly-white);
}

body.is-home-view .home-production-gallery .section-heading p {
    color: rgba(255, 255, 255, 0.82);
}

body.is-home-view .home-production-gallery-card {
    margin: 0;
    overflow: hidden;
    background: var(--ly-white);
    box-shadow: 0 10px 28px rgba(23, 25, 27, 0.07);
}

.yx-slider {
    --swiper-pagination-color: var(--ly-gold-dark);
    --swiper-pagination-bullet-inactive-color: #9d9d98;
    --swiper-pagination-bullet-inactive-opacity: 0.48;
}

.yx-slider .yx-slider-prev,
.yx-slider .yx-slider-next {
    top: calc(50% - 25px);
    transform: translateY(-50%);
}

.yx-slider .yx-slider-prev {
    left: 12px;
}

.yx-slider .yx-slider-next {
    right: 12px;
}

.yx-slider-pagination {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
}

.yx-slider-pagination.swiper-pagination-lock {
    display: none;
}

.site-header.is-scrolled,
body.is-home-view .site-header.is-scrolled {
    background: rgba(47, 47, 46, 0.96);
    box-shadow: 0 8px 22px rgba(17, 19, 24, 0.16);
}

body.yx-motion-ready [data-yx-reveal] {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    will-change: opacity, transform;
}

body.yx-motion-ready [data-yx-reveal="hero"] {
    transform: translate3d(0, 16px, 0);
}

body.yx-motion-ready [data-yx-reveal].is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition:
        opacity 480ms ease var(--yx-reveal-delay, 0ms),
        transform 480ms ease var(--yx-reveal-delay, 0ms);
}

body.yx-motion-ready [data-yx-reveal="hero"].is-revealed {
    transition-duration: 520ms;
}

body.yx-motion-ready [data-yx-reveal].is-reveal-complete {
    will-change: auto;
}

.yx-slider .swiper-slide > *,
.product-gallery-main .swiper-slide > *,
.product-lightbox-swiper .swiper-slide > * {
    transition: opacity 220ms ease, transform 280ms ease;
}

.yx-slider.is-yx-transitioning .swiper-slide > *,
.product-gallery-main.is-yx-transitioning .swiper-slide > *,
.product-lightbox-swiper.is-yx-transitioning .swiper-slide > * {
    opacity: 0.94;
}

.product-gallery-thumb {
    transition: border-color 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb:focus-visible,
.product-gallery-thumb.swiper-slide-thumb-active {
    transform: translateY(-2px);
}

@media (hover: hover) {
    .product-card,
    .category-card,
    .image-link-card,
    .home-surface-card,
    .home-production-gallery-card {
        transition: box-shadow 240ms ease, transform 240ms ease;
    }

    .product-card img,
    .category-card img,
    .image-link-card img,
    .home-surface-card img,
    .home-production-gallery-card img {
        transition: transform 280ms ease;
    }

    .product-card:hover,
    .product-card:focus-within,
    .category-card:hover,
    .category-card:focus-visible,
    .image-link-card:hover,
    .image-link-card:focus-visible,
    .home-surface-card:hover,
    .home-surface-card:focus-within,
    .home-production-gallery-card:hover,
    .home-production-gallery-card:focus-within {
        transform: translateY(-3px);
        box-shadow: 0 14px 32px rgba(23, 28, 34, 0.16);
    }

    .product-card:hover img,
    .product-card:focus-within img,
    .category-card:hover img,
    .category-card:focus-visible img,
    .image-link-card:hover img,
    .image-link-card:focus-visible img,
    .home-surface-card:hover img,
    .home-surface-card:focus-within img,
    .home-production-gallery-card:hover img,
    .home-production-gallery-card:focus-within img {
        transform: scale(1.025);
    }
}

@media (min-width: 1521px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 43px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }

    h2 {
        font-size: 18px;
    }
}

@media (max-width: 478px) {
    h3 {
        font-size: 12px;
    }
}

body.is-home-view .home-production-gallery-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center center;
    background: #f4f1ea;
}

body.is-home-view .home-production-gallery-card figcaption {
    padding: 16px 18px;
    color: var(--ly-text);
    font-weight: 600;
}

body.is-home-view .home-production-gallery-action {
    margin-top: 30px;
}

.product-category-page-hero .hero-scrim {
    background: rgba(0, 0, 0, 0.48);
}

.product-category-page-hero .hero-bg {
    object-position: center center;
}

.product-grid-verified {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
    body.is-home-view .header-inner {
        gap: 18px;
    }

    body.is-home-view .home-hero {
        min-height: 440px;
    }

    body.is-home-view .feature-band {
        margin-top: -58px;
    }

    body.is-home-view .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.is-home-view .home-production-gallery-grid {
        grid-template-columns: 1fr;
    }

    body.is-home-view .home-production-gallery-image {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 1180px) {
    body.is-home-view .home-category-range .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.is-home-view .home-category-range .category-card,
    body.is-home-view .home-category-range .category-card:nth-child(-n + 2) {
        grid-column: auto;
        min-height: 220px;
    }

    body.is-home-view .home-workflow-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-grid-verified {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.is-home-view .home-dynamic-home .home-capability-card {
        height: auto;
    }

    body.is-home-view .header-inner {
        gap: 10px;
    }

    body.is-home-view .header-actions {
        gap: 9px;
    }

    body.is-home-view .home-hero {
        min-height: 380px;
        align-items: center;
        padding-bottom: 24px;
    }

    body.is-home-view .home-hero-bg {
        object-position: center center;
    }

    body.is-home-view .home-hero-content {
        max-width: 347px;
        text-align: center;
    }

    body.is-home-view .home-hero-copy {
        max-width: 347px;
        margin-inline: auto;
    }

    body.is-home-view .home-hero-content h1 {
        max-width: 340px;
        margin-inline: auto;
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 1.22;
    }

    body.is-home-view .home-hero-content p {
        max-width: 340px;
        margin-inline: auto;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.58;
    }

    body.is-home-view .feature-band {
        margin-top: -58px;
        padding: 32px 0 8px;
    }

    body.is-home-view .feature-grid {
        gap: 14px;
    }

    body.is-home-view .feature-card {
        min-height: 0;
        padding: 22px 16px 20px;
    }

    body.is-home-view .feature-card h2 {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 1.25;
    }

    body.is-home-view .feature-card p {
        font-size: 14px;
        line-height: 1.45;
    }

    body.is-home-view .home-category-range .category-grid {
        gap: 14px;
    }

    body.is-home-view .home-category-range .category-card,
    body.is-home-view .home-category-range .category-card:nth-child(-n + 2) {
        min-height: 168px;
    }

    body.is-home-view .home-category-range .category-card > span {
        inset-inline: 10px;
        font-size: 16px;
        line-height: 1.3;
    }

    body.is-home-view .home-workflow-grid {
        grid-template-columns: 1fr;
    }

    body.is-home-view .home-workflow-step {
        min-height: 0;
    }

    body.is-home-view .home-certification-panel figcaption {
        margin-top: 14px;
        font-size: 13px;
    }

    body.is-home-view .feature-band + .section {
        padding-top: 40px;
    }

    .product-category-archive {
        padding-top: 36px;
    }

    .product-category-layout {
        gap: 32px;
    }

    .product-category-sidebar h2 {
        margin: 12px 0 8px;
        font-size: 20px;
    }

    .product-category-sidebar .category-list {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .product-category-sidebar .category-list li {
        margin-bottom: 7px;
    }

    .product-category-sidebar .tag-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .product-category-sidebar .tag-list a,
    .product-category-sidebar .tag-list .is-unavailable-link {
        padding: 6px 9px;
        font-size: 13px;
        line-height: 1.35;
    }

    .product-grid-verified {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.yx-motion-ready [data-yx-reveal] {
        transform: translate3d(0, 12px, 0);
    }

    body.yx-motion-ready [data-yx-reveal].is-revealed {
        transform: translate3d(0, 0, 0);
    }

    .product-gallery-main > .product-gallery-button,
    .product-lightbox .product-gallery-button,
    .yx-slider-button {
        width: 38px;
        height: 38px;
    }

    .product-gallery-main > .product-gallery-prev,
    .product-lightbox-prev {
        left: 8px;
    }

    .product-gallery-main > .product-gallery-next,
    .product-lightbox-next {
        right: 8px;
    }

    .product-gallery-thumbs {
        margin-top: 16px;
    }

    body.is-home-view .home-certification-slide {
        padding: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .swiper-wrapper {
        transition-duration: 0ms !important;
    }

    body.yx-motion-ready [data-yx-reveal],
    body.yx-motion-ready [data-yx-reveal].is-revealed {
        opacity: 1 !important;
        transform: none !important;
        will-change: auto !important;
    }
}
