:root {
    font-size: 1rem;
    --ds-font-family: "Montserrat", serif;
    --ds-text-xs: .8rem;
    --ds-text-sm: .9rem;
    --ds-text-base: 1rem;
    --ds-text-md: 1.1rem;
    --ds-text-lg: 1.25rem;
    --ds-text-xl: 1.5rem;
    --ds-text-2xl: 1.8rem;
    --ds-color-ink: #2b2118;
    --ds-color-body: #51483f;
    --ds-color-muted: #7d7167;
    --ds-color-line: #eadfce;
    --ds-color-line-strong: #d9c6ad;
    --ds-color-white: #fff;
    --ds-color-black: #000;
    --ds-color-surface: #fffaf3;
    --ds-color-surface-2: #f6efe5;
    --ds-color-primary: #744c28;
    --ds-color-primary-soft: #b58d54;
    --ds-color-primary-hover: #5f3c1f;
    --ds-color-primary-tint: #dbc6ab;
    --ds-color-primary-contrast: var(--ds-color-white);
    --ds-color-accent: #c7512c;
    --ds-color-success: #26735b;
    --ds-color-danger: #b42318;
    --ds-radius-sm: 4px;
    --ds-radius-md: 8px;
    --ds-radius-lg: 8px;
    --ds-shadow-sm: 0 6px 18px color-mix(in srgb, var(--ds-color-ink) 8%, transparent);
    --ds-shadow-md: 0 16px 40px color-mix(in srgb, var(--ds-color-ink) 12%, transparent);
    --ds-space-1: .25rem;
    --ds-space-2: .5rem;
    --ds-space-3: .75rem;
    --ds-space-4: 1rem;
    --ds-space-5: 1.5rem;
    --ds-space-6: 2rem;
    --ds-space-7: 3rem;
    --ds-space-8: 5.5rem;
    --ds-feedback-gap: .35rem;
    --ds-link-padding-y: .45rem;
    --ds-marquee-gap: 5px;
    --ds-control-padding-sm: .55rem .9rem;
    --ds-control-padding-md: .7rem 1rem;
    --ds-control-padding-field: .7rem .85rem;
    --ds-control-padding-mobile: .65rem .85rem;
    --ds-badge-padding-sm: .35rem .65rem;
    --ds-badge-padding-md: .45rem .7rem;
    --ds-form-padding: .75rem .9rem;
    --video-frame-height: 420px;
    --ds-shadow-soft: 0 10px 28px color-mix(in srgb, var(--ds-color-ink) 8%, transparent);
}

.home-page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .home .contact-wheel {
        display: none;
    }
}

/* Services listing page */
.page-id-2716 main {
    background:
        radial-gradient(circle at 10% 0, rgba(181, 141, 84, .13), transparent 30rem),
        linear-gradient(180deg, #fffaf3 0, #fff 34rem);
}
.page-id-2716 .contact-wheel,
.page-id-2716 .consultation-fixed-button {
    display: none;
}
.page-id-2716 .section-collection.list {
    padding-block: clamp(3rem, 6vw, 5.5rem);
}
.page-id-2716 .section-collection.list .section-head {
    width: min(100%, 61rem);
    margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.page-id-2716 .section-collection.list .section-head::before {
    content: 'GIẢI PHÁP ĐIÊU KHẮC THEO YÊU CẦU';
    display: block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .075em;
    text-align: center;
}
.page-id-2716 .section-collection.list .section-title {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
}
.page-id-2716 .section-collection.list .section-title::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 1.75rem;
    background: var(--ds-color-primary);
}
.page-id-2716 .section-collection.list .section-description {
    border: 1px solid var(--ds-color-line);
    border-left: 0;
    border-radius: 12px;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: rgba(255,255,255,.92);
    box-shadow: var(--ds-shadow-soft);
    text-align: left;
}
.page-id-2716 .services-lead {
    margin: 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-md);
    line-height: 1.8;
}
.page-id-2716 .services-lead strong {
    color: var(--ds-color-ink);
}
.page-id-2716 .services-category-nav {
    display: grid;
    gap: var(--ds-space-3);
    margin-top: var(--ds-space-5);
    border-top: 1px solid var(--ds-color-line);
    padding-top: var(--ds-space-4);
}
.page-id-2716 .services-category-nav > strong {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
}
.page-id-2716 .services-category-nav > div {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-2);
}
.page-id-2716 .services-category-nav a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .45rem .85rem;
    background: var(--ds-color-surface);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.page-id-2716 .services-category-nav a:hover {
    border-color: var(--ds-color-primary);
    background: var(--ds-color-primary);
    color: #fff;
}
.page-id-2716 .section-collection.list .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 2vw, 1.5rem);
}
.page-id-2716 .san-pham-item {
    min-width: 0;
    border-radius: 12px;
}
.page-id-2716 .collection-grid .san-pham-item:nth-child(n + 13) {
    display: none;
}
.page-id-2716 .collection-grid .san-pham-item.services-revealed {
    display: block;
}
.page-id-2716 .san-pham-image {
    aspect-ratio: 4 / 3;
}
.page-id-2716 .san-pham-info {
    min-height: 5.25rem;
    align-content: center;
    padding: 1rem 1.1rem;
}
.page-id-2716 .san-pham-title {
    font-size: var(--ds-text-base);
    line-height: 1.45;
}
.page-id-2716 .section-foot {
    margin-top: var(--ds-space-6);
}
.page-id-2716 .section-viewmore {
    min-height: 48px;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .55rem 1rem;
    background: #fff;
    color: var(--ds-color-ink);
    box-shadow: var(--ds-shadow-sm);
}
.page-id-2716 .section-viewmore[aria-disabled="true"] {
    pointer-events: none;
    opacity: .65;
}
@media (max-width: 767.98px) {
    .page-id-2716 .section-collection.list {
        padding-block: 2.75rem 3.5rem;
    }
    .page-id-2716 .section-collection.list .section-title {
        font-size: 1.85rem;
    }
    .page-id-2716 .section-collection.list .section-description {
        padding: var(--ds-space-4);
    }
    .page-id-2716 .services-lead {
        font-size: var(--ds-text-base);
        line-height: 1.7;
    }
    .page-id-2716 .services-category-nav > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .page-id-2716 .services-category-nav a {
        justify-content: center;
        padding-inline: .55rem;
        text-align: center;
    }
    .page-id-2716 .section-collection.list .collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: var(--ds-space-3);
    }
    .page-id-2716 .san-pham-image {
        aspect-ratio: 1 / 1;
    }
    .page-id-2716 .san-pham-info {
        min-height: 4.5rem;
        padding: .75rem;
    }
    .page-id-2716 .san-pham-title {
        font-size: .82rem;
        line-height: 1.4;
    }
}
@media (max-width: 359.98px) {
    .page-id-2716 .services-category-nav > div,
    .page-id-2716 .section-collection.list .collection-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Legal information page */
.page-id-2907 .content-page {
    padding-block: 0 clamp(3rem, 7vw, 6rem);
    background:
        radial-gradient(circle at 12% 0, rgba(181, 141, 84, .13), transparent 28rem),
        linear-gradient(180deg, #fffaf3 0, #fff 28rem);
}
.page-id-2907 .content-layout,
.page-id-2907 .content-article {
    max-width: none;
}
.page-id-2907 .contact-wheel,
.page-id-2907 .consultation-fixed-button {
    display: none;
}
.legal-hero {
    max-width: 56rem;
    margin: 0 auto;
    padding-block: clamp(3rem, 7vw, 5.75rem);
    text-align: center;
}
.legal-eyebrow {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.page-id-2907 .legal-hero h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.15;
}
.page-id-2907 .legal-hero h1::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.legal-hero > p {
    max-width: 47rem;
    margin: var(--ds-space-5) auto 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
.legal-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.legal-meta span {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .35rem .85rem;
    background: rgba(255,255,255,.86);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.legal-identity {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    margin-bottom: var(--ds-space-5);
    border-radius: 12px;
    background: var(--ds-color-ink);
    box-shadow: var(--ds-shadow-soft);
}
.legal-identity > div {
    padding: clamp(1.5rem, 4vw, 2.75rem);
}
.legal-identity > div > span {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: #e3b66f;
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.page-id-2907 .legal-identity h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1.3;
}
.legal-identity > div > p {
    margin: var(--ds-space-3) 0 0;
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}
.legal-identity dl {
    display: grid;
    margin: 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: #fff;
}
.legal-identity dl > div {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr);
    align-items: start;
    gap: var(--ds-space-3);
    border-bottom: 1px solid var(--ds-color-line);
    padding-block: var(--ds-space-3);
}
.legal-identity dl > div:last-child {
    border-bottom: 0;
}
.legal-identity dt {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
}
.legal-identity dd {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    overflow-wrap: anywhere;
}
.legal-verification,
.legal-inline-toc,
.legal-section {
    width: min(100%, 56rem);
    margin-inline: auto;
}
.legal-verification {
    margin-bottom: var(--ds-space-5);
    border-left: 4px solid var(--ds-color-primary);
    border-radius: 0 var(--ds-radius-lg) var(--ds-radius-lg) 0;
    padding: var(--ds-space-4) var(--ds-space-5);
    background: #fff8ec;
}
.legal-verification strong {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-ink);
}
.legal-verification p {
    margin: 0;
    color: var(--ds-color-body);
    line-height: 1.7;
}
.page-id-2907 .legal-verification a {
    color: var(--ds-color-primary);
    font-weight: 800;
    text-decoration: underline;
}
.legal-inline-toc {
    margin-bottom: var(--ds-space-6);
    border: 1px solid var(--ds-color-line);
    border-radius: 12px;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
    box-shadow: var(--ds-shadow-soft);
}
.legal-inline-toc > strong {
    display: block;
    margin-bottom: var(--ds-space-3);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-lg);
}
.legal-inline-toc > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--ds-space-5);
}
.legal-inline-toc a {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid var(--ds-color-line);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    font-weight: 700;
}
.legal-inline-toc a:hover {
    color: var(--ds-color-primary);
}
.legal-section {
    scroll-margin-top: 7rem;
    margin-bottom: clamp(2.25rem, 5vw, 3.5rem);
    border-bottom: 1px solid var(--ds-color-line);
    padding-bottom: clamp(2rem, 4vw, 3rem);
}
.legal-section:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.page-id-2907 .legal-section h2 {
    margin: 0 0 var(--ds-space-4);
    color: var(--ds-color-ink);
    font-size: clamp(1.4rem, 2.7vw, 1.9rem);
    line-height: 1.3;
}
.page-id-2907 .legal-section p,
.page-id-2907 .legal-section li {
    color: var(--ds-color-body);
    line-height: 1.78;
}
.page-id-2907 .legal-section p {
    margin: 0 0 var(--ds-space-3);
}
.page-id-2907 .legal-section ul {
    display: grid;
    gap: var(--ds-space-2);
    margin: var(--ds-space-3) 0 var(--ds-space-4);
    padding-left: 1.3rem;
}
.page-id-2907 .legal-section a {
    color: var(--ds-color-primary);
    font-weight: 800;
}
.legal-data-table {
    overflow: hidden;
    margin-bottom: var(--ds-space-4);
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
}
.legal-data-table > div {
    display: grid;
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: var(--ds-space-4);
    border-bottom: 1px solid var(--ds-color-line);
    padding: var(--ds-space-4);
}
.legal-data-table > div:last-child {
    border-bottom: 0;
}
.legal-data-table span {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
}
.legal-data-table strong {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
}
.legal-location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--ds-space-4);
    margin-bottom: var(--ds-space-4);
}
.legal-location-grid > div {
    border: 1px solid var(--ds-color-line);
    border-top: 4px solid var(--ds-color-primary-soft);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: #fff;
}
.legal-location-grid strong {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-ink);
}
.legal-location-grid p {
    font-size: var(--ds-text-sm);
}
.legal-contact-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--ds-space-5);
    margin-top: var(--ds-space-5);
    border-radius: 12px;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: var(--ds-color-ink);
}
.legal-contact-cta > div {
    display: grid;
    gap: var(--ds-space-2);
}
.legal-contact-cta strong,
.legal-contact-cta span {
    display: block;
}
.legal-contact-cta strong {
    color: #fff;
}
.legal-contact-cta span {
    color: rgba(255,255,255,.78);
    font-size: var(--ds-text-sm);
}
.page-id-2907 .legal-contact-cta a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddb16c;
    border-radius: var(--ds-radius-md);
    padding: .55rem .9rem;
    color: #fff;
}
.page-id-2907 .legal-contact-cta a:first-child {
    background: #d2a354;
    color: var(--ds-color-ink);
}
@media (max-width: 767.98px) {
    .legal-hero {
        padding-block: 2.75rem;
    }
    .page-id-2907 .legal-hero h1 {
        font-size: 1.85rem;
    }
    .legal-identity,
    .legal-inline-toc > div,
    .legal-location-grid,
    .legal-contact-cta {
        grid-template-columns: 1fr;
    }
    .legal-identity dl > div,
    .legal-data-table > div {
        grid-template-columns: 1fr;
        gap: var(--ds-space-2);
    }
    .legal-verification,
    .legal-inline-toc {
        padding: var(--ds-space-4);
    }
    .page-id-2907 .legal-contact-cta a {
        width: 100%;
    }
}

/* Privacy policy page */
.page-id-2905 .content-page {
    padding-block: 0 clamp(3rem, 7vw, 6rem);
    background:
        radial-gradient(circle at 88% 0, rgba(181, 141, 84, .12), transparent 28rem),
        linear-gradient(180deg, #fffaf3 0, #fff 28rem);
}
.page-id-2905 .content-layout,
.page-id-2905 .content-article {
    max-width: none;
}
.page-id-2905 .contact-wheel,
.page-id-2905 .consultation-fixed-button {
    display: none;
}
.privacy-hero {
    max-width: 58rem;
    margin: 0 auto;
    padding-block: clamp(3rem, 7vw, 5.75rem);
    text-align: center;
}
.privacy-eyebrow {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.page-id-2905 .privacy-hero h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.15;
}
.page-id-2905 .privacy-hero h1::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.privacy-hero > p {
    max-width: 50rem;
    margin: var(--ds-space-5) auto 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
.privacy-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.privacy-meta span {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .35rem .85rem;
    background: rgba(255,255,255,.86);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.privacy-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-space-4);
    margin-bottom: var(--ds-space-5);
}
.privacy-summary > div {
    border: 1px solid var(--ds-color-line);
    border-top: 4px solid var(--ds-color-primary-soft);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.privacy-summary strong,
.privacy-summary span {
    display: block;
}
.privacy-summary strong {
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
}
.privacy-summary span {
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.privacy-inline-toc,
.privacy-intro,
.privacy-section {
    width: min(100%, 56rem);
    margin-inline: auto;
}
.privacy-inline-toc {
    margin-bottom: var(--ds-space-5);
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-xl);
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
    box-shadow: var(--ds-shadow-soft);
}
.privacy-inline-toc > strong {
    display: block;
    margin-bottom: var(--ds-space-3);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-lg);
}
.privacy-inline-toc > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--ds-space-5);
}
.privacy-inline-toc a {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid var(--ds-color-line);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    font-weight: 700;
}
.privacy-inline-toc a:hover {
    color: var(--ds-color-primary);
}
.page-id-2905 .privacy-intro {
    margin-block: 0 var(--ds-space-6);
    border-left: 4px solid var(--ds-color-primary);
    border-radius: 0 var(--ds-radius-lg) var(--ds-radius-lg) 0;
    padding: var(--ds-space-4) var(--ds-space-5);
    background: #fff8ec;
    color: var(--ds-color-body);
    line-height: 1.75;
}
.privacy-section {
    scroll-margin-top: 7rem;
    margin-bottom: clamp(2.25rem, 5vw, 3.5rem);
    border-bottom: 1px solid var(--ds-color-line);
    padding-bottom: clamp(2rem, 4vw, 3rem);
}
.privacy-section:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.page-id-2905 .privacy-section h2 {
    margin: 0 0 var(--ds-space-4);
    color: var(--ds-color-ink);
    font-size: clamp(1.4rem, 2.7vw, 1.9rem);
    line-height: 1.3;
}
.page-id-2905 .privacy-section p,
.page-id-2905 .privacy-section li {
    color: var(--ds-color-body);
    line-height: 1.78;
}
.page-id-2905 .privacy-section p {
    margin: 0 0 var(--ds-space-3);
}
.page-id-2905 .privacy-section ul {
    display: grid;
    gap: var(--ds-space-2);
    margin: var(--ds-space-3) 0 var(--ds-space-4);
    padding-left: 1.3rem;
}
.page-id-2905 .privacy-section a {
    color: var(--ds-color-primary);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .18em;
}
.privacy-request-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--ds-space-3) var(--ds-space-5);
    margin-top: var(--ds-space-5);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: var(--ds-color-ink);
}
.privacy-request-box strong {
    flex: 1 0 100%;
    color: #fff;
}
.page-id-2905 .privacy-request-box a {
    color: #e3b66f;
}
.privacy-contact-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--ds-space-5);
    margin-top: var(--ds-space-5);
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-xl);
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.privacy-contact-box > div:first-child,
.privacy-contact-box > div:last-child {
    display: grid;
    gap: var(--ds-space-2);
}
.privacy-contact-box strong {
    color: var(--ds-color-ink);
}
.privacy-contact-box span {
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.6;
}
.page-id-2905 .privacy-contact-box > div:last-child a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ds-color-primary);
    border-radius: var(--ds-radius-md);
    padding: .55rem .9rem;
    text-decoration: none;
}
.page-id-2905 .privacy-contact-box > div:last-child a:first-child {
    background: var(--ds-color-primary);
    color: #fff;
}
@media (max-width: 767.98px) {
    .privacy-hero {
        padding-block: 2.75rem;
    }
    .page-id-2905 .privacy-hero h1 {
        font-size: 1.85rem;
    }
    .privacy-summary,
    .privacy-inline-toc > div,
    .privacy-contact-box {
        grid-template-columns: 1fr;
    }
    .privacy-summary {
        gap: var(--ds-space-3);
    }
    .privacy-inline-toc {
        padding: var(--ds-space-4);
    }
    .page-id-2905 .privacy-intro {
        padding: var(--ds-space-4);
    }
    .privacy-request-box {
        align-items: stretch;
        flex-direction: column;
    }
    .privacy-contact-box > div:last-child a {
        width: 100%;
    }
}

/* FAQ page */
.page-id-2916 .content-page {
    padding-block: 0 clamp(3rem, 7vw, 6rem);
    background:
        radial-gradient(circle at 12% 0, rgba(181, 141, 84, .14), transparent 28rem),
        linear-gradient(180deg, #fffaf3 0, #fff 28rem);
}
.page-id-2916 .content-layout,
.page-id-2916 .content-article {
    max-width: none;
}
.faq-hero {
    max-width: 55rem;
    margin: 0 auto;
    padding-block: clamp(3rem, 7vw, 5.75rem);
    text-align: center;
}
.faq-eyebrow,
.faq-nav-panel > span,
.faq-bottom-cta > div:first-child > span {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.page-id-2916 .faq-hero h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.15;
}
.page-id-2916 .faq-hero h1::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.faq-hero > p {
    max-width: 46rem;
    margin: var(--ds-space-5) auto 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
.faq-hero-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.faq-hero-topics span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .4rem .9rem;
    background: rgba(255,255,255,.86);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.faq-layout {
    display: grid;
    grid-template-columns: minmax(15rem, .72fr) minmax(0, 2fr);
    align-items: start;
    gap: clamp(1.5rem, 4vw, 3rem);
}
.faq-nav-panel {
    position: sticky;
    top: 6.5rem;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-xl);
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
    box-shadow: var(--ds-shadow-soft);
}
.page-id-2916 .faq-nav-panel h2 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    line-height: 1.25;
}
.faq-nav-panel > p {
    margin: var(--ds-space-3) 0 var(--ds-space-5);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.7;
}
.faq-nav-panel nav {
    display: grid;
    gap: var(--ds-space-2);
}
.faq-nav-panel nav a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: var(--ds-space-3);
    border-bottom: 1px solid var(--ds-color-line);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.faq-nav-panel nav a:hover {
    color: var(--ds-color-primary);
}
.faq-nav-panel nav a span {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
}
.faq-nav-contact {
    display: grid;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-5);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: #fff8ec;
}
.faq-nav-contact strong {
    color: var(--ds-color-ink);
}
.faq-nav-contact a {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.faq-groups {
    display: grid;
    gap: clamp(2.5rem, 6vw, 4rem);
}
.faq-group {
    scroll-margin-top: 7rem;
}
.faq-group-head {
    display: flex;
    align-items: center;
    gap: var(--ds-space-4);
    margin-bottom: var(--ds-space-4);
}
.faq-group-head > span {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--ds-color-primary);
    color: #fff;
    font-weight: 900;
}
.page-id-2916 .faq-group-head h2 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(1.4rem, 2.7vw, 1.9rem);
    line-height: 1.25;
}
.faq-group-head p {
    margin: .2rem 0 0;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
}
.faq-group details {
    overflow: hidden;
    margin-bottom: var(--ds-space-3);
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.faq-group summary {
    position: relative;
    min-height: 62px;
    padding: 1.15rem 4rem 1.15rem 1.25rem;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}
.faq-group summary::-webkit-details-marker {
    display: none;
}
.faq-group summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 1.2rem;
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    background: #fff4df;
    color: var(--ds-color-primary);
    font-size: var(--ds-text-lg);
    transform: translateY(-50%);
}
.faq-group details[open] {
    border-color: var(--ds-color-primary-soft);
}
.faq-group details[open] summary {
    border-bottom: 1px solid var(--ds-color-line);
    background: #fffaf3;
    color: var(--ds-color-primary);
}
.faq-group details[open] summary::after {
    content: '−';
    background: var(--ds-color-primary);
    color: #fff;
}
.faq-group details > p {
    margin: 0;
    padding: 1.15rem 1.25rem 1.25rem;
    color: var(--ds-color-body);
    line-height: 1.75;
}
.faq-group summary:focus-visible {
    outline: 3px solid var(--ds-color-primary-soft);
    outline-offset: -3px;
}
.faq-bottom-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 14rem;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-top: clamp(3rem, 7vw, 5rem);
    border-radius: var(--ds-radius-xl);
    padding: clamp(1.5rem, 4vw, 2.75rem);
    background: var(--ds-color-ink);
}
.page-id-2916 .faq-bottom-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    line-height: 1.25;
}
.faq-bottom-cta p {
    max-width: 48rem;
    margin: var(--ds-space-2) 0 0;
    color: rgba(255,255,255,.82);
    line-height: 1.65;
}
.page-id-2916 .faq-bottom-cta p {
    color: rgba(255,255,255,.82);
}
.page-id-2916 .faq-bottom-cta > div:first-child > span {
    color: #e3b66f;
}
.faq-bottom-cta > div:last-child {
    display: grid;
    gap: var(--ds-space-2);
}
.faq-bottom-cta button,
.faq-bottom-cta > div:last-child a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddb16c;
    border-radius: var(--ds-radius-md);
    padding: .65rem 1rem;
    font-size: var(--ds-text-sm);
    font-weight: 800;
    text-align: center;
}
.faq-bottom-cta button {
    background: #d2a354;
    color: var(--ds-color-ink);
}
.faq-bottom-cta > div:last-child a {
    color: #fff;
}
@media (max-width: 991.98px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }
    .faq-nav-panel {
        position: static;
    }
    .faq-nav-panel nav {
        grid-template-columns: repeat(3, 1fr);
    }
    .faq-nav-panel nav a {
        border: 1px solid var(--ds-color-line);
        border-radius: var(--ds-radius-md);
        padding: .65rem .8rem;
    }
}
@media (max-width: 767.98px) {
    .faq-hero {
        padding-block: 2.75rem;
    }
    .page-id-2916 .faq-hero h1 {
        font-size: 1.85rem;
    }
    .faq-hero-topics {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .faq-hero-topics span {
        justify-content: center;
        padding-inline: .5rem;
        text-align: center;
    }
    .faq-nav-panel nav,
    .faq-bottom-cta {
        grid-template-columns: 1fr;
    }
    .faq-group summary {
        padding: 1rem 3.5rem 1rem 1rem;
        font-size: var(--ds-text-sm);
    }
    .faq-group details > p {
        padding: 1rem;
        font-size: var(--ds-text-sm);
    }
}

/* Contact page */
.page-id-2911 .content-page {
    padding-block: 0 clamp(3rem, 7vw, 6rem);
    background:
        radial-gradient(circle at 10% 0, rgba(181, 141, 84, .14), transparent 28rem),
        linear-gradient(180deg, #fffaf3 0, #fff 28rem);
}
.page-id-2911 .content-layout,
.page-id-2911 .content-article {
    max-width: none;
}
.page-id-2911 .contact-wheel,
.page-id-2911 .consultation-fixed-button {
    display: none;
}
.contact-page-hero {
    max-width: 58rem;
    margin: 0 auto;
    padding-block: clamp(3rem, 7vw, 5.75rem);
    text-align: center;
}
.contact-page-eyebrow,
.contact-panel-label,
.contact-response-flow > div > span {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.page-id-2911 .contact-page-hero h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.15;
}
.page-id-2911 .contact-page-hero h1::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.contact-page-hero > p {
    max-width: 48rem;
    margin: var(--ds-space-5) auto 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
.contact-page-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.contact-page-topics span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .4rem .9rem;
    background: rgba(255,255,255,.86);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: stretch;
    gap: clamp(1.25rem, 3vw, 2rem);
}
.contact-info-panel,
.contact-form-panel {
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-xl);
    padding: clamp(1.35rem, 3vw, 2.25rem);
    background: #fff;
    box-shadow: var(--ds-shadow-soft);
}
.contact-info-panel {
    display: flex;
    flex-direction: column;
}
.contact-form-panel {
    background: linear-gradient(145deg, #fff, #fffaf3);
}
.page-id-2911 .contact-main-grid h2,
.page-id-2911 .contact-response-flow h2 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.25;
}
.contact-info-panel > p,
.contact-form-panel > p {
    margin: var(--ds-space-3) 0 var(--ds-space-5);
    color: var(--ds-color-body);
    line-height: 1.7;
}
.contact-method-list {
    display: grid;
    gap: var(--ds-space-3);
}
.contact-method {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    align-items: center;
    gap: var(--ds-space-3);
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-3);
    color: var(--ds-color-ink);
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.contact-method:hover {
    border-color: var(--ds-color-primary-soft);
    background: #fffaf3;
    transform: translateX(3px);
}
.contact-method > span:first-child {
    display: grid;
    min-height: 3rem;
    place-items: center;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: #fff;
    font-size: var(--ds-text-xs);
    font-weight: 900;
}
.contact-method-copy {
    display: block;
    min-width: 0;
}
.contact-method small,
.contact-method strong {
    display: block;
}
.contact-method small {
    margin-bottom: .15rem;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-xs);
}
.contact-method strong {
    overflow-wrap: anywhere;
    font-size: var(--ds-text-base);
}
.contact-addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--ds-space-4);
    margin-top: auto;
    padding-top: var(--ds-space-5);
}
.contact-addresses > div {
    border-top: 2px solid var(--ds-color-primary-soft);
    padding-top: var(--ds-space-3);
}
.contact-addresses h3 {
    margin: 0 0 var(--ds-space-2);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
}
.contact-addresses p {
    margin: 0 0 var(--ds-space-2);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.contact-addresses a {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.contact-form-panel .wpcf7-form > p {
    display: grid;
    gap: var(--ds-space-3);
    margin: 0;
}
.contact-form-panel .wpcf7-form br {
    display: none;
}
.contact-form-panel .wpcf7-form-control-wrap {
    display: block;
}
.contact-form-panel input:not([type="submit"]),
.contact-form-panel textarea {
    width: 100%;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: var(--ds-radius-md);
    padding: .85rem 1rem;
    background: #fff;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
}
.contact-form-panel input:not([type="submit"]) {
    min-height: 52px;
}
.contact-form-panel textarea {
    min-height: 180px;
    max-height: 240px;
    resize: vertical;
}
.contact-form-panel input:focus,
.contact-form-panel textarea:focus {
    border-color: var(--ds-color-primary);
    outline: 3px solid color-mix(in srgb, var(--ds-color-primary-soft) 35%, transparent);
}
.contact-form-panel input[type="submit"] {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: #fff;
    font-weight: 900;
}
.contact-form-panel input[type="submit"]:hover {
    background: var(--ds-color-primary-hover);
}
.contact-form-panel .wpcf7-spinner {
    position: absolute;
}
.contact-form-note {
    margin-top: var(--ds-space-3);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-xs);
    line-height: 1.55;
    text-align: center;
}
.contact-response-flow {
    display: grid;
    grid-template-columns: minmax(14rem, .8fr) minmax(0, 1.8fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-top: clamp(2rem, 5vw, 3.5rem);
    border-radius: var(--ds-radius-xl);
    padding: clamp(1.35rem, 3vw, 2.25rem);
    background: var(--ds-color-ink);
    color: #fff;
}
.page-id-2911 .contact-response-flow h2 {
    color: #fff;
}
.contact-response-flow ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ds-space-3);
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-response-flow li {
    border-left: 1px solid rgba(255,255,255,.2);
    padding-left: var(--ds-space-4);
}
.contact-response-flow li strong,
.contact-response-flow li span {
    display: block;
}
.contact-response-flow li strong {
    margin-bottom: var(--ds-space-2);
    color: #e3b66f;
    font-size: var(--ds-text-lg);
}
.contact-response-flow li span {
    color: rgba(255,255,255,.84);
    font-size: var(--ds-text-sm);
    line-height: 1.55;
}
@media (max-width: 991.98px) {
    .contact-main-grid,
    .contact-response-flow {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767.98px) {
    .contact-page-hero {
        padding-block: 2.75rem;
    }
    .page-id-2911 .contact-page-hero h1 {
        font-size: 1.85rem;
    }
    .contact-page-topics {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .contact-page-topics span {
        justify-content: center;
        padding-inline: .5rem;
        text-align: center;
    }
    .contact-addresses,
    .contact-response-flow ol {
        grid-template-columns: 1fr;
    }
    .contact-response-flow li {
        border-top: 1px solid rgba(255,255,255,.18);
        border-left: 0;
        padding: var(--ds-space-3) 0 0;
    }
}

/* News landing page */
.page-id-2718 .section-collection.list {
    min-height: 32rem;
    padding-block: clamp(2.75rem, 6vw, 5rem);
    background:
        radial-gradient(circle at 88% 0, rgba(181, 141, 84, .13), transparent 28rem),
        linear-gradient(180deg, #fffaf3 0, #fff 25rem);
}
.page-id-2718 .section-collection.list .section-head {
    max-width: 52rem;
    margin: 0 auto clamp(2rem, 5vw, 3.5rem);
}
.page-id-2718 .section-collection.list .section-title {
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
}
.page-id-2718 .section-collection.list .section-title::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.page-id-2718 .section-collection.list .section-description {
    margin-top: var(--ds-space-4);
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
.news-page-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.news-page-topics span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .4rem .9rem;
    background: rgba(255,255,255,.84);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.page-id-2718 .section-collection.list .collection-grid {
    align-items: stretch;
    gap: clamp(1rem, 2vw, 1.5rem);
}
.page-id-2718 .section-collection.list .post-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border-color: var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
}
.page-id-2718 .section-collection.list .post-item:last-child:nth-child(3n + 1) {
    grid-column: 2;
}
.page-id-2718 .section-collection.list .post-image {
    flex: 0 0 auto;
}
.page-id-2718 .section-collection.list .post-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--ds-space-2);
    padding: var(--ds-space-4);
}
.page-id-2718 .news-post-date {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 800;
    letter-spacing: .035em;
}
.page-id-2718 .section-collection.list .post-title a {
    min-height: 2.8em;
    font-size: var(--ds-text-base);
    font-weight: 800;
    line-height: 1.4;
}
.page-id-2718 .section-collection.list .post-excerpt {
    margin-top: auto;
    color: var(--ds-color-body);
    line-height: 1.65;
    -webkit-line-clamp: 2;
}
@media (max-width: 767.98px) {
    .page-id-2718 .section-collection.list {
        padding-block: 2.5rem;
    }
    .page-id-2718 .section-collection.list .section-title {
        font-size: 1.85rem;
    }
    .news-page-topics {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .news-page-topics span {
        justify-content: center;
        padding-inline: .5rem;
        text-align: center;
    }
    .page-id-2718 .section-collection.list .post-info {
        padding: var(--ds-space-4);
    }
    .page-id-2718 .section-collection.list .post-item:last-child:nth-child(3n + 1) {
        grid-column: auto;
    }
    .page-id-2718 .section-collection.list .post-title a {
        min-height: 0;
        font-size: var(--ds-text-base);
    }
}

/* Video library page */
.page-id-3391 .section-collection.list-videos {
    min-height: 32rem;
    padding-block: clamp(2.75rem, 6vw, 5rem);
    background:
        radial-gradient(circle at 12% 0, rgba(181, 141, 84, .14), transparent 26rem),
        linear-gradient(180deg, #fffaf3 0, #fff 24rem);
}
.page-id-3391 .list-videos .section-head {
    max-width: 48rem;
    margin: 0 auto clamp(2rem, 5vw, 3.5rem);
}
.page-id-3391 .list-videos .section-title {
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
}
.page-id-3391 .list-videos .section-title::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.page-id-3391 .list-videos .section-description {
    margin-top: var(--ds-space-4);
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
.video-page-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.video-page-topics span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .4rem .85rem;
    background: rgba(255,255,255,.82);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.page-id-3391 .list-videos .collection-grid {
    align-items: stretch;
    gap: clamp(1rem, 2vw, 1.5rem);
}
.page-id-3391 .list-videos .collection-grid .video-item,
.page-id-3391 .list-videos .collection-grid .video-item:has(.media-ratio-16x9),
.page-id-3391 .list-videos .collection-grid .video-item:has(.media-ratio-9x16) {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0;
    flex-direction: column;
    grid-row: auto;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.page-id-3391 .list-videos .collection-grid .video-item:hover {
    transform: translateY(-4px);
    border-color: var(--ds-color-primary-soft);
    box-shadow: var(--ds-shadow-md);
}
.page-id-3391 .list-videos .video-image {
    flex: 0 0 auto;
    background: var(--ds-color-black);
}
.page-id-3391 .list-videos .video-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.24));
    pointer-events: none;
}
.page-id-3391 .list-videos .video-image img {
    transition: transform .25s ease;
}
.page-id-3391 .list-videos .video-item:hover .video-image img {
    transform: scale(1.035);
}
.page-id-3391 .list-videos .video-btn {
    z-index: 2;
    width: 3.75rem;
    height: 3.75rem;
}
.page-id-3391 .list-videos .collection-grid .video-item .video-title {
    position: static;
    display: -webkit-box;
    width: auto;
    min-height: 5.25rem;
    flex: 1;
    border-radius: 0;
    padding: var(--ds-space-4);
    background: #fff;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 800;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.page-id-3391 .list-videos .video-item:hover .video-title {
    color: var(--ds-color-primary);
}
.page-id-3391 .list-videos .video-item:focus-visible {
    outline: 3px solid var(--ds-color-primary-soft);
    outline-offset: 4px;
}
@media (max-width: 767.98px) {
    .page-id-3391 .section-collection.list-videos {
        padding-block: 2.5rem;
    }
    .page-id-3391 .list-videos .section-title {
        font-size: 1.85rem;
    }
    .video-page-topics {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .video-page-topics span {
        justify-content: center;
        padding-inline: .5rem;
        text-align: center;
    }
    .page-id-3391 .list-videos .collection-grid .video-item .video-title {
        min-height: 4.8rem;
        padding: var(--ds-space-3) var(--ds-space-4);
    }
}

/* Event decor landing page */
.page-id-4702 .section-collection.decor-hero {
    padding-block: clamp(2.75rem, 6vw, 5.5rem);
    background:
        radial-gradient(circle at 15% 10%, rgba(199, 81, 44, .1), transparent 25rem),
        radial-gradient(circle at 85% 20%, rgba(181, 141, 84, .16), transparent 24rem),
        linear-gradient(135deg, #fffaf3, #fff);
}
.page-id-4702 .decor-hero .section-head {
    max-width: 58rem;
    margin: 0 auto;
}
.page-id-4702 .decor-hero .section-title {
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.15;
}
.page-id-4702 .decor-hero .section-title::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.page-id-4702 .decor-hero .section-description {
    max-width: 50rem;
    margin: var(--ds-space-5) auto 0;
    color: var(--ds-color-body);
    line-height: 1.75;
}
.decor-hero-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.decor-hero-points span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .5rem 1rem;
    background: rgba(255,255,255,.82);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.page-id-4702 .decor-hero .section-content {
    display: none;
}
.page-id-4702 .content-page {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    background: linear-gradient(180deg, #fff, #fffcf7);
}
:is(.page-id-4702, .tax-portfolio_cat.term-decor-trang-tri-su-kien) .decor-content-section {
    margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
}
:is(.page-id-4702, .tax-portfolio_cat.term-decor-trang-tri-su-kien) .decor-content-section > h2,
:is(.page-id-4702, .tax-portfolio_cat.term-decor-trang-tri-su-kien) .decor-page-cta h2 {
    margin-bottom: var(--ds-space-4);
    color: var(--ds-color-ink);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.25;
}
:is(.page-id-4702, .tax-portfolio_cat.term-decor-trang-tri-su-kien) .decor-content-section > h2::after {
    content: '';
    display: block;
    width: 3rem;
    height: 2px;
    margin-top: .65rem;
    background: var(--ds-color-primary);
}
:is(.page-id-4702, .tax-portfolio_cat.term-decor-trang-tri-su-kien) .decor-content-section > p {
    line-height: 1.75;
}
.decor-feature-figure {
    overflow: hidden;
    margin: var(--ds-space-5) 0 0;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.decor-feature-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.decor-feature-figure figcaption,
.decor-gallery-grid figcaption {
    padding: var(--ds-space-3) var(--ds-space-4);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.55;
}
.decor-gallery-grid,
.decor-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--ds-space-4);
    margin-top: var(--ds-space-5);
}
.decor-gallery-grid > br,
.decor-project-grid > br,
.decor-page-cta-actions > br {
    display: none;
}
.decor-gallery-grid figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.decor-gallery-grid img,
.decor-project-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
}
.decor-gallery-grid figcaption {
    color: var(--ds-color-ink);
    font-weight: 700;
    text-align: center;
}
.decor-project-grid > p {
    display: contents;
}
.decor-project-grid a {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
}
.decor-project-grid a:hover {
    transform: translateY(-3px);
    box-shadow: var(--ds-shadow-md);
}
.decor-project-grid a > span {
    padding: var(--ds-space-3) var(--ds-space-4);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    line-height: 1.5;
}
.decor-material-grid article {
    border-top: 4px solid var(--ds-color-primary-soft);
}
.decor-material-grid p {
    margin: 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.decor-pricing-note {
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: #fff;
}
:is(.page-id-4702, .tax-portfolio_cat.term-decor-trang-tri-su-kien) .decor-page-cta h2 {
    margin-bottom: var(--ds-space-2);
    color: #fff;
}
:is(.page-id-4702, .tax-portfolio_cat.term-decor-trang-tri-su-kien) .decor-page-cta p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.decor-page-cta > div:first-child > span {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: #f0d3a4;
    font-size: var(--ds-text-xs);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.decor-page-cta-actions {
    display: grid;
    min-width: 13.5rem;
    gap: var(--ds-space-2);
}
.decor-page-cta-actions button,
.decor-page-cta-actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddb16c;
    border-radius: var(--ds-radius-md);
    padding: .65rem 1rem;
    font-size: var(--ds-text-sm);
    font-weight: 800;
    text-align: center;
}
.decor-page-cta-actions button {
    background: #d2a354;
    color: var(--ds-color-ink);
}
:is(.page-id-4702, .tax-portfolio_cat.term-decor-trang-tri-su-kien) .decor-page-cta-actions a {
    color: #fff;
}
.decor-page-cta-actions button:hover,
.decor-page-cta-actions a:hover {
    transform: translateY(-1px);
    background: #fff;
    color: var(--ds-color-primary);
}
.portfolio-merged-content {
    margin-top: clamp(3rem, 7vw, 5.5rem);
    border-top: 1px solid var(--ds-color-line);
    padding-top: clamp(2.5rem, 6vw, 4.5rem);
}
.portfolio-merged-flow > .content-layout {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .page-id-4702 .section-collection.decor-hero {
        padding-block: 2.5rem;
    }
    .page-id-4702 .decor-hero .section-title {
        font-size: 1.85rem;
    }
    .page-id-4702 .decor-hero .section-description {
        font-size: var(--ds-text-base);
    }
    .decor-hero-points {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .decor-hero-points span {
        justify-content: center;
        padding-inline: .65rem;
        text-align: center;
    }
    .decor-gallery-grid {
        gap: var(--ds-space-3);
    }
    .decor-gallery-grid figcaption,
    .decor-project-grid a > span {
        padding: var(--ds-space-3);
        font-size: var(--ds-text-xs);
    }
    .decor-project-grid {
        grid-template-columns: 1fr;
        gap: var(--ds-space-3);
    }
    .decor-page-cta {
        grid-template-columns: 1fr;
        gap: var(--ds-space-4);
        padding: 1.25rem;
    }
    .decor-page-cta-actions {
        min-width: 0;
    }
}

/* Composite model landing page */
.page-id-2899 .section-collection.composite-hero {
    padding-block: clamp(2.75rem, 6vw, 5.5rem);
    background:
        radial-gradient(circle at 88% 15%, rgba(181, 141, 84, .16), transparent 26rem),
        linear-gradient(135deg, #fff 0%, #fff9f0 100%);
}
.page-id-2899 .composite-hero .section-head {
    max-width: 59rem;
    margin: 0 auto;
}
.page-id-2899 .composite-hero .section-title {
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.15;
}
.page-id-2899 .composite-hero .section-title::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.page-id-2899 .composite-hero .section-description {
    max-width: 51rem;
    margin: var(--ds-space-5) auto 0;
    color: var(--ds-color-body);
    line-height: 1.75;
}
.composite-hero-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.composite-hero-points span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .5rem 1rem;
    background: rgba(255, 255, 255, .82);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.page-id-2899 .composite-hero .section-content {
    display: none;
}
.page-id-2899 .content-page {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    background: linear-gradient(180deg, #fff 0%, #fffcf7 100%);
}
:is(.page-id-2899, .tax-portfolio_cat.term-mo-hinh-composite) .composite-content-section {
    margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
}
:is(.page-id-2899, .tax-portfolio_cat.term-mo-hinh-composite) .composite-content-section > h2,
:is(.page-id-2899, .tax-portfolio_cat.term-mo-hinh-composite) .composite-page-cta h2 {
    margin-bottom: var(--ds-space-4);
    color: var(--ds-color-ink);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.25;
}
:is(.page-id-2899, .tax-portfolio_cat.term-mo-hinh-composite) .composite-content-section > h2::after {
    content: '';
    display: block;
    width: 3rem;
    height: 2px;
    margin-top: .65rem;
    background: var(--ds-color-primary);
}
:is(.page-id-2899, .tax-portfolio_cat.term-mo-hinh-composite) .composite-content-section > p,
.composite-section-lead {
    line-height: 1.75;
}
.composite-feature-figure {
    overflow: hidden;
    margin: var(--ds-space-5) 0 0;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.composite-feature-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.composite-feature-figure figcaption {
    padding: var(--ds-space-3) var(--ds-space-4);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.55;
}
.composite-process-grid,
.composite-application-grid,
.composite-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--ds-space-4);
    margin-top: var(--ds-space-5);
}
.composite-process-grid > br,
.composite-application-grid > br,
.composite-project-grid > br,
.composite-page-cta-actions > br {
    display: none;
}
.composite-process-grid > article,
.composite-application-grid > article {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.composite-process-grid > article > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.composite-process-grid > article > div,
.composite-application-grid > article {
    padding: var(--ds-space-4);
}
.composite-process-grid article span {
    display: inline-block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-primary-soft);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.composite-process-grid h3,
.composite-application-grid h3 {
    margin: 0 0 var(--ds-space-2);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-md);
}
.composite-process-grid p,
.composite-application-grid p {
    margin: 0;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.composite-application-grid > article {
    border-left: 4px solid var(--ds-color-primary-soft);
    background: var(--ds-color-surface);
}
.composite-project-grid > p {
    display: contents;
}
.composite-project-grid a {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
}
.composite-project-grid a:hover {
    transform: translateY(-3px);
    box-shadow: var(--ds-shadow-md);
}
.composite-project-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
}
.composite-project-grid a > span {
    padding: var(--ds-space-3) var(--ds-space-4);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    line-height: 1.5;
}
.composite-comparison-grid .composite-pros {
    border-top: 4px solid var(--ds-color-success);
}
.composite-comparison-grid .composite-notes {
    border-top: 4px solid var(--ds-color-primary-soft);
}
.composite-pricing-note {
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: #fff;
}
:is(.page-id-2899, .tax-portfolio_cat.term-mo-hinh-composite) .composite-page-cta h2 {
    margin-bottom: var(--ds-space-2);
    color: #fff;
}
:is(.page-id-2899, .tax-portfolio_cat.term-mo-hinh-composite) .composite-page-cta p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.composite-page-cta > div:first-child > span {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: #f0d3a4;
    font-size: var(--ds-text-xs);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.composite-page-cta-actions {
    display: grid;
    min-width: 13.5rem;
    gap: var(--ds-space-2);
}
.composite-page-cta-actions button,
.composite-page-cta-actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddb16c;
    border-radius: var(--ds-radius-md);
    padding: .65rem 1rem;
    font-size: var(--ds-text-sm);
    font-weight: 800;
    text-align: center;
}
.composite-page-cta-actions button {
    background: #d2a354;
    color: var(--ds-color-ink);
}
:is(.page-id-2899, .tax-portfolio_cat.term-mo-hinh-composite) .composite-page-cta-actions a {
    color: #fff;
}
.composite-page-cta-actions button:hover,
.composite-page-cta-actions a:hover {
    transform: translateY(-1px);
    background: #fff;
    color: var(--ds-color-primary);
}

@media (max-width: 767.98px) {
    .page-id-2899 .section-collection.composite-hero {
        padding-block: 2.5rem;
    }
    .page-id-2899 .composite-hero .section-title {
        font-size: 1.85rem;
    }
    .page-id-2899 .composite-hero .section-description {
        font-size: var(--ds-text-base);
    }
    .composite-hero-points {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .composite-hero-points span {
        justify-content: center;
        padding-inline: .65rem;
        text-align: center;
    }
    .composite-process-grid,
    .composite-application-grid {
        grid-template-columns: 1fr;
    }
    .composite-project-grid {
        gap: var(--ds-space-3);
    }
    .composite-project-grid a > span {
        padding: var(--ds-space-3);
        font-size: var(--ds-text-xs);
    }
    .composite-page-cta {
        grid-template-columns: 1fr;
        gap: var(--ds-space-4);
        padding: 1.25rem;
    }
    .composite-page-cta-actions {
        min-width: 0;
    }
}

/* Foam model landing page */
.page-id-2892 .section-collection.foam-hero {
    padding-block: clamp(2.75rem, 6vw, 5.5rem);
    background:
        radial-gradient(circle at 12% 20%, rgba(181, 141, 84, .14), transparent 28rem),
        linear-gradient(135deg, #fffaf3 0%, #fff 68%);
}
.page-id-2892 .foam-hero .section-head {
    max-width: 58rem;
    margin: 0 auto;
}
.page-id-2892 .foam-hero .section-title {
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.15;
}
.page-id-2892 .foam-hero .section-title::after {
    content: '';
    display: block;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 0;
    background: var(--ds-color-primary);
}
.page-id-2892 .foam-hero .section-description {
    max-width: 50rem;
    margin: var(--ds-space-5) auto 0;
    color: var(--ds-color-body);
    line-height: 1.75;
}
.foam-hero-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.foam-hero-points span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .5rem 1rem;
    background: rgba(255, 255, 255, .78);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.page-id-2892 .foam-hero .section-content:empty {
    display: none;
}
.page-id-2892 .content-page {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    background: linear-gradient(180deg, #fff 0%, #fffcf7 100%);
}
.page-id-2892 .content-article {
    color: var(--ds-color-body);
}
.page-id-2892 .foam-content-section {
    margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
}
.page-id-2892 .foam-content-section > h2,
.page-id-2892 .foam-page-cta h2 {
    margin-bottom: var(--ds-space-4);
    color: var(--ds-color-ink);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.25;
}
.page-id-2892 .foam-content-section > h2::after {
    content: '';
    display: block;
    width: 3rem;
    height: 2px;
    margin-top: .65rem;
    background: var(--ds-color-primary);
}
.page-id-2892 .foam-content-section > p,
.foam-section-lead {
    line-height: 1.75;
}
.foam-benefit-grid,
.foam-process-grid,
.foam-showcase-grid,
.foam-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--ds-space-4);
    margin-top: var(--ds-space-5);
}
.foam-benefit-grid > br,
.foam-process-grid > br,
.foam-showcase-grid > br,
.foam-comparison-grid > br,
.foam-pricing-grid > br,
.foam-page-cta-actions > br {
    display: none;
}
.foam-benefit-grid article {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-5);
    background: var(--ds-color-surface);
    box-shadow: var(--ds-shadow-sm);
}
.foam-benefit-grid article > span {
    position: absolute;
    top: .6rem;
    right: .75rem;
    color: color-mix(in srgb, var(--ds-color-primary) 18%, transparent);
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}
.foam-benefit-grid h3,
.foam-process-card h3,
.foam-comparison-grid h3 {
    position: relative;
    margin: 0 0 var(--ds-space-2);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-md);
}
.foam-benefit-grid p,
.foam-process-card p {
    position: relative;
    margin: 0;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.foam-feature-figure,
.foam-showcase-grid figure {
    overflow: hidden;
    margin: var(--ds-space-5) 0 0;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.foam-feature-figure img,
.foam-showcase-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.foam-feature-figure figcaption,
.foam-showcase-grid figcaption {
    padding: var(--ds-space-3) var(--ds-space-4);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.55;
}
.foam-process-card {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.foam-process-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.foam-process-card > div {
    padding: var(--ds-space-4);
}
.foam-process-card > div > span {
    display: inline-block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-primary-soft);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.foam-showcase-grid figure {
    margin: 0;
}
.foam-showcase-grid figcaption {
    color: var(--ds-color-ink);
    font-weight: 700;
    text-align: center;
}
.foam-comparison-grid article {
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-5);
    background: #fff;
    box-shadow: var(--ds-shadow-sm);
}
.foam-comparison-grid .foam-pros {
    border-top: 4px solid var(--ds-color-success);
}
.foam-comparison-grid .foam-cons {
    border-top: 4px solid var(--ds-color-primary-soft);
}
.foam-comparison-grid ul {
    display: grid;
    gap: var(--ds-space-3);
    margin: 0;
    padding-left: 1.2rem;
}
.foam-comparison-grid li {
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.6;
}
.foam-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--ds-space-2);
    margin: var(--ds-space-4) 0;
}
.foam-pricing-grid span {
    display: flex;
    min-height: 50px;
    align-items: center;
    border-left: 3px solid var(--ds-color-primary-soft);
    border-radius: var(--ds-radius-md);
    padding: .65rem var(--ds-space-3);
    background: var(--ds-color-surface);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 700;
}
.foam-pricing-note {
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: #fff;
    color: var(--ds-color-body);
}
.foam-page-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--ds-space-5);
    border-radius: var(--ds-radius-lg);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: linear-gradient(135deg, #5b351b, #8e6235);
    color: #fff;
    box-shadow: var(--ds-shadow-md);
}
.foam-page-cta > div:first-child > span {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: #f0d3a4;
    font-size: var(--ds-text-xs);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.page-id-2892 .foam-page-cta h2 {
    margin-bottom: var(--ds-space-2);
    color: #fff;
}
.page-id-2892 .foam-page-cta p {
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
.foam-page-cta-actions {
    display: grid;
    min-width: 13.5rem;
    gap: var(--ds-space-2);
}
.foam-page-cta-actions button,
.foam-page-cta-actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddb16c;
    border-radius: var(--ds-radius-md);
    padding: .65rem 1rem;
    font-size: var(--ds-text-sm);
    font-weight: 800;
    text-align: center;
}
.foam-page-cta-actions button {
    background: #d2a354;
    color: var(--ds-color-ink);
}
.page-id-2892 .foam-page-cta-actions a {
    color: #fff;
}
.foam-page-cta-actions button:hover,
.foam-page-cta-actions a:hover {
    transform: translateY(-1px);
    background: #fff;
    color: var(--ds-color-primary);
}

@media (max-width: 767.98px) {
    .page-id-2892 .section-collection.foam-hero {
        padding-block: 2.5rem;
    }
    .page-id-2892 .foam-hero .section-title {
        font-size: 1.85rem;
    }
    .page-id-2892 .foam-hero .section-description {
        font-size: var(--ds-text-base);
    }
    .foam-hero-points {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .foam-hero-points span {
        justify-content: center;
        padding-inline: .65rem;
        text-align: center;
    }
    .foam-benefit-grid,
    .foam-process-grid,
    .foam-comparison-grid {
        grid-template-columns: 1fr;
    }
    .foam-benefit-grid article,
    .foam-comparison-grid article {
        padding: var(--ds-space-4);
    }
    .foam-showcase-grid {
        gap: var(--ds-space-3);
    }
    .foam-showcase-grid figcaption {
        padding: var(--ds-space-3);
        font-size: var(--ds-text-xs);
    }
    .foam-pricing-grid {
        grid-template-columns: 1fr;
    }
    .foam-page-cta {
        grid-template-columns: 1fr;
        gap: var(--ds-space-4);
        padding: 1.25rem;
    }
    .foam-page-cta-actions {
        min-width: 0;
    }
}

/* Project listing page */
.page-id-2714 .section-collection.list {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    background: linear-gradient(180deg, #fff 0%, #fffcf7 100%);
}
.page-id-2714 .section-collection.list .section-head {
    max-width: 62rem;
    margin-inline: auto;
    margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}
.page-id-2714 .section-collection.list .section-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.page-id-2714 .section-collection.list .section-title::after {
    content: '';
    display: block;
    width: 3.5rem;
    height: 2px;
    margin: .75rem auto 0;
    background: var(--ds-color-primary);
}
.page-id-2714 .section-collection.list .section-description {
    margin-top: var(--ds-space-5);
    color: var(--ds-color-body);
    font-style: normal;
}
.project-list-intro {
    max-width: 52rem;
    margin: 0 auto;
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
.project-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-4);
}
.project-filter-label,
.project-filter-chip {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: .55rem 1rem;
    font-size: var(--ds-text-sm);
    font-weight: 700;
}
.project-filter-label {
    border: 1px solid var(--ds-color-line);
    background: var(--ds-color-surface-2);
    color: var(--ds-color-muted);
}
.project-filter-chip {
    border: 1px solid var(--ds-color-primary-tint);
    background: var(--ds-color-white);
    color: var(--ds-color-primary);
}
.project-filter-chip:hover {
    border-color: var(--ds-color-primary);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    transform: translateY(-1px);
}
.page-id-2714 .collection-grid {
    align-items: stretch;
    gap: clamp(1rem, 2vw, 1.5rem);
}
.page-id-2714 .du-an-item {
    height: 100%;
}
.page-id-2714 .du-an-card-link {
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr;
}
.page-id-2714 .du-an-image {
    position: relative;
    display: block;
    overflow: hidden;
}
.page-id-2714 .du-an-image-action {
    position: absolute;
    inset: auto var(--ds-space-3) var(--ds-space-3) auto;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border-radius: 999px;
    padding: .4rem .75rem;
    background: color-mix(in srgb, var(--ds-color-ink) 84%, transparent);
    color: #fff;
    font-size: var(--ds-text-xs);
    font-weight: 700;
    opacity: 0;
    transform: translateY(.35rem);
    transition: opacity .2s ease, transform .2s ease;
}
.page-id-2714 .du-an-item:hover .du-an-image-action,
.page-id-2714 .du-an-card-link:focus-visible .du-an-image-action {
    opacity: 1;
    transform: translateY(0);
}
.page-id-2714 .du-an-card-link:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--ds-color-primary) 42%, transparent);
    outline-offset: 3px;
}
.page-id-2714 .du-an-info {
    align-content: space-between;
    margin: 0;
    text-align: left;
}
.page-id-2714 .du-an-title {
    min-height: 2.75em;
}
.page-id-2714 .du-an-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--ds-color-line);
    padding-top: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 800;
}
.project-page-cta-wrap {
    padding: 0 0 clamp(3rem, 6vw, 5rem);
    background: #fffcf7;
}
.project-page-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto;
    align-items: center;
    gap: var(--ds-space-6);
    overflow: hidden;
    border-radius: var(--ds-radius-lg);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: linear-gradient(135deg, #5b351b 0%, #8c6033 100%);
    color: #fff;
    box-shadow: var(--ds-shadow-md);
}
.project-page-cta-label {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: #f3d8ae;
    font-size: var(--ds-text-sm);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.project-page-cta h2 {
    margin: 0 0 var(--ds-space-2);
    color: #fff;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
}
.project-page-cta p {
    max-width: 45rem;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.7;
}
.project-page-cta-actions {
    display: grid;
    min-width: 13rem;
    gap: var(--ds-space-2);
}
.project-page-cta-actions button,
.project-page-cta-actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddb16c;
    border-radius: var(--ds-radius-md);
    padding: .65rem 1rem;
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.project-page-cta-actions button {
    background: #c89a53;
    color: #2b2118;
}
.project-page-cta-actions a {
    color: #fff;
}
.project-page-cta-actions button:hover,
.project-page-cta-actions a:hover {
    transform: translateY(-1px);
    background: #fff;
    color: var(--ds-color-primary);
}

@media (max-width: 767.98px) {
    .page-id-2714 .section-collection.list {
        padding-block: 2rem 2.5rem;
    }
    .page-id-2714 .section-collection.list .section-title {
        font-size: var(--ds-text-xl);
    }
    .project-list-intro {
        font-size: var(--ds-text-base);
        line-height: 1.7;
        text-align: left;
    }
    .project-filter-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .project-filter-label {
        grid-column: 1 / -1;
    }
    .project-filter-chip {
        padding-inline: .65rem;
        text-align: center;
    }
    .page-id-2714 .du-an-action {
        display: none;
    }
    .page-id-2714 .du-an-title {
        min-height: 2.76em;
        font-size: .82rem;
        line-height: 1.38;
    }
    .page-id-2714 .du-an-image-action {
        display: none;
    }
    .project-page-cta {
        grid-template-columns: 1fr;
        gap: var(--ds-space-4);
        padding: 1.25rem;
    }
    .project-page-cta-actions {
        min-width: 0;
    }
}

/* Capability profile page */
.page-id-2712 .capability-profile {
    padding-block: clamp(2.25rem, 5vw, 4.5rem);
    background: linear-gradient(180deg, #fff 0%, #fffaf3 100%);
}
.page-id-2712 .capability-profile .section-head {
    max-width: 48rem;
    margin-inline: auto;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.page-id-2712 .capability-profile .section-title,
.page-id-2712 .partner_customer .section-title {
    color: var(--ds-color-ink);
}
.page-id-2712 .capability-profile .section-title::after,
.page-id-2712 .partner_customer .section-title::after {
    content: '';
    display: block;
    width: 3.25rem;
    height: 2px;
    margin: .65rem auto 0;
    background: var(--ds-color-primary);
}
.page-id-2712 .capability-profile .section-description {
    color: var(--ds-color-body);
    line-height: 1.7;
}
.page-id-2712 .capability-profile .banners-slider {
    margin-inline: -.5rem;
}
.page-id-2712 .capability-profile .slick-list {
    padding-block: .5rem 1rem;
}
.page-id-2712 .capability-profile .banner-item {
    border: 1px solid color-mix(in srgb, var(--ds-color-primary) 18%, var(--ds-color-line));
    border-radius: var(--ds-radius-lg);
    background: #fff;
    box-shadow: 0 12px 30px color-mix(in srgb, var(--ds-color-ink) 8%, transparent);
}
.page-id-2712 .capability-profile .banner-item img {
    min-height: 0;
    object-fit: contain;
}
.page-id-2712 .capability-profile .slick-arrow {
    display: none !important;
}
.profile-slider-toolbar {
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: space-between;
    gap: var(--ds-space-4);
    margin-top: var(--ds-space-4);
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: .625rem .75rem .625rem 1rem;
    background: color-mix(in srgb, var(--ds-color-surface) 94%, var(--ds-color-primary));
    box-shadow: var(--ds-shadow-soft);
}
.profile-slider-hint {
    margin: 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
}
.profile-slider-controls {
    display: flex;
    align-items: center;
    gap: var(--ds-space-2);
}
.profile-slider-nav {
    display: inline-flex;
    min-width: 5.5rem;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    border: 1px solid var(--ds-color-primary);
    border-radius: var(--ds-radius-md);
    padding: .5rem .75rem;
    background: var(--ds-color-primary);
    color: var(--ds-color-primary-contrast);
    font-weight: 700;
    transition: transform .18s ease, background-color .18s ease, opacity .18s ease;
}
.profile-slider-nav:hover:not(:disabled) {
    transform: translateY(-1px);
    background: var(--ds-color-primary-dark, #6f4725);
}
.profile-slider-nav:disabled {
    cursor: not-allowed;
    opacity: .38;
}
.profile-slider-nav span[aria-hidden="true"] {
    font-size: 1.4rem;
    line-height: 1;
}
.profile-slider-status {
    min-width: 7.5rem;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    text-align: center;
}
.page-id-2712 .capability-profile .banner-item[role="button"] {
    cursor: zoom-in;
}
.page-id-2712 .capability-profile .banner-item[role="button"]:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--ds-color-primary) 45%, transparent);
    outline-offset: 3px;
}
.profile-page-expand {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    z-index: 2;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    padding: .4rem .75rem;
    background: color-mix(in srgb, var(--ds-color-ink) 84%, transparent);
    color: #fff;
    font-size: var(--ds-text-xs);
    font-weight: 700;
    opacity: 0;
    transform: translateY(.35rem);
    transition: opacity .18s ease, transform .18s ease;
}
.banner-item:hover .profile-page-expand,
.banner-item:focus-visible .profile-page-expand {
    opacity: 1;
    transform: translateY(0);
}
body.profile-viewer-open {
    overflow: hidden;
}
.profile-image-viewer {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: grid;
    grid-template-columns: minmax(44px, 1fr) minmax(0, 72rem) minmax(44px, 1fr);
    align-items: center;
    gap: var(--ds-space-3);
    padding: 1rem;
    background: color-mix(in srgb, var(--ds-color-black) 88%, transparent);
    backdrop-filter: blur(5px);
}
.profile-image-viewer[hidden] {
    display: none;
}
.profile-viewer-figure {
    display: grid;
    max-height: calc(100vh - 2rem);
    justify-items: center;
    margin: 0;
}
.profile-viewer-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 5.5rem);
    border-radius: var(--ds-radius-md);
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .4);
    object-fit: contain;
}
.profile-viewer-caption {
    display: flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: var(--ds-space-4);
    color: #fff;
    font-size: var(--ds-text-sm);
}
.profile-viewer-status {
    font-weight: 800;
}
.profile-viewer-help {
    color: rgba(255, 255, 255, .72);
}
.profile-viewer-close,
.profile-viewer-nav {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    transition: background-color .18s ease, transform .18s ease, opacity .18s ease;
}
.profile-viewer-close:hover,
.profile-viewer-nav:hover:not(:disabled) {
    background: var(--ds-color-primary);
    transform: scale(1.06);
}
.profile-viewer-nav:disabled {
    opacity: .25;
}
.profile-viewer-prev {
    justify-self: end;
}
.profile-viewer-next {
    justify-self: start;
}
.profile-viewer-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}
.page-id-2712 .partner_customer {
    padding-block: clamp(2.5rem, 5vw, 4rem);
    background: #f7f5f1 !important;
}
.page-id-2712 .partner_customer .section-head {
    max-width: 52rem;
    margin-inline: auto;
    margin-bottom: var(--ds-space-5);
}
.page-id-2712 .partner_customer .section-description {
    color: var(--ds-color-body);
    line-height: 1.7;
}
.page-id-2712 .partner_customer .banners-marqueeX {
    align-items: center;
    animation-duration: 30s;
}
.page-id-2712 .partner_customer .banner-item {
    display: grid;
    width: clamp(9rem, 16vw, 12rem);
    height: 7rem;
    flex: 0 0 clamp(9rem, 16vw, 12rem);
    place-items: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: #fff;
    box-shadow: var(--ds-shadow-soft);
}
.page-id-2712 .partner_customer .banner-item img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .page-id-2712 .capability-profile {
        padding-block: 2rem 2.5rem;
    }
    .page-id-2712 .capability-profile .section-head {
        margin-bottom: var(--ds-space-4);
    }
    .page-id-2712 .capability-profile .banners-slider {
        margin-inline: -.25rem;
    }
    .profile-slider-toolbar {
        display: block;
        padding: .75rem;
    }
    .profile-slider-hint {
        margin-bottom: .65rem;
        text-align: center;
    }
    .profile-slider-controls {
        justify-content: space-between;
    }
    .profile-slider-nav {
        min-width: 5rem;
    }
    .profile-slider-status {
        min-width: 5.75rem;
    }
    .profile-page-expand {
        min-height: 32px;
        opacity: 1;
        transform: none;
    }
    .profile-image-viewer {
        display: block;
        padding: .5rem .25rem;
    }
    .profile-viewer-figure {
        height: 100%;
        align-content: center;
    }
    .profile-viewer-image {
        max-width: calc(100vw - .5rem);
        max-height: calc(100vh - 5rem);
    }
    .profile-viewer-nav {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 44px;
        height: 44px;
        transform: translateY(-50%);
        background: rgba(43, 33, 24, .72);
    }
    .profile-viewer-nav:hover:not(:disabled) {
        transform: translateY(-50%) scale(1.04);
    }
    .profile-viewer-prev {
        left: .5rem;
    }
    .profile-viewer-next {
        right: .5rem;
    }
    .profile-viewer-close {
        top: .5rem;
        right: .5rem;
    }
    .profile-viewer-caption {
        min-height: 2.75rem;
    }
    .profile-viewer-help {
        display: none;
    }
    .page-id-2712 .partner_customer .section-description {
        font-size: var(--ds-text-base);
    }
    .page-id-2712 .partner_customer .banner-item {
        width: 8.5rem;
        height: 6rem;
        flex-basis: 8.5rem;
        padding: var(--ds-space-3);
    }
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: var(--ds-feedback-gap);
    color: var(--ds-color-danger);
    font-size: var(--ds-text-xs);
    font-weight: 600;
}

.wpcf7 form.submitting input[type="submit"] {
    opacity: .75;
    pointer-events: none;
}

.swal2-popup {
    border-radius: var(--ds-radius-lg);
}

.swal2-title {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-xl);
}
body {
    font-family: var(--ds-font-family);
    line-height: 1.6;
    color: var(--ds-color-body);
    background: var(--ds-color-white);
    font-size: var(--ds-text-base);
}
a {
    text-decoration: none;
    color: inherit;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
b, strong {
    font-weight: 600;
}
button, input {
    border: none;
    outline: none;
    font: inherit;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: var(--ds-radius-md);
}
h1 {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-xl);
}
h2 {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-lg);
}
h3 {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-md);
}
h4, h5, h6 {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
}
.bg-1 {
    background: var(--ds-color-surface-2);
}
.container {
    max-width: 1168px;
}
/* WordPress editor/media utility classes. */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.media-ratio {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: var(--media-ratio, 16 / 9);
}
.media-ratio > iframe,
.media-ratio > img,
.media-ratio > video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.media-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-ratio-1x1 {
    --media-ratio: 1 / 1;
}
.media-ratio-4x3 {
    --media-ratio: 4 / 3;
}
.media-ratio-16x9 {
    --media-ratio: 16 / 9;
}
.media-ratio-21x9 {
    --media-ratio: 21 / 9;
}
.media-ratio-9x16 {
    --media-ratio: 9 / 16;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
header {
    position: relative;
    z-index: 2;
}
.header-main {
    background: url(../img/header_bg.webp);
    background-size: contain;
    border-bottom: 1px solid color-mix(in srgb, var(--ds-color-primary) 12%, transparent);
}
.site-menu-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.header-main .container {
    display: flex;
    gap: var(--ds-space-4);
    align-items: center;
    justify-content: space-between;
}
#header-search-form {
    flex-grow: 1;
}
#header-search-form {
    display: flex;
    min-width: 220px;
    background-color: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
    height: 44px;
    padding: 0 var(--ds-space-2);
    border-radius: var(--ds-radius-sm);
    box-shadow: var(--ds-shadow-sm);
}
#header-search-form button, #header-search-form input {
    background: none;
}
#header-search-form input[type="text"]::placeholder {
    color: var(--ds-color-white);
    opacity: .5;
}
#logo {
    display: flex;
    flex: 0 1 360px;
    min-width: 0;
    align-items: center;
    gap: var(--ds-space-2);
    max-width: 335px;
    padding: var(--ds-space-4) 0;
}
#logo img {
    max-width: 64px;
}
.site-logo-image {
    display: block;
    height: auto;
    max-width: 64px;
}
#logo > h1,
#logo > span {
    font-size: var(--ds-text-lg);
    line-height: 1;
}
.site-logo-text {
    color: var(--ds-color-primary-soft);
    font-weight: 900;
    margin-bottom: 0;
    min-width: 0;
    text-align: left;
    white-space: normal;
}
.site-logo-text span {
    display: block;
    font-size: var(--ds-text-xs);
    line-height: 1.2;
    transform: scaleY(1.15);
    transform-origin: center top;
}
.header-contact-links {
    line-height: 1.3;
}
.header-contact-links a {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-lg);
}
.header-bottom {
    background: var(--ds-color-primary);
    box-shadow: 0 8px 22px color-mix(in srgb, var(--ds-color-ink) 12%, transparent);
}
.site-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: var(--ds-space-5);
}
.site-menu-head {
    display: none;
}
.site-menu-close {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--ds-color-white) 22%, transparent);
    border-radius: var(--ds-radius-md);
    background: color-mix(in srgb, var(--ds-color-white) 10%, transparent);
    color: var(--ds-color-white);
}
.site-menu-close::before {
    content: '×';
    font-size: var(--ds-text-xl);
    line-height: 1;
}
.site-menu-close:hover {
    background: var(--ds-color-primary-soft);
}
.site-menu a {
    display: block;
    padding: var(--ds-space-2) var(--ds-space-4);
    border-radius: var(--ds-radius-sm);
    color: var(--ds-color-white);
    font-size: var(--ds-text-base);
    font-weight: 500;
}
.site-menu a:hover {
    background: color-mix(in srgb, var(--ds-color-white) 8%, transparent);
    color: var(--ds-color-primary-tint);
}
.site-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    display: none;
    width: max-content;
    margin-bottom: var(--ds-space-2);
    padding: var(--ds-space-2);
    border-radius: 0 0 var(--ds-radius-md) var(--ds-radius-md);
    background: var(--ds-color-primary-soft);
    box-shadow: var(--ds-shadow-md);
    transform: translateX(-50%);
}
.site-menu .menu-item {
    position: relative;
}
.site-menu .menu-item:hover .sub-menu {
    display: flex;
    flex-direction: column;
}
.site-menu .has-sub-menu > .menu-item-link::after {
    content: '';
    display: inline-block;
    width: .38rem;
    height: .38rem;
    margin-left: var(--ds-space-1);
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    vertical-align: .16em;
    transform: rotate(45deg);
}
.header-main #header-buttons #header-contact-button {
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
    border-radius: var(--ds-radius-md);
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
#header-contact-button {
    height: 44px;
    width: 112px;
}
#header-contact-button:hover {
    background: var(--ds-color-primary);
}
.header-desktop-tools {
    display: flex;
    flex: 1 1 auto;
    gap: var(--ds-space-5);
    align-items: center;
}
.header-mobile-menu {
    display: none;
}
.header-mobile-menu label {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-white);
    color: var(--ds-color-primary);
    cursor: pointer;
}
.header-mobile-menu label:hover {
    border-color: var(--ds-color-primary);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
}
#header-search-form input {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
}
#header-search-form button {
    display: inline-flex;
    width: 44px;
    align-items: center;
    justify-content: center;
    color: var(--ds-color-white);
}
.header-contact-links {
    display: grid;
    gap: var(--ds-space-1);
    min-width: fit-content;
}
.header-contact-links a {
    display: inline-flex;
    gap: var(--ds-space-2);
    align-items: center;
    font-weight: 800;
}
.header-contact-links svg {
    flex: 0 0 auto;
}
.site-menu .menu-item-link[aria-current="page"],
.site-menu .current-menu-item > .menu-item-link,
.site-menu .current-menu-parent > .menu-item-link {
    color: var(--ds-color-primary-tint);
    background: color-mix(in srgb, var(--ds-color-white) 10%, transparent);
}
.section-breadcrumb {
    background: var(--ds-color-surface);
    border-bottom: 1px solid var(--ds-color-line);
    padding: var(--ds-space-3) 0;
}
.section-breadcrumb .section-content {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
}
.section-breadcrumb a {
    color: var(--ds-color-primary);
    font-weight: 600;
}
.content-page {
    background:
        linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 220px);
    padding: var(--ds-space-6) 0;
}
.content-flow {
    display: block;
}
.content-flow::after {
    content: "";
    display: block;
    clear: both;
}
.content-layout {
    display: grid;
    gap: var(--ds-space-5);
    width: 100%;
}
.content-layout.has-toc {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    align-items: start;
}
.content-layout.has-toc .content-toc {
    order: 2;
}
.content-layout.has-toc .content-article {
    order: 1;
}
.content-article {
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
}
.content-article > *:first-child {
    margin-top: 0;
}
.content-article h2,
.content-article h3,
.content-article h4 {
    margin: var(--ds-space-5) 0 var(--ds-space-3);
    font-weight: 700;
    line-height: 1.35;
}
.content-article h2 {
    font-size: var(--ds-text-xl);
}
.content-article h3 {
    font-size: var(--ds-text-lg);
}
.content-article h4 {
    font-size: var(--ds-text-md);
}
.content-article p,
.content-article li {
    color: var(--ds-color-body);
}
.content-article a {
    color: var(--ds-color-primary);
    font-weight: 600;
}
.content-article img {
    border-radius: var(--ds-radius-lg);
    box-shadow: var(--ds-shadow-sm);
}
.content-article table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
}
.content-article th,
.content-article td {
    padding: var(--ds-space-3);
    border-bottom: 1px solid var(--ds-color-line);
}
.content-article th {
    background: var(--ds-color-surface-2);
    color: var(--ds-color-ink);
}
.content-toc {
    position: sticky;
    top: 72px;
}
.content-toc-panel {
    padding: var(--ds-space-4);
    margin-bottom: var(--ds-space-5);
    background: color-mix(in srgb, var(--ds-color-surface) 92%, transparent);
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    box-shadow: var(--ds-shadow-sm);
}
.content-toc-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--ds-space-3);
    width: 100%;
    color: var(--ds-color-ink);
    background: transparent;
    font-weight: 700;
    font-size: var(--ds-text-sm);
    min-height: 44px;
}
.content-toc-list {
    overflow-y: auto;
    max-height: 75vh;
    padding: var(--ds-space-3) 0 0;
}
.content-toc-link {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: var(--ds-link-padding-y) 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    border-bottom: 1px solid color-mix(in srgb, var(--ds-color-primary) 12%, transparent);
}
.content-toc-link:hover {
    color: var(--ds-color-primary);
}
.content-toc-link.lv-h3 {
    padding-left: var(--ds-space-4);
}
.content-toc-link.lv-h4 {
    padding-left: var(--ds-space-6);
    font-size: var(--ds-text-xs);
}

/* About company page */
.page-id-3423 main > .section-html {
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--ds-color-primary-soft) 14%, transparent), transparent 30%),
        linear-gradient(135deg, var(--ds-color-surface) 0, var(--ds-color-white) 72%);
}
.page-id-3423 main > .section-html .section-head {
    max-width: 900px;
}
.page-id-3423 main > .section-html .section-title {
    color: var(--ds-color-primary);
    font-size: clamp(2rem, 3.2vw, 3rem);
}
.page-id-3423 main > .section-html .section-title::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: var(--ds-space-3) auto 0;
    border-radius: var(--ds-radius-sm);
    background: var(--ds-color-primary-soft);
}
.page-id-3423 main > .section-html .section-description {
    color: var(--ds-color-body);
    font-size: var(--ds-text-md);
}
.page-id-3423 .content-page {
    background: var(--ds-color-white);
}
.page-id-3423 .content-layout.has-toc {
    grid-template-columns: minmax(0, 760px) minmax(260px, 310px);
    justify-content: center;
    gap: clamp(var(--ds-space-5), 4vw, var(--ds-space-7));
}
.page-id-3423 .content-article {
    line-height: 1.75;
}
.page-id-3423 .content-article h2 {
    scroll-margin-top: 90px;
    margin-top: var(--ds-space-7);
    padding-left: var(--ds-space-3);
    border-left: 4px solid var(--ds-color-primary-soft);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-xl);
}
.page-id-3423 .content-article p {
    margin-bottom: var(--ds-space-4);
}
.page-id-3423 .content-toc-panel {
    border-color: color-mix(in srgb, var(--ds-color-primary-soft) 34%, var(--ds-color-line));
    background: color-mix(in srgb, var(--ds-color-surface) 96%, transparent);
}
.page-id-3423 .content-toc-link:hover,
.page-id-3423 .content-toc-link:focus-visible {
    padding-left: var(--ds-space-2);
    background: color-mix(in srgb, var(--ds-color-primary-soft) 10%, transparent);
}
.page-id-3423 .about-feature-visual {
    position: relative;
    margin: var(--ds-space-5) 0;
    overflow: hidden;
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-surface-2);
    box-shadow: var(--ds-shadow-soft);
}
.page-id-3423 .about-feature-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
}
.page-id-3423 .about-feature-visual-wide img {
    object-position: center 58%;
}
.page-id-3423 .about-feature-visual figcaption {
    padding: var(--ds-space-3) var(--ds-space-4);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
}
.page-id-3423 .about-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-space-3);
    margin: var(--ds-space-5) 0;
}
.page-id-3423 .about-trust-item {
    display: grid;
    gap: var(--ds-space-1);
    min-height: 118px;
    align-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: linear-gradient(145deg, var(--ds-color-white), var(--ds-color-surface-2));
    padding: var(--ds-space-4);
    text-align: center;
}
.page-id-3423 .about-trust-item strong {
    color: var(--ds-color-primary-soft);
    font-size: var(--ds-text-2xl);
    line-height: 1;
}
.page-id-3423 .about-trust-item span {
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    font-weight: 700;
}
.page-id-3423 .about-project-types {
    display: grid;
    gap: var(--ds-space-3);
    margin: var(--ds-space-4) 0;
    padding: 0;
    list-style: none;
}
.page-id-3423 .about-project-types li {
    display: grid;
    gap: var(--ds-space-1);
    border: 1px solid var(--ds-color-line);
    border-left: 4px solid var(--ds-color-primary-soft);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-surface);
    padding: var(--ds-space-3) var(--ds-space-4);
}
.page-id-3423 .about-project-types strong {
    color: var(--ds-color-ink);
}
.page-id-3423 .about-project-types span {
    color: var(--ds-color-body);
}
.page-id-3423 .about-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--ds-space-3);
    margin: var(--ds-space-4) 0 var(--ds-space-6);
}
.page-id-3423 .about-contact-item {
    display: grid;
    gap: var(--ds-space-1);
    min-height: 96px;
    align-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    color: var(--ds-color-body);
    padding: var(--ds-space-4);
    box-shadow: var(--ds-shadow-sm);
}
.page-id-3423 .about-contact-item:has(a):hover {
    border-color: var(--ds-color-primary-soft);
    color: var(--ds-color-primary);
    box-shadow: var(--ds-shadow-md);
}
.page-id-3423 .about-contact-item > a {
    display: grid;
    gap: var(--ds-space-1);
    color: inherit;
}
.page-id-3423 .about-contact-item strong {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
}
.page-id-3423 .about-contact-item span {
    overflow-wrap: anywhere;
}
.page-id-3423 .about-page-cta {
    display: flex;
    gap: var(--ds-space-5);
    align-items: center;
    justify-content: space-between;
    margin-top: var(--ds-space-7);
    border-radius: var(--ds-radius-lg);
    background: linear-gradient(135deg, var(--ds-color-primary), color-mix(in srgb, var(--ds-color-primary) 76%, var(--ds-color-primary-soft)));
    color: var(--ds-color-white);
    padding: var(--ds-space-5);
    box-shadow: var(--ds-shadow-md);
}
.page-id-3423 .about-page-cta > div:first-child {
    display: grid;
    gap: var(--ds-space-1);
}
.page-id-3423 .about-page-cta strong {
    font-size: var(--ds-text-lg);
}
.page-id-3423 .about-page-cta span {
    color: color-mix(in srgb, var(--ds-color-white) 82%, transparent);
    font-size: var(--ds-text-sm);
}
.page-id-3423 .about-page-cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: var(--ds-space-2);
}
.page-id-3423 .about-page-cta-actions > br {
    display: none;
}
.page-id-3423 .about-page-cta-actions a,
.page-id-3423 .about-page-cta-actions button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--ds-color-white) 65%, transparent);
    border-radius: var(--ds-radius-md);
    background: transparent;
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    padding: var(--ds-control-padding-md);
}
.page-id-3423 .about-page-cta-actions button {
    border-color: var(--ds-color-primary-soft);
    background: var(--ds-color-primary-soft);
}

@media (max-width: 991px) {
    .page-id-3423 .content-layout.has-toc {
        grid-template-columns: minmax(0, 760px);
    }
    .page-id-3423 .content-toc-panel {
        padding: var(--ds-space-3) var(--ds-space-4);
    }
}

@media (max-width: 767.98px) {
    .page-id-3423 main > .section-html {
        padding: var(--ds-space-5) 0;
    }
    .page-id-3423 main > .section-html .section-head {
        margin-bottom: 0;
    }
    .page-id-3423 main > .section-html .section-title {
        font-size: var(--ds-text-2xl);
    }
    .page-id-3423 main > .section-html .section-description {
        font-size: var(--ds-text-base);
        line-height: 1.65;
    }
    .page-id-3423 .content-page {
        padding: var(--ds-space-5) 0;
    }
    .page-id-3423 .content-article h2 {
        margin-top: var(--ds-space-6);
        font-size: var(--ds-text-xl);
    }
    .page-id-3423 .about-feature-visual img {
        aspect-ratio: 4 / 3;
    }
    .page-id-3423 .about-feature-visual figcaption {
        padding: var(--ds-space-3);
    }
    .page-id-3423 .about-trust-grid {
        gap: var(--ds-space-2);
    }
    .page-id-3423 .about-trust-item {
        min-height: 104px;
        padding: var(--ds-space-2);
    }
    .page-id-3423 .about-trust-item strong {
        font-size: var(--ds-text-xl);
    }
    .page-id-3423 .about-trust-item span {
        font-size: var(--ds-text-xs);
    }
    .page-id-3423 .about-contact-grid {
        grid-template-columns: 1fr;
    }
    .page-id-3423 .about-contact-item {
        min-height: 82px;
        padding: var(--ds-space-3);
    }
    .page-id-3423 .about-page-cta {
        align-items: stretch;
        flex-direction: column;
        padding: var(--ds-space-4);
    }
    .page-id-3423 .about-page-cta-actions {
        flex-direction: column;
    }
    .page-id-3423 .contact-wheel {
        display: none;
    }
}
.archive-page {
    background: linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 240px);
    padding: var(--ds-space-6) 0;
}
body.tax-product_cat .archive-page {
    background:
        radial-gradient(circle at 88% 0, rgba(181, 141, 84, .12), transparent 30rem),
        linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 28rem);
    padding-block: clamp(3rem, 6vw, 5rem);
}
body.tax-portfolio_cat .archive-page {
    background:
        radial-gradient(circle at 88% 0, rgba(181, 141, 84, .12), transparent 30rem),
        linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 28rem);
    padding-block: clamp(3rem, 6vw, 5rem);
}
body.category .archive-page {
    background:
        radial-gradient(circle at 88% 0, rgba(181, 141, 84, .12), transparent 30rem),
        linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 28rem);
    padding-block: clamp(3rem, 6vw, 5rem);
}
body.tax-product_cat .contact-wheel,
body.tax-product_cat .consultation-fixed-button,
body.tax-portfolio_cat .contact-wheel,
body.tax-portfolio_cat .consultation-fixed-button,
body.category .contact-wheel,
body.category .consultation-fixed-button {
    display: none;
}
.archive-eyebrow {
    display: block;
    margin-bottom: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}
body.tax-product_cat .archive-head {
    max-width: 62rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}
body.tax-portfolio_cat .archive-head {
    max-width: 62rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}
body.category .archive-head {
    max-width: 62rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}
body.tax-product_cat .archive-head h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}
body.tax-portfolio_cat .archive-head h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}
body.category .archive-head h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}
body.tax-product_cat .archive-head .term-description {
    max-width: 58rem;
    border-left: 4px solid var(--ds-color-primary-soft);
    border-radius: 0 var(--ds-radius-lg) var(--ds-radius-lg) 0;
    padding: var(--ds-space-4) var(--ds-space-5);
    background: rgba(255,255,255,.86);
    line-height: 1.75;
    box-shadow: var(--ds-shadow-sm);
}
body.tax-portfolio_cat .archive-head .term-description {
    max-width: 58rem;
    border-left: 4px solid var(--ds-color-primary-soft);
    border-radius: 0 var(--ds-radius-lg) var(--ds-radius-lg) 0;
    padding: var(--ds-space-4) var(--ds-space-5);
    background: rgba(255,255,255,.86);
    line-height: 1.75;
    box-shadow: var(--ds-shadow-sm);
}
body.category .archive-head .term-description {
    max-width: 58rem;
    border-left: 4px solid var(--ds-color-primary-soft);
    border-radius: 0 var(--ds-radius-lg) var(--ds-radius-lg) 0;
    padding: var(--ds-space-4) var(--ds-space-5);
    background: rgba(255,255,255,.86);
    line-height: 1.75;
    box-shadow: var(--ds-shadow-sm);
}
body.category .news-post-date {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 800;
    letter-spacing: .035em;
}
.archive-result-count {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin-top: var(--ds-space-3);
    border: 1px solid var(--ds-color-line-strong);
    border-radius: 999px;
    padding: .3rem .75rem;
    background: #fff;
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
body.tax-product_cat .archive-page .san-pham-item {
    border-radius: 12px;
}
@media (min-width: 992px) {
    body.category .archive-grid-posts:has(> .post-item:nth-child(10):last-child) > .post-item:last-child {
        grid-column: 2;
    }
    body.category .archive-grid-posts:has(> .post-item:nth-child(2):last-child) {
        width: 100%;
        max-width: 760px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-inline: auto;
    }
    body.tax-portfolio_cat .archive-grid-projects:has(> .du-an-item:nth-child(2):last-child) {
        width: 100%;
        max-width: 760px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-inline: auto;
    }
    body.tax-product_cat .archive-grid-products:has(> .san-pham-item:nth-child(6):last-child) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    body.tax-product_cat .archive-grid-products:has(> .san-pham-item:nth-child(5):last-child) {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    body.tax-product_cat .archive-grid-products:has(> .san-pham-item:nth-child(5):last-child) > .san-pham-item {
        grid-column: span 2;
    }
    body.tax-product_cat .archive-grid-products:has(> .san-pham-item:nth-child(5):last-child) > .san-pham-item:nth-child(4) {
        grid-column: 2 / span 2;
    }
}
.archive-product-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--ds-space-5);
    margin-top: clamp(2.5rem, 6vw, 4.5rem);
    border-radius: 12px;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: linear-gradient(135deg, var(--ds-color-ink), #4a3322);
    color: #fff;
    box-shadow: var(--ds-shadow-md);
}
.archive-product-cta > div:first-child {
    display: grid;
    gap: var(--ds-space-2);
}
.archive-product-cta > div:first-child > span {
    color: #e3b66f;
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.archive-product-cta h2 {
    max-width: 42rem;
    margin: 0;
    color: #fff;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    line-height: 1.35;
}
.archive-product-cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: var(--ds-space-2);
}
.archive-product-cta-actions a,
.archive-product-cta-actions button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: var(--ds-radius-md);
    padding: .65rem .9rem;
    background: transparent;
    color: #fff;
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.archive-product-cta-actions .archive-product-cta-primary {
    border-color: #d2a354;
    background: #d2a354;
    color: var(--ds-color-ink);
}
.archive-head {
    margin-bottom: var(--ds-space-5);
}
.archive-head h1 {
    margin: 0 0 var(--ds-space-3);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-2xl);
    font-weight: 800;
    line-height: 1.22;
}
.archive-head h1::after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    margin-top: var(--ds-space-3);
    border-radius: var(--ds-radius-sm);
    background: var(--ds-color-primary-soft);
}
.archive-head .term-description {
    max-width: 860px;
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
}
.archive-head .term-description > *:last-child {
    margin-bottom: 0;
}
.archive-grid {
    display: grid;
    gap: var(--ds-space-5);
    margin: 0;
}
.archive-grid > * {
    width: auto;
    max-width: none;
    padding: 0;
    margin-top: 0;
}
.archive-grid-posts,
.archive-grid-projects {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.archive-grid-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.archive-page .post-item,
.archive-page .du-an-item,
.archive-page .san-pham-item {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.archive-page .post-item:hover,
.archive-page .du-an-item:hover,
.archive-page .san-pham-item:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--ds-color-primary-soft) 55%, transparent);
    box-shadow: var(--ds-shadow-md);
}
.archive-page .post-image,
.archive-page .du-an-image,
.archive-page .san-pham-image {
    overflow: hidden;
    background: var(--ds-color-surface-2);
    border-radius: 0;
}
.archive-page .post-image img,
.archive-page .du-an-image img,
.archive-page .san-pham-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .3s ease;
}
.archive-page .post-item:hover img,
.archive-page .du-an-item:hover img,
.archive-page .san-pham-item:hover img {
    transform: scale(1.035);
}
.archive-page .post-info,
.archive-page .du-an-info,
.archive-page .san-pham-info {
    display: grid;
    gap: var(--ds-space-2);
    padding: var(--ds-space-4);
}
.archive-page .post-info,
.archive-page .san-pham-info {
    flex: 1;
}
.archive-page .post-title a,
.archive-page .du-an-title,
.archive-page .san-pham-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 700;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.archive-page .post-title a:hover,
.archive-page .du-an-title:hover,
.archive-page .san-pham-title:hover {
    color: var(--ds-color-primary);
}
.archive-page .post-excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.archive-page .san-pham-rprice {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    text-decoration: line-through;
}
.archive-page .san-pham-price {
    color: var(--ds-color-accent);
    font-size: var(--ds-text-lg);
    font-weight: 800;
    line-height: 1.25;
}
.archive-pagination {
    margin-top: var(--ds-space-6);
}
.archive-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-2);
}
.archive-pagination .page-numbers {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-white);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    font-weight: 700;
    padding: 0 var(--ds-space-3);
}
.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover {
    border-color: var(--ds-color-primary);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
}
.archive-empty {
    border: 1px dashed var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: color-mix(in srgb, var(--ds-color-surface) 72%, transparent);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-base);
    font-weight: 600;
    padding: var(--ds-space-5);
    text-align: center;
}
.section-collection .collection-grid,
.section-group_collection .collection-grid,
.collection-grid {
    gap: var(--ds-space-5);
}
.section-collection .post-item,
.section-group_collection .post-item,
.section-collection .san-pham-item,
.section-group_collection .san-pham-item,
.section-collection .du-an-item,
.section-group_collection .du-an-item,
.collection-grid .post-item,
.collection-grid .san-pham-item,
.collection-grid .du-an-item {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.section-collection .post-item:hover,
.section-group_collection .post-item:hover,
.section-collection .san-pham-item:hover,
.section-group_collection .san-pham-item:hover,
.section-collection .du-an-item:hover,
.section-group_collection .du-an-item:hover,
.collection-grid .post-item:hover,
.collection-grid .san-pham-item:hover,
.collection-grid .du-an-item:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--ds-color-primary-soft) 55%, transparent);
    box-shadow: var(--ds-shadow-md);
}
.section-collection .post-image,
.section-group_collection .post-image,
.section-collection .san-pham-image,
.section-group_collection .san-pham-image,
.section-collection .du-an-image,
.section-group_collection .du-an-image,
.collection-grid .post-image,
.collection-grid .san-pham-image,
.collection-grid .du-an-image {
    overflow: hidden;
    border-radius: 0;
    background: var(--ds-color-surface-2);
}
.image-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    padding: var(--ds-space-3);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    font-weight: 700;
    text-align: center;
}
.section-collection .post-image img,
.section-group_collection .post-image img,
.section-collection .san-pham-image img,
.section-group_collection .san-pham-image img,
.section-collection .du-an-image img,
.section-group_collection .du-an-image img,
.collection-grid .post-image img,
.collection-grid .san-pham-image img,
.collection-grid .du-an-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .3s ease;
}
.section-collection .post-item:hover img,
.section-group_collection .post-item:hover img,
.section-collection .san-pham-item:hover img,
.section-group_collection .san-pham-item:hover img,
.section-collection .du-an-item:hover img,
.section-group_collection .du-an-item:hover img,
.collection-grid .post-item:hover img,
.collection-grid .san-pham-item:hover img,
.collection-grid .du-an-item:hover img {
    transform: scale(1.035);
}
.section-collection .post-info,
.section-group_collection .post-info,
.section-collection .san-pham-info,
.section-group_collection .san-pham-info,
.section-collection .du-an-info,
.section-group_collection .du-an-info,
.collection-grid .post-info,
.collection-grid .san-pham-info,
.collection-grid .du-an-info {
    display: grid;
    gap: var(--ds-space-2);
    padding: var(--ds-space-4);
    line-height: 1.45;
    text-align: left;
}
.section-collection .post-title a,
.section-group_collection .post-title a,
.section-collection .san-pham-title,
.section-group_collection .san-pham-title,
.section-collection .du-an-title,
.section-group_collection .du-an-title,
.collection-grid .post-title a,
.collection-grid .san-pham-title,
.collection-grid .du-an-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 700;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section-collection .post-excerpt,
.section-group_collection .post-excerpt,
.collection-grid .post-excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.section-collection .san-pham-rprice,
.section-group_collection .san-pham-rprice,
.collection-grid .san-pham-rprice {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    text-decoration: line-through;
}
.section-collection .san-pham-price,
.section-group_collection .san-pham-price,
.collection-grid .san-pham-price {
    color: var(--ds-color-accent);
    font-size: var(--ds-text-lg);
    font-weight: 800;
}
.list-videos .collection-grid .video-item,
.videos-grid .video-item,
.videos-slider .video-item {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    box-shadow: var(--ds-shadow-sm);
}
.list-videos .collection-grid .video-item {
    background: var(--ds-color-white);
}
.list-videos .collection-grid .video-title,
.videos-grid .video-title,
.videos-slider .video-title {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 700;
    line-height: 1.4;
}
/* HOME */
.home .section-breadcrumb {
    display: none;
}
body > #video_iframe {
    display: none;
}

/* Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes scrollX {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
/* SECTION DEFAULT */

.section-banner .section-content:has(.banners-marqueeX) {
    --gap: var(--ds-marquee-gap);
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}
.section-banner .banners-marqueeX {
    flex-shrink: 0;
    display: flex;
    min-width: 100%;
    gap: var(--gap);
    padding: 0;
    margin: 0;
    animation: scrollX 20s linear infinite;
}
.section-html::after,
.section-html::before {
    content: '';
    display: block;
    clear: both;
}
/* COUNTDOWN */
.countdown {
    display: flex;
    list-style: none;
    gap: var(--ds-space-2);
    margin: 0;
    padding: 0;
}
.countdown .countdown-time {
    display: grid;
    min-width: 2.75rem;
    min-height: 2.75rem;
    place-items: center;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-surface);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-lg);
    font-weight: 800;
    padding: var(--ds-space-1);
}
.countdown .countdown-label {
    display: block;
    text-align: center;
    font-size: var(--ds-text-sm);
}


/* SLIDER NAV BUTTON */
.slick-slider{
    display: grid;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ds-color-white);
    box-shadow: 0 1px 12px 0 color-mix(in srgb, var(--ds-color-black) 12%, transparent);
    transform: translateY(-50%);
    transition: width .1s cubic-bezier(.4,0,.6,1), height .1s cubic-bezier(.4,0,.6,1), opacity .1s ease;
}
.slick-slider .slick-arrow:hover {
    width: 42px;
    height: 42px;
    opacity: 1;
}
.slick-slider .slick-arrow.slick-disabled {
    display: none;
}
.slick-slider .slick-arrow span {
    display: block;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-xl);
    line-height: 1;
    transform: translateY(-1px);
}
.slick-slider .slick-next {
    right: .5rem;
}
.slick-slider .slick-prev {
    left: .5rem;
}

/* FOOTER */
footer {
    border-top: 1px solid var(--ds-color-line);
    background: var(--ds-color-surface-2);
    font-size: var(--ds-text-sm);
}
footer .title-f {
    font-size: var(--ds-text-lg);
}
footer ul {
    padding: 0 var(--ds-space-5);
}


.site-footer {
    border-top: 1px solid var(--ds-color-line);
    background: linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 100%);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
}
.site-footer > .container {
    padding-top: var(--ds-space-6);
    padding-bottom: var(--ds-space-6);
}
.footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) minmax(160px, .7fr) minmax(160px, .7fr) minmax(180px, .7fr);
    gap: var(--ds-space-5);
    align-items: start;
}
.footer-brand,
.footer-company,
.footer-hotlines {
    min-width: 0;
}
.footer-company {
    grid-column: span 2;
}
.footer-hotlines {
    grid-column: span 2;
}
.site-footer .title-f {
    margin: 0 0 var(--ds-space-3);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 800;
}
.site-footer .content-f ul,
.site-footer .menu {
    display: grid;
    gap: var(--ds-space-2);
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer .content-f a,
.footer-company a {
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    font-weight: 600;
}
.site-footer .content-f a:hover,
.footer-company a:hover {
    color: var(--ds-color-primary);
}
.footer-quote-button,
.consultation-fixed-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: var(--ds-space-2);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    line-height: 1.2;
    padding: var(--ds-control-padding-md);
}
.footer-quote-button {
    width: 100%;
}
.footer-quote-button:hover,
.consultation-fixed-button:hover {
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
.footer-social-title {
    margin-top: var(--ds-space-5);
}
.footer-socials {
    display: flex;
    gap: var(--ds-space-2);
    align-items: center;
}
.footer-socials a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: 50%;
    background: var(--ds-color-white);
    color: var(--ds-color-primary);
}
.footer-socials a:hover {
    border-color: var(--ds-color-primary);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
}
.footer-hotline-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--ds-space-4);
}
.footer-hotline {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: var(--ds-space-3);
    align-items: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    color: var(--ds-color-body);
    padding: var(--ds-space-3);
    box-shadow: var(--ds-shadow-sm);
}
.footer-hotline-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.footer-hotline strong {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.footer-hotline span {
    display: block;
    color: var(--ds-color-primary);
    font-size: var(--ds-text-base);
    font-weight: 800;
}
.footer-copy {
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    padding: var(--ds-space-3);
    text-align: center;
}
.contact-wheel {
    position: fixed;
    z-index: 1021;
    left: 18px;
    bottom: 18px;
}
.contact-wheel-toggle {
    display: none;
}
.contact-wheel-trigger,
.contact-wheel-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ds-color-primary);
    box-shadow: var(--ds-shadow-md);
}
.contact-wheel-trigger {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    overflow: hidden;
    transition: transform .18s ease, width .18s ease, height .18s ease;
}
.contact-wheel-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/img-nut-lien-he-final.png);
    background-repeat: no-repeat;
    background-size: 694px;
    background-position: -649px 0;
}
.contact-wheel-menu {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7rem;
    height: 11.5rem;
    transform: scale(0);
    transform-origin: bottom left;
    transition: transform .22s ease;
    z-index: 1;
}
.contact-wheel-toggle:checked ~ .contact-wheel-trigger {
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
}
.contact-wheel-toggle:checked ~ .contact-wheel-trigger .contact-wheel-icon {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 300px;
    background-position: -139px -31px;
}
.contact-wheel-toggle:checked ~ .contact-wheel-menu {
    transform: scale(1);
}
.contact-wheel-menu .contact-wheel-action {
    position: absolute;
    display: flex;
    align-items: center;
}
.contact-wheel-menu .contact-wheel-action-messenger {
    left: 0;
    bottom: 3.6rem;
}
.contact-wheel-menu .contact-wheel-action-zalo {
    left: 3.2rem;
    bottom: 6.7rem;
}
.contact-wheel-menu .contact-wheel-action-phone {
    left: 0;
    bottom: 9.8rem;
}
.contact-wheel-button {
    width: 44px;
    height: 44px;
    padding: var(--ds-space-1);
    color: var(--ds-color-primary-contrast);
    transition: transform .18s ease, background .18s ease;
}
.contact-wheel-button:hover {
    transform: translateY(-2px);
}
.contact-wheel-menu .contact-wheel-button-phone,
.contact-wheel-menu .contact-wheel-button-zalo,
.contact-wheel-menu .contact-wheel-button-messenger {
    background: var(--ds-color-primary);
}
.consultation-fixed-button {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1049;
    border: 0;
    text-transform: uppercase;
    box-shadow: var(--ds-shadow-md);
}
.consultation-modal {
    z-index: 999999;
}
.sp-form p,
.consultation-modal p {
    margin: 0;
}
.consultation-modal .cf7sr-g-recaptcha > * {
    margin: 0 auto;
}
.consultation-modal .modal-dialog {
    max-width: 440px;
}
.consultation-modal .modal-content {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-md);
    padding: var(--ds-space-5);
}
.consultation-modal .consultation-modal-head {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 1.75rem var(--ds-space-4);
    text-align: center;
}
.consultation-modal-close {
    position: absolute;
    top: calc(var(--ds-space-2) * -1);
    right: calc(var(--ds-space-2) * -1);
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: 999px;
    background: var(--ds-color-white);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-lg);
    line-height: 1;
    box-shadow: var(--ds-shadow-sm);
}
.consultation-modal-close::before {
    content: '×';
}
.consultation-modal-close:hover {
    border-color: var(--ds-color-primary-soft);
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
.consultation-modal-logo {
    display: inline-flex;
    gap: var(--ds-space-3);
    align-items: center;
    color: var(--ds-color-ink);
}
.consultation-modal-logo .site-logo-text {
    display: grid;
    gap: var(--ds-space-1);
    text-align: left;
}
.consultation-modal .consultation-modal-body {
    display: grid;
    gap: var(--ds-space-4);
    padding: 0;
}
.consultation-modal .consultation-modal-body img,
.consultation-modal-image {
    width: 100%;
    max-height: 15rem;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    object-fit: cover;
}
.consultation-modal form {
    display: grid;
    gap: var(--ds-space-2);
    margin-top: 0;
}
.consultation-modal form textarea,
.consultation-modal form input[type="text"],
.consultation-modal form input[type="tel"] {
    width: 100%;
    max-height: none;
    min-height: 42px;
    margin-bottom: 0;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-white);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    padding: var(--ds-control-padding-field);
}
.consultation-modal form textarea {
    min-height: 110px;
}
.consultation-modal form input[type="submit"] {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    padding: var(--ds-control-padding-md);
    text-transform: uppercase;
}
.consultation-modal form input[type="submit"]:hover {
    background: var(--ds-color-primary-soft);
}
.du-an-item .du-an-info {
    margin-top: var(--ds-space-2);
    font-size: var(--ds-text-sm);
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

/* Single product pages */
body.single-san-pham .product-detail-page {
    background: linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 280px);
    padding: var(--ds-space-6) 0;
}
body.single-san-pham .contact-wheel,
body.single-san-pham .consultation-fixed-button {
    display: none;
}
body.single-san-pham .product-detail-page > .container {
    display: grid;
    gap: var(--ds-space-6);
}
body.single-san-pham .product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: var(--ds-space-5);
    align-items: stretch;
}
body.single-san-pham .product-media,
body.single-san-pham .product-summary,
body.single-san-pham .product-specs {
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
}
body.single-san-pham .product-media {
    overflow: hidden;
}
body.single-san-pham .product-image {
    background: var(--ds-color-surface-2);
}
body.single-san-pham .product-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
body.single-san-pham .product-summary {
    display: grid;
    gap: var(--ds-space-4);
    align-content: start;
    padding: var(--ds-space-5);
}
body.single-san-pham .product-summary h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-2xl);
    font-weight: 800;
    line-height: 1.22;
}
body.single-san-pham .product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-2);
}
body.single-san-pham .product-badges a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-surface);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 700;
    line-height: 1.2;
    padding: var(--ds-badge-padding-sm);
}
body.single-san-pham .product-badges a:hover {
    border-color: var(--ds-color-primary-soft);
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
body.single-san-pham .product-price {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-2) var(--ds-space-4);
    align-items: baseline;
    border-top: 1px solid var(--ds-color-line);
    border-bottom: 1px solid var(--ds-color-line);
    padding: var(--ds-space-4) 0;
}
body.single-san-pham .product-price del {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
}
body.single-san-pham .product-price strong {
    color: var(--ds-color-accent);
    font-size: var(--ds-text-xl);
    font-weight: 800;
    line-height: 1.2;
}
body.single-san-pham .product-intro {
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.7;
}
body.single-san-pham .product-intro > *:last-child {
    margin-bottom: 0;
}
body.single-san-pham .product-intro-fallback {
    border-top: 1px solid var(--ds-color-line);
    padding-top: var(--ds-space-4);
}
body.single-san-pham .product-highlights {
    display: grid;
    gap: var(--ds-space-2);
    margin: 0;
    padding: 0;
    list-style: none;
}
body.single-san-pham .product-highlights li {
    position: relative;
    padding-left: 1.45rem;
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    font-weight: 700;
    line-height: 1.5;
}
body.single-san-pham .product-highlights li::before {
    content: '✓';
    position: absolute;
    top: 0;
    left: 0;
    color: var(--ds-color-success);
    font-weight: 900;
}
body.single-san-pham .product-cta {
    width: fit-content;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    letter-spacing: 0;
    padding: var(--ds-space-3) var(--ds-space-4);
    text-transform: uppercase;
}
body.single-san-pham .product-cta:hover {
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
body.single-san-pham .product-section {
    padding: 0;
}
body.single-san-pham .product-specs {
    padding: var(--ds-space-5);
}
body.single-san-pham .product-order-guide {
    border: 1px solid var(--ds-color-line);
    border-radius: 12px;
    padding: var(--ds-space-5);
    background: linear-gradient(145deg, #fff, var(--ds-color-surface));
    box-shadow: var(--ds-shadow-sm);
}
body.single-san-pham .product-order-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-space-4);
}
body.single-san-pham .product-order-grid > div {
    display: grid;
    gap: var(--ds-space-2);
    min-height: 126px;
    align-content: center;
    border: 1px solid var(--ds-color-line);
    border-top: 4px solid var(--ds-color-primary-soft);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: #fff;
}
body.single-san-pham .product-order-grid strong {
    color: var(--ds-color-ink);
}
body.single-san-pham .product-order-grid span {
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
body.single-san-pham .product-order-note {
    margin: var(--ds-space-4) 0 0;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.65;
}
body.single-san-pham .product-section-head {
    margin-bottom: var(--ds-space-4);
}
body.single-san-pham .product-section-head h2 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-xl);
    font-weight: 800;
    line-height: 1.3;
}
body.single-san-pham .product-section-head h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin-top: var(--ds-space-2);
    border-radius: var(--ds-radius-sm);
    background: var(--ds-color-primary-soft);
}
body.single-san-pham .product-section-body {
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.7;
}
body.single-san-pham .product-section-body > *:last-child {
    margin-bottom: 0;
}
body.single-san-pham .product-specs table {
    margin-bottom: 0;
}
body.single-san-pham .product-related.archive-page {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
body.single-san-pham .product-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.single-san-pham .product-related .san-pham-item {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
}
body.single-san-pham .product-related .san-pham-image {
    overflow: hidden;
    border-radius: 0;
    background: var(--ds-color-surface-2);
}
body.single-san-pham .product-related .san-pham-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/* Single project pages */
body.single-du-an .project-detail-page {
    background: linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 280px);
    padding: var(--ds-space-6) 0;
}
body.single-du-an .consultation-fixed-button,
body.single-du-an .contact-wheel {
    display: none !important;
}
body.single-du-an .project-detail {
    display: grid;
    gap: var(--ds-space-6);
}
body.single-du-an .project-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .9fr);
    gap: var(--ds-space-5);
    align-items: stretch;
}
body.single-du-an .project-hero.no-media {
    grid-template-columns: 1fr;
}
body.single-du-an .project-media,
body.single-du-an .project-summary {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
}
body.single-du-an .project-media {
    position: relative;
    background: var(--ds-color-surface-2);
}
body.single-du-an .project-media .media-ratio {
    height: 100%;
    min-height: 0;
}
body.single-du-an .project-media img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
body.single-du-an .project-media.has-video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--video-frame-height);
    padding: var(--ds-space-5);
    background: var(--ds-color-surface-2);
}
body.single-du-an .project-media.has-video .video-item {
    width: min(100%, calc((var(--video-frame-height) - 2.5rem) * 16 / 9));
    max-height: calc(var(--video-frame-height) - 2.5rem);
    overflow: hidden;
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-ink);
    box-shadow: var(--ds-shadow-md);
}
body.single-du-an .project-media.is-portrait-video .video-item {
    width: calc((var(--video-frame-height) - 2.5rem) * 9 / 16);
    height: calc(var(--video-frame-height) - 2.5rem);
    max-width: 58%;
    max-height: calc(var(--video-frame-height) - 2.5rem);
}
body.single-du-an .project-media.is-portrait-video .video-item img {
    object-fit: cover;
}
body.single-du-an .project-media-label {
    position: absolute;
    top: var(--ds-space-4);
    left: var(--ds-space-4);
    z-index: 1;
    border-radius: var(--ds-radius-md);
    background: color-mix(in srgb, var(--ds-color-primary) 94%, transparent);
    color: var(--ds-color-white);
    font-size: var(--ds-text-xs);
    font-weight: 700;
    line-height: 1.2;
    padding: var(--ds-badge-padding-md);
}
body.single-du-an .project-summary {
    display: grid;
    gap: var(--ds-space-3);
    padding: var(--ds-space-5);
    background: var(--ds-color-white);
}
body.single-du-an .project-summary-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}
body.single-du-an .project-summary-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: var(--ds-color-primary-soft);
}
body.single-du-an .project-summary h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-2xl);
    line-height: 1.25;
    font-weight: 800;
}
body.single-du-an .project-summary-lead {
    margin: 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.7;
}
body.single-du-an .project-content h2 {
    font-size: var(--ds-text-xl);
}
body.single-du-an .project-content h3 {
    font-size: var(--ds-text-lg);
}
body.single-du-an .project-content h4,
body.single-du-an .project-content h5,
body.single-du-an .project-content h6 {
    font-size: var(--ds-text-md);
}
body.single-du-an .project-content p,
body.single-du-an .project-content li {
    font-size: var(--ds-text-base);
}
body.single-du-an .project-content small,
body.single-du-an .project-content figcaption {
    font-size: var(--ds-text-xs);
    line-height: 1.45;
}
body.single-du-an .project-info {
    display: grid;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-1);
}
body.single-du-an .project-info-item {
    display: grid;
    gap: var(--ds-space-1);
    border-bottom: 1px solid var(--ds-color-line);
    padding: 0 0 var(--ds-space-2);
    font-size: var(--ds-text-sm);
    line-height: 1.55;
}
body.single-du-an .project-info-item span {
    color: var(--ds-color-muted);
    font-weight: 700;
    font-size: var(--ds-text-xs);
    text-transform: uppercase;
}
body.single-du-an .project-info-item strong {
    color: var(--ds-color-ink);
    font-weight: 700;
}
body.single-du-an .project-term-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-2);
}
body.single-du-an .project-term-list a {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-surface);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 700;
    line-height: 1.2;
    padding: var(--ds-badge-padding-sm);
}
body.single-du-an .project-term-list a:hover {
    border-color: var(--ds-color-primary-soft);
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
body.single-du-an .project-summary-note {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-2) var(--ds-space-4);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-xs);
    font-weight: 700;
}
body.single-du-an .project-summary-note span {
    display: inline-flex;
    align-items: center;
    gap: var(--ds-space-2);
}
body.single-du-an .project-summary-note span::before {
    content: '✓';
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--ds-color-primary-soft) 15%, transparent);
    color: var(--ds-color-primary);
    font-size: 11px;
    font-weight: 900;
}
body.single-du-an .project-cta {
    width: 100%;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    letter-spacing: 0;
    padding: var(--ds-space-3) var(--ds-space-4);
}
body.single-du-an .project-cta:hover {
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
body.single-du-an .project-content table {
    font-size: var(--ds-text-sm);
}
body.single-du-an .project-content .content-article > h2 {
    padding: var(--ds-space-3) var(--ds-space-4);
    border-left: 4px solid var(--ds-color-primary-soft);
    border-radius: 0 var(--ds-radius-md) var(--ds-radius-md) 0;
    background: linear-gradient(90deg, color-mix(in srgb, var(--ds-color-primary-soft) 11%, var(--ds-color-white)), transparent 88%);
    color: var(--ds-color-ink);
}
body.single-du-an .project-content .content-article > h3 {
    color: var(--ds-color-primary);
}
body.single-du-an .project-content .content-article > img,
body.single-du-an .project-content .content-article > p > img:only-child {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 760px;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
}
body.single-du-an .project-content .content-toc-panel {
    background: var(--ds-color-white);
}
body.single-du-an .project-related {
    display: grid;
    gap: var(--ds-space-4);
}
body.single-du-an .project-section-head h2 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-xl);
    font-weight: 800;
    line-height: 1.3;
}
body.single-du-an .project-section-head h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin-top: var(--ds-space-2);
    border-radius: var(--ds-radius-sm);
    background: var(--ds-color-primary-soft);
}
body.single-du-an .project-related-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.single-du-an .project-related-list:has(> .du-an-item:only-child) {
    grid-template-columns: minmax(0, 365px);
    justify-content: center;
}
body.single-du-an .project-related .du-an-item {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.single-du-an .project-related .du-an-item:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--ds-color-primary-soft) 55%, transparent);
    box-shadow: var(--ds-shadow-md);
}
body.single-du-an .project-related .du-an-info {
    display: grid;
    gap: var(--ds-space-2);
    padding: var(--ds-space-4);
    text-align: left;
}
body.single-du-an .project-related .du-an-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.single-du-an .project-related .du-an-title:hover {
    color: var(--ds-color-primary);
}
body.single-du-an .project-related .du-an-image {
    overflow: hidden;
    border-radius: 0;
    background: var(--ds-color-surface-2);
}
body.single-du-an .project-related .du-an-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .3s ease;
}
body.single-du-an .project-related .du-an-item:hover img {
    transform: scale(1.035);
}

/* Single video pages */
body.single-video .video-detail-page {
    background: linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 280px);
    padding: var(--ds-space-6) 0;
}
body.single-video .consultation-fixed-button,
body.single-video .contact-wheel {
    display: none !important;
}
body.single-video .video-detail {
    display: grid;
    gap: var(--ds-space-6);
}
body.single-video .video-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .9fr);
    gap: var(--ds-space-5);
    align-items: stretch;
}
body.single-video .video-player,
body.single-video .video-summary {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
}
body.single-video .video-player {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--video-frame-height);
    padding: var(--ds-space-5);
    background: var(--ds-color-surface-2);
}
body.single-video .video-player.has-poster::before {
    content: '';
    position: absolute;
    inset: -28px;
    background-image: linear-gradient(color-mix(in srgb, var(--ds-color-ink) 46%, transparent), color-mix(in srgb, var(--ds-color-ink) 58%, transparent)), var(--video-poster);
    background-position: center;
    background-size: cover;
    filter: blur(18px);
    opacity: .62;
    transform: scale(1.08);
}
body.single-video .video-player-label {
    position: absolute;
    top: var(--ds-space-4);
    left: var(--ds-space-4);
    z-index: 2;
    border-radius: var(--ds-radius-md);
    background: color-mix(in srgb, var(--ds-color-primary) 94%, transparent);
    color: var(--ds-color-white);
    font-size: var(--ds-text-xs);
    font-weight: 800;
    line-height: 1.2;
    padding: var(--ds-badge-padding-md);
}
body.single-video .video-player .media-ratio {
    position: relative;
    z-index: 1;
    width: min(100%, calc((var(--video-frame-height) - 2rem) * 16 / 9));
    max-height: calc(var(--video-frame-height) - 2rem);
    overflow: hidden;
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-ink);
    box-shadow: var(--ds-shadow-md);
}
body.single-video .video-player .media-ratio-9x16 {
    width: calc((var(--video-frame-height) - 2rem) * 9 / 16);
    height: calc(var(--video-frame-height) - 2rem);
    max-width: 100%;
}
body.single-video .video-summary {
    display: grid;
    gap: var(--ds-space-4);
    padding: var(--ds-space-5);
}
body.single-video .video-summary-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}
body.single-video .video-summary-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: var(--ds-color-primary-soft);
}
body.single-video .video-summary h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-2xl);
    font-weight: 800;
    line-height: 1.25;
}
body.single-video .video-summary p {
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.7;
    margin: 0;
}
body.single-video .video-meta {
    display: grid;
    gap: var(--ds-space-2);
}
body.single-video .video-meta > div {
    display: grid;
    gap: var(--ds-space-1);
    border-bottom: 1px solid var(--ds-color-line);
    padding: 0 0 var(--ds-space-2);
    font-size: var(--ds-text-sm);
    line-height: 1.55;
}
body.single-video .video-meta span {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-xs);
    font-weight: 700;
    text-transform: uppercase;
}
body.single-video .video-meta strong {
    color: var(--ds-color-ink);
    font-weight: 700;
}
body.single-video .video-cta {
    width: 100%;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    letter-spacing: 0;
    padding: var(--ds-space-3) var(--ds-space-4);
}
body.single-video .video-cta:hover {
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
body.single-video .video-content h2 {
    font-size: var(--ds-text-xl);
}
body.single-video .video-content h3 {
    font-size: var(--ds-text-lg);
}
body.single-video .video-content h4,
body.single-video .video-content h5,
body.single-video .video-content h6 {
    font-size: var(--ds-text-md);
}
body.single-video .video-content p,
body.single-video .video-content li {
    font-size: var(--ds-text-base);
}
body.single-video .video-related {
    display: grid;
    gap: var(--ds-space-4);
}
body.single-video .video-section-head h2 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-xl);
    font-weight: 800;
    line-height: 1.3;
}
body.single-video .video-section-head h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin-top: var(--ds-space-2);
    border-radius: var(--ds-radius-sm);
    background: var(--ds-color-primary-soft);
}
body.single-video .archive-grid-videos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.single-video .video-related .video-item {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.single-video .video-related .video-item:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--ds-color-primary-soft) 55%, transparent);
    box-shadow: var(--ds-shadow-md);
}
body.single-video .video-related .video-image {
    overflow: hidden;
    border-radius: 0;
    background: var(--ds-color-surface-2);
}
body.single-video .video-related .video-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .3s ease;
}
body.single-video .video-related .video-item:hover img {
    transform: scale(1.035);
}
body.single-video .video-related .video-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 700;
    line-height: 1.35;
    padding: var(--ds-space-4);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.single-video .video-related .video-title:hover {
    color: var(--ds-color-primary);
}

/* Single post pages */
body.single-post .article-detail-page {
    background: linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 280px);
    padding: var(--ds-space-6) 0;
}
body.single-post .consultation-fixed-button,
body.single-post .contact-wheel {
    display: none !important;
}
body.single-post .article-detail {
    display: grid;
    gap: var(--ds-space-6);
}
body.single-post .article-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: var(--ds-space-5);
    align-items: stretch;
}
body.single-post .article-hero.no-media {
    grid-template-columns: 1fr;
}
body.single-post .article-media,
body.single-post .article-summary {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
}
body.single-post .article-media {
    position: relative;
}
body.single-post .article-media .media-ratio {
    height: 100%;
}
body.single-post .article-media img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
body.single-post .article-media-label {
    position: absolute;
    top: var(--ds-space-4);
    left: var(--ds-space-4);
    z-index: 1;
    border-radius: var(--ds-radius-md);
    background: color-mix(in srgb, var(--ds-color-primary) 94%, transparent);
    color: var(--ds-color-white);
    font-size: var(--ds-text-xs);
    font-weight: 800;
    line-height: 1.2;
    padding: var(--ds-badge-padding-md);
}
body.single-post .article-summary {
    display: grid;
    align-content: center;
    gap: var(--ds-space-4);
    padding: var(--ds-space-5);
}
body.single-post .article-summary-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}
body.single-post .article-summary-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: var(--ds-color-primary-soft);
}
body.single-post .article-summary h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-2xl);
    font-weight: 800;
    line-height: 1.22;
}
body.single-post .article-summary p {
    margin: 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.7;
}
body.single-post .article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-2);
    align-items: center;
}
body.single-post .article-meta span,
body.single-post .article-meta a {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-surface);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 700;
    line-height: 1.2;
    padding: var(--ds-badge-padding-sm);
}
body.single-post .article-meta a:hover {
    border-color: var(--ds-color-primary-soft);
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
body.single-post .article-cta {
    width: 100%;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
    padding: var(--ds-space-3) var(--ds-space-4);
}
body.single-post .article-cta:hover {
    background: var(--ds-color-primary-soft);
    color: var(--ds-color-white);
}
body.single-post .article-content {
    line-height: 1.75;
}
body.single-post .article-content .content-article > h2 {
    padding: var(--ds-space-3) var(--ds-space-4);
    border-left: 4px solid var(--ds-color-primary-soft);
    border-radius: 0 var(--ds-radius-md) var(--ds-radius-md) 0;
    background: linear-gradient(90deg, color-mix(in srgb, var(--ds-color-primary-soft) 11%, var(--ds-color-white)), transparent 88%);
    color: var(--ds-color-ink);
}
body.single-post .article-content .content-article > h3 {
    color: var(--ds-color-primary);
}
body.single-post .article-content h2 {
    font-size: var(--ds-text-xl);
}
body.single-post .article-content h3 {
    font-size: var(--ds-text-lg);
}
body.single-post .article-content h4,
body.single-post .article-content h5,
body.single-post .article-content h6 {
    font-size: var(--ds-text-md);
}
body.single-post .article-content p,
body.single-post .article-content li {
    font-size: var(--ds-text-base);
}
body.single-post .article-related {
    display: grid;
    gap: var(--ds-space-4);
}
body.single-post .article-section-head h2 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-xl);
    font-weight: 800;
    line-height: 1.3;
}
body.single-post .article-section-head h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin-top: var(--ds-space-2);
    border-radius: var(--ds-radius-sm);
    background: var(--ds-color-primary-soft);
}
body.single-post .article-related-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.single-post .article-related .post-item {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.single-post .article-related .post-item:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--ds-color-primary-soft) 55%, transparent);
    box-shadow: var(--ds-shadow-md);
}
body.single-post .article-related .post-image {
    overflow: hidden;
    border-radius: 0;
    background: var(--ds-color-surface-2);
}
body.single-post .article-related .post-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .3s ease;
}
body.single-post .article-related .post-item:hover img {
    transform: scale(1.035);
}
body.single-post .article-related .post-info {
    display: grid;
    gap: var(--ds-space-2);
    padding: var(--ds-space-4);
}
body.single-post .article-related .post-title a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.single-post .article-related .post-title a:hover {
    color: var(--ds-color-primary);
}
body.single-post .article-related .post-excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 404 page */
body.error404 .consultation-fixed-button,
body.error404 .contact-wheel {
    display: none !important;
}
body.error404 .error-page-main {
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 20%, color-mix(in srgb, var(--ds-color-primary-soft) 18%, transparent), transparent 24rem),
        radial-gradient(circle at 88% 74%, color-mix(in srgb, var(--ds-color-primary) 10%, transparent), transparent 28rem),
        linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 72%);
}
body.error404 .error-page-container {
    display: grid;
    gap: var(--ds-space-5);
    min-height: 620px;
    align-content: center;
    padding-block: clamp(3rem, 7vw, 6rem);
}
body.error404 .error-page-card {
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: clamp(18px, 2vw, 28px);
    padding: clamp(1.5rem, 5vw, 4rem);
    background: color-mix(in srgb, var(--ds-color-white) 92%, transparent);
    box-shadow: var(--ds-shadow-md);
}
body.error404 .error-page-visual {
    display: flex;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    gap: clamp(.35rem, 1.5vw, 1rem);
    border-radius: var(--ds-radius-lg);
    background: linear-gradient(135deg, #2f2118, #6d4728);
    color: #f2d9b2;
    font-size: clamp(5rem, 10vw, 8.5rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.06em;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
body.error404 .error-page-sculpture {
    position: relative;
    width: clamp(74px, 9vw, 112px);
    height: clamp(112px, 14vw, 168px);
    flex: 0 0 auto;
}
body.error404 .error-page-sculpture::before {
    content: '';
    position: absolute;
    top: 7%;
    left: 50%;
    width: 44%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(145deg, #f3d9ae, #b8874e);
    transform: translateX(-50%);
    box-shadow: 0 9px 24px rgba(0,0,0,.22);
}
body.error404 .error-page-sculpture i {
    position: absolute;
    top: 32%;
    left: 50%;
    width: 66%;
    height: 49%;
    border-radius: 48% 48% 30% 30%;
    background: linear-gradient(145deg, #e9c895, #9b6735);
    transform: translateX(-50%);
    box-shadow: 0 16px 28px rgba(0,0,0,.2);
}
body.error404 .error-page-sculpture b {
    position: absolute;
    right: 9%;
    bottom: 1%;
    left: 9%;
    height: 11%;
    border-radius: 50% 50% 12px 12px;
    background: #d4a460;
    box-shadow: 0 10px 22px rgba(0,0,0,.24);
}
body.error404 .error-page-copy {
    display: grid;
    gap: var(--ds-space-4);
}
body.error404 .error-page-eyebrow {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}
body.error404 .error-page-copy h1 {
    max-width: 13ch;
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 850;
    line-height: 1.12;
}
body.error404 .error-page-copy p {
    max-width: 42rem;
    margin: 0;
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
body.error404 .error-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-2);
}
body.error404 .error-page-actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ds-color-primary);
    border-radius: var(--ds-radius-md);
    padding: .7rem 1rem;
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
body.error404 .error-page-actions .error-page-primary {
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
}
body.error404 .error-page-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-space-3);
}
body.error404 .error-page-links a {
    display: grid;
    gap: var(--ds-space-1);
    min-height: 96px;
    align-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: var(--ds-color-white);
    color: var(--ds-color-body);
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.error404 .error-page-links a:hover {
    transform: translateY(-3px);
    border-color: var(--ds-color-primary-soft);
    box-shadow: var(--ds-shadow-md);
}
body.error404 .error-page-links strong {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
}
body.error404 .error-page-links span {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
}

/* Search results page */
body.search .consultation-fixed-button,
body.search .contact-wheel {
    display: none !important;
}
body.search .search-page-main {
    background:
        radial-gradient(circle at 88% 0, rgba(181, 141, 84, .12), transparent 30rem),
        linear-gradient(180deg, var(--ds-color-surface) 0, var(--ds-color-white) 30rem);
}
body.search .search-page-container {
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    padding-block: clamp(3rem, 6vw, 5rem);
}
body.search .search-page-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .65fr);
    align-items: end;
    gap: var(--ds-space-6);
}
body.search .search-page-heading {
    display: grid;
    gap: var(--ds-space-2);
}
body.search .search-page-eyebrow {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xs);
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}
body.search .search-page-heading h1 {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    line-height: 1.18;
    overflow-wrap: anywhere;
}
body.search .search-page-heading p {
    margin: 0;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-base);
}
body.search .search-page-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid var(--ds-color-line-strong);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-2);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
}
body.search .search-page-form input {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border: 0;
    padding: 0 var(--ds-space-3);
    background: transparent;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    outline: 0;
}
body.search .search-page-form button {
    min-height: 46px;
    border-radius: var(--ds-radius-md);
    padding: 0 var(--ds-space-4);
    background: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
body.search .search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-space-5);
}
body.search .search-result-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-white);
    box-shadow: var(--ds-shadow-sm);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.search .search-result-card:hover {
    transform: translateY(-3px);
    border-color: var(--ds-color-primary-soft);
    box-shadow: var(--ds-shadow-md);
}
body.search .search-result-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
    background: var(--ds-color-surface-2);
}
body.search .search-result-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .3s ease;
}
body.search .search-result-card:hover .search-result-image img {
    transform: scale(1.035);
}
body.search .search-result-type {
    position: absolute;
    top: var(--ds-space-3);
    left: var(--ds-space-3);
    border-radius: 999px;
    padding: .35rem .65rem;
    background: color-mix(in srgb, var(--ds-color-primary) 92%, transparent);
    color: var(--ds-color-white);
    font-size: var(--ds-text-xs);
    font-weight: 800;
}
body.search .search-result-info {
    display: grid;
    flex: 1;
    gap: var(--ds-space-2);
    align-content: start;
    padding: var(--ds-space-4);
}
body.search .search-result-title {
    margin: 0;
    font-size: var(--ds-text-base);
    line-height: 1.4;
}
body.search .search-result-title a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ds-color-ink);
    font-weight: 800;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.search .search-result-info p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
body.search .search-result-action {
    align-self: end;
    margin-top: auto;
    padding-top: var(--ds-space-2);
    color: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
body.search .search-empty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: var(--ds-space-5);
    border: 1px dashed var(--ds-color-line-strong);
    border-radius: var(--ds-radius-lg);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: color-mix(in srgb, var(--ds-color-white) 88%, transparent);
}
body.search .search-empty-icon {
    position: relative;
    width: 74px;
    height: 74px;
    border: 7px solid var(--ds-color-primary-soft);
    border-radius: 50%;
}
body.search .search-empty-icon::after {
    content: '';
    position: absolute;
    right: -22px;
    bottom: -13px;
    width: 34px;
    height: 8px;
    border-radius: 99px;
    background: var(--ds-color-primary-soft);
    transform: rotate(45deg);
}
body.search .search-empty h2 {
    margin: 0 0 var(--ds-space-2);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-xl);
}
body.search .search-empty p {
    max-width: 48rem;
    margin: 0;
    color: var(--ds-color-body);
    line-height: 1.7;
}
body.search .search-quick-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-space-3);
}
body.search .search-quick-links a {
    display: grid;
    gap: var(--ds-space-1);
    min-height: 92px;
    align-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-4);
    background: var(--ds-color-white);
    color: var(--ds-color-body);
    box-shadow: var(--ds-shadow-sm);
}
body.search .search-quick-links strong {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
}
body.search .search-quick-links span {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
}

@media (min-width: 992px) {
    body.search .search-results-grid:has(> .search-result-card:nth-child(10):last-child) > .search-result-card:last-child {
        grid-column: 2;
    }
    body.search .search-results-grid:has(> .search-result-card:nth-child(2):last-child) {
        max-width: 760px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-inline: auto;
    }
    body.search .search-results-grid:has(> .search-result-card:only-child) {
        max-width: 370px;
        grid-template-columns: 1fr;
        margin-inline: auto;
    }
}

@media (max-width: 991px) {
    body.search .search-page-head {
        grid-template-columns: 1fr;
        gap: var(--ds-space-4);
    }
    body.search .search-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--ds-space-4);
    }
}

@media (max-width: 767.98px) {
    body.error404 .error-page-container {
        min-height: 0;
        padding-block: var(--ds-space-5);
    }
    body.error404 .error-page-card {
        grid-template-columns: 1fr;
        gap: var(--ds-space-4);
        padding: var(--ds-space-4);
    }
    body.error404 .error-page-visual {
        min-height: 190px;
        font-size: 5rem;
    }
    body.error404 .error-page-sculpture {
        width: 74px;
        height: 112px;
    }
    body.error404 .error-page-copy h1 {
        font-size: var(--ds-text-2xl);
    }
    body.error404 .error-page-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    body.error404 .error-page-links {
        grid-template-columns: 1fr;
    }
    body.error404 .error-page-links a {
        min-height: 82px;
        padding: var(--ds-space-3) var(--ds-space-4);
    }
    body.search .search-page-container {
        gap: var(--ds-space-5);
        padding-block: var(--ds-space-5);
    }
    body.search .search-page-heading h1 {
        font-size: var(--ds-text-2xl);
    }
    body.search .search-page-form {
        grid-template-columns: 1fr;
        gap: var(--ds-space-2);
    }
    body.search .search-results-grid,
    body.search .search-quick-links {
        grid-template-columns: 1fr;
        gap: var(--ds-space-3);
    }
    body.search .search-result-info {
        padding: var(--ds-space-3);
    }
    body.search .search-empty {
        grid-template-columns: 1fr;
        gap: var(--ds-space-4);
    }
    body.search .search-empty-icon {
        width: 58px;
        height: 58px;
        border-width: 6px;
    }
    body.search .search-empty h2 {
        font-size: var(--ds-text-lg);
    }
}

/* Section shell design system */
section {
    background: var(--section-bg, transparent);
}
body.home main > section.home-section-2.section-group_sections {
    padding-top: calc(var(--ds-space-5) - var(--ds-space-1));
    padding-bottom: calc(var(--ds-space-5) - var(--ds-space-1));
}
section > .container-custom {
    width: min(var(--section-container-width, 100%), 100%);
    max-width: 100%;
    margin-inline: auto;
}
section .section-background {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section .section-head {
    max-width: 820px;
    margin: 0 auto var(--ds-space-6);
}
section .section-title {
    margin: 0;
    color: var(--ds-color-ink);
    font-size: var(--ds-text-2xl);
    font-weight: 800;
    line-height: 1.22;
}
section .section-title.section-align-left,
section .section-head.section-align-left {
    text-align: left;
}
section .section-title.section-align-center,
section .section-head.section-align-center {
    text-align: center;
}
section .section-title.section-align-right,
section .section-head.section-align-right {
    text-align: right;
}
section .section-description {
    margin-top: var(--ds-space-3);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-base);
    line-height: 1.7;
}
section .section-description p:last-child {
    margin-bottom: 0;
}
section .section-content {
    position: relative;
}
section .section-foot {
    display: flex;
    justify-content: center;
    margin-top: var(--ds-space-6);
}
.section-viewmore {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    padding: 0 var(--ds-space-5);
    background: var(--ds-color-surface);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.section-viewmore:hover {
    border-color: var(--ds-color-primary);
    color: var(--ds-color-primary);
}
.collection-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ds-space-3);
    margin: 0 0 var(--ds-space-5);
    padding: 0;
    list-style: none;
}
.collection-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-2);
    padding: 0;
    margin: 0 0 var(--ds-space-5);
    list-style: none;
}
.collection-tabs .collection-tab {
    min-height: 2.5rem;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    padding: 0 var(--ds-space-4);
    background: var(--ds-color-surface);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.collection-tabs .collection-tab.active,
.collection-tabs .collection-tab:hover {
    border-color: var(--ds-color-primary);
    background: var(--ds-color-primary);
    color: var(--ds-color-primary-contrast);
}
.section-questions .section-content {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: var(--ds-space-5);
    align-items: stretch;
}
.section-questions .question-image {
    width: 100%;
    height: 100%;
    min-height: 20rem;
    border-radius: var(--ds-radius-lg);
    object-fit: cover;
    box-shadow: var(--ds-shadow-soft);
}
.section-questions .questions {
    display: grid;
    gap: var(--ds-space-3);
}
.section-questions .question-item {
    overflow: hidden;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-surface);
    box-shadow: var(--ds-shadow-soft);
}
.section-questions .question-title {
    border-bottom: 1px solid var(--ds-color-line);
    padding: var(--ds-space-4);
    background: var(--ds-color-surface-2);
    color: var(--ds-color-ink);
    font-size: var(--ds-text-base);
    font-weight: 800;
}
.section-questions .question-answer {
    padding: var(--ds-space-4);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
    line-height: 1.7;
}
.section-questions .question-answer > *:last-child {
    margin-bottom: 0;
}
.section-banner .banners-grid,
.section-banner .banners-slider:not(.slick-slider),
.section-video .videos-grid,
.section-video .videos-slider:not(.slick-slider) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-space-4);
}
.section-banner .banner-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-surface-2);
}
.section-banner .banner-item > a,
.section-banner .banner-item > img {
    display: block;
    width: 100%;
}
.section-banner .banner-item img {
    width: 100%;
    height: 100%;
    min-height: 12rem;
    object-fit: cover;
    transition: transform .22s ease;
}
.section-banner .banner-item:hover img {
    transform: scale(1.025);
}
.section-banner .banner-caption {
    position: absolute;
    left: var(--ds-space-4);
    right: var(--ds-space-4);
    bottom: var(--ds-space-4);
    border-radius: var(--ds-radius-md);
    padding: var(--ds-space-3) var(--ds-space-4);
    background: color-mix(in srgb, var(--ds-color-ink) 74%, transparent);
    color: var(--ds-color-primary-contrast);
    font-size: var(--ds-text-sm);
    font-weight: 700;
    line-height: 1.5;
}
.section-banner .banner-caption p:last-child {
    margin-bottom: 0;
}
.section-banner .banners-marqueeX,
.section-banner .banners-marqueeY {
    gap: var(--ds-space-3);
}
.section-video .video-item,
.videos-grid .video-item,
.videos-slider .video-item {
    overflow: hidden;
    border-radius: var(--ds-radius-lg);
    box-shadow: var(--ds-shadow-soft);
}
.section-video .video-item img,
.videos-grid .video-item img,
.videos-slider .video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
}
.section-video .video-item:hover img,
.videos-grid .video-item:hover img,
.videos-slider .video-item:hover img {
    transform: scale(1.025);
}
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: color-mix(in srgb, var(--ds-color-primary) 92%, transparent);
    color: var(--ds-color-primary-contrast);
    box-shadow: var(--ds-shadow-soft);
    transform: translate(-50%, -50%);
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.video-item:hover .video-btn,
.video-btn:focus-visible {
    background: var(--ds-color-primary-hover);
    box-shadow: 0 10px 28px color-mix(in srgb, var(--ds-color-black) 34%, transparent);
    transform: translate(-50%, -50%) scale(1.08);
}
.video-btn svg {
    width: 1.1rem;
    height: 1.1rem;
}
.video-item[role="button"] {
    cursor: pointer;
}
.video-item[role="button"]:focus-visible {
    outline: 3px solid var(--ds-color-primary-soft);
    outline-offset: 3px;
}
.video-modal .modal-dialog {
    width: min(1120px, calc(100% - 2rem));
    max-width: 1120px;
    margin-inline: auto;
}
.video-modal .modal-content {
    overflow: visible;
    border: 1px solid color-mix(in srgb, var(--ds-color-white) 18%, transparent);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-black);
    box-shadow: 0 24px 80px color-mix(in srgb, var(--ds-color-black) 55%, transparent);
}
.video-modal-frame {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: inherit;
    background: var(--ds-color-black);
}
.video-modal-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-modal-close {
    position: absolute;
    top: -2.75rem;
    right: 0;
    z-index: 2;
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--ds-color-white) 30%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, var(--ds-color-black) 68%, transparent);
    color: var(--ds-color-white);
    font-size: 1.65rem;
    line-height: 1;
}
.video-modal-close:hover,
.video-modal-close:focus-visible {
    background: var(--ds-color-primary);
}
.video-modal.is-portrait .modal-dialog {
    width: min(440px, calc(100% - 2rem));
}
.video-modal.is-portrait .video-modal-frame {
    aspect-ratio: 9 / 16;
    max-height: calc(100vh - 7rem);
}
@media (max-width: 575.98px) {
    .video-modal .modal-dialog {
        width: calc(100% - 1rem);
    }
    .video-modal-close {
        top: -2.5rem;
    }
}
.section-html {
    color: var(--ds-color-body);
    font-size: var(--ds-text-base);
    line-height: 1.75;
}
.section-html h2,
.section-html h3 {
    color: var(--ds-color-ink);
}
.section-html h2 {
    font-size: var(--ds-text-2xl);
}
.section-html h3 {
    font-size: var(--ds-text-xl);
}
.section-html a {
    color: var(--ds-color-primary);
    font-weight: 700;
}
.section-html img {
    border-radius: var(--ds-radius-lg);
}

/* Special sections design system */
.price-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    background: var(--ds-color-surface);
    box-shadow: var(--ds-shadow-soft);
}
.price-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
}
.price-table strong,
.price-table span {
    display: block;
}
.price-table span {
    margin-top: var(--ds-space-1);
    color: var(--ds-color-muted);
    font-size: var(--ds-text-xs);
    line-height: 1.5;
}
.price-table th,
.price-table td {
    border: 1px solid var(--ds-color-line);
    padding: var(--ds-space-3);
    vertical-align: middle;
}
.price-table thead th {
    background: var(--ds-color-surface-2);
    color: var(--ds-color-ink);
    font-weight: 700;
}
.price-table tbody tr:nth-child(even) {
    background: var(--ds-color-surface-2);
}
.comparisons-grid,
.comparisons-slider:not(.slick-slider) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-space-4);
}
.comparison-item {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: var(--ds-space-3);
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-5);
    background: var(--ds-color-surface);
    box-shadow: var(--ds-shadow-soft);
}
.comparison-item-title {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-lg);
    font-weight: 800;
}
.comparison-item-price {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-xl);
    font-weight: 800;
}
.comparison-item-price sup {
    font-size: var(--ds-text-xs);
}
.comparison-item-description,
.comparison-item-more {
    color: var(--ds-color-muted);
    font-size: var(--ds-text-sm);
    line-height: 1.7;
}
.comparison-item-features {
    display: grid;
    gap: var(--ds-space-2);
    margin: 0;
    padding: 0;
    list-style: none;
}
.comparison-item-features li {
    display: flex;
    gap: var(--ds-space-2);
    align-items: flex-start;
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
}
.comparison-item-features li::before {
    content: "";
    width: .45rem;
    height: .45rem;
    margin-top: var(--ds-space-2);
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--ds-color-primary);
}
.comparison-item-features li.disable {
    color: var(--ds-color-muted);
}
.comparison-item-features li.disable::before {
    background: var(--ds-color-line-strong);
}
.comparison-item-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    margin-top: auto;
    border-radius: var(--ds-radius-md);
    padding: 0 var(--ds-space-4);
    background: var(--ds-color-primary);
    color: var(--ds-color-primary-contrast);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
.comparison-item-link:hover {
    color: var(--ds-color-primary-contrast);
    background: var(--ds-color-primary-hover);
}
.section-statics {
    text-align: center;
}
.section-statics .section-title,
.section-statics .section-head .section-title {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-2xl);
}
.section-statics .section-description {
    color: var(--ds-color-muted);
}
.section-statics .section-background {
    filter: brightness(.72);
}
.section-statics .statics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ds-space-4);
    margin: 0;
    padding: 0;
}
.statics .static-item,
.section-statics .statics .static-item {
    width: auto;
    height: auto;
    min-height: 9rem;
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-5);
    background: color-mix(in srgb, var(--ds-color-surface) 88%, transparent);
    box-shadow: var(--ds-shadow-soft);
}
.statics .number,
.statics .suffix {
    color: var(--ds-color-primary);
    font-size: var(--ds-text-2xl);
    line-height: 1.1;
}
.statics .text {
    margin-top: var(--ds-space-2);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
}
.section-special-product {
    color: var(--ds-color-primary-contrast);
}
.section-special-product .section-background {
    filter: brightness(.48);
}
.section-special-product .section-head {
    position: relative;
    margin-bottom: var(--ds-space-6);
}
.section-special-product .section-title,
.section-special-product h2 {
    font-size: var(--ds-text-2xl);
    line-height: 1.2;
}
.section-special-product .section-description,
.section-special-product .sp-content-description {
    color: color-mix(in srgb, var(--ds-color-primary-contrast) 86%, transparent);
    font-size: var(--ds-text-base);
    line-height: 1.7;
}
.section-special-product .section-content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1fr) minmax(280px, .85fr);
    gap: var(--ds-space-6);
    align-items: center;
}
.section-special-product .sp-orbit {
    aspect-ratio: 1;
    width: min(100%, 18rem);
    margin-inline: auto;
    border-radius: 50%;
    background: conic-gradient(from 45deg, var(--ds-color-primary), var(--ds-color-accent), transparent 72%);
    opacity: .55;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1rem), var(--ds-color-black) calc(100% - .95rem));
    mask: radial-gradient(farthest-side, transparent calc(100% - 1rem), var(--ds-color-black) calc(100% - .95rem));
}
.section-special-product .sp-content-time {
    margin-top: var(--ds-space-6);
    display: flex;
    flex-wrap: wrap;
    gap: var(--ds-space-4);
    align-items: center;
}
.section-special-product .sp-content-time-label {
    text-align: center;
}
.section-special-product .sp-content-time .countdown-time {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    font-size: var(--ds-text-base);
    font-weight: 800;
}
.section-special-product .sp-form {
    border: 1px solid color-mix(in srgb, var(--ds-color-line) 72%, transparent);
    border-radius: var(--ds-radius-lg);
    padding: var(--ds-space-5);
    background: var(--ds-color-surface);
    color: var(--ds-color-body);
    box-shadow: var(--ds-shadow-soft);
}
.section-special-product .sp-form h3 {
    color: var(--ds-color-ink);
    font-size: var(--ds-text-lg);
}
.section-special-product .sp-form textarea,
.section-special-product .sp-form input[type="tel"],
.section-special-product .sp-form input[type="text"] {
    border: 1px solid var(--ds-color-line);
    border-radius: var(--ds-radius-md);
    padding: var(--ds-space-3);
    color: var(--ds-color-body);
    font-size: var(--ds-text-sm);
}
.section-special-product .sp-form input[type="submit"] {
    border: 0;
    border-radius: var(--ds-radius-md);
    background: var(--ds-color-primary);
    font-size: var(--ds-text-sm);
    font-weight: 800;
}
@media (max-width: 991px) {
    .comparisons-grid,
    .comparisons-slider:not(.slick-slider),
    .section-statics .statics,
    .section-banner .banners-grid,
    .section-banner .banners-slider:not(.slick-slider),
    .section-video .videos-grid,
    .section-video .videos-slider:not(.slick-slider) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .section-special-product .section-content {
        grid-template-columns: 1fr;
    }
    .content-layout.has-toc {
        grid-template-columns: 1fr;
    }
    .content-layout.has-toc .content-toc,
    .content-layout.has-toc .content-article {
        order: initial;
    }
    .content-toc {
        position: static;
    }
    .section-special-product .sp-orbit {
        display: none;
    }
}
@media (max-width: 575px) {
    .comparisons-grid,
    .comparisons-slider:not(.slick-slider),
    .section-statics .statics,
    .section-banner .banners-grid,
    .section-banner .banners-slider:not(.slick-slider),
    .section-video .videos-grid,
    .section-video .videos-slider:not(.slick-slider) {
        grid-template-columns: 1fr;
    }
    .comparison-item,
    .section-special-product .sp-form {
        padding: var(--ds-space-4);
    }
    .section-banner .banner-caption {
        left: var(--ds-space-3);
        right: var(--ds-space-3);
        bottom: var(--ds-space-3);
    }
}

@media (max-width: 991.98px) {
    :root {
        --video-frame-height: 360px;
    }
    .header-desktop-tools {
        display: none;
    }
    .header-mobile-menu {
        display: block;
    }
    .site-menu {
        --bs-offcanvas-width: 100vw;
        width: 100vw;
        max-width: 100vw;
        background: var(--ds-color-primary);
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        gap: 0;
        z-index: 9999;
    }
    .site-menu-toggle:checked ~ .header-bottom .site-menu,
    .site-menu.is-open {
        visibility: visible;
        transform: none;
    }
    .site-menu-toggle:checked ~ .header-bottom .site-menu {
        box-shadow: -16px 0 40px color-mix(in srgb, var(--ds-color-black) 22%, transparent);
    }
    body:has(.site-menu-toggle:checked) {
        overflow: hidden;
    }
    body:has(.site-menu-toggle:checked) .contact-wheel,
    body:has(.site-menu-toggle:checked) .consultation-fixed-button {
        display: none;
    }
    body.site-menu-open {
        overflow: hidden;
    }
    .site-menu-head {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: var(--ds-space-4);
        border-bottom: 1px solid color-mix(in srgb, var(--ds-color-white) 12%, transparent);
        color: var(--ds-color-white);
        font-size: var(--ds-text-md);
        font-weight: 800;
    }
    .site-menu a {
        width: 100%;
        padding: var(--ds-space-3) var(--ds-space-4);
        border-radius: 0;
        font-size: var(--ds-text-sm);
    }
    .site-menu > .menu-item {
        width: 100%;
        border-bottom: 1px solid color-mix(in srgb, var(--ds-color-white) 12%, transparent);
        background: transparent;
    }
    .site-menu .sub-menu {
        position: unset;
        width: 100%;
        margin-bottom: 0;
        padding: 0 0 0 var(--ds-space-4);
        border-radius: 0;
        background: color-mix(in srgb, var(--ds-color-white) 8%, transparent);
        box-shadow: none;
        transform: translate(0, 0);
    }
    body.single-du-an .project-hero {
        grid-template-columns: 1fr;
    }
    body.single-san-pham .product-hero {
        grid-template-columns: 1fr;
    }
    body.single-san-pham .product-summary {
        order: -1;
    }
    body.single-san-pham .product-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.single-video .video-detail-hero {
        grid-template-columns: 1fr;
    }
    body.single-video .video-summary {
        order: -1;
    }
    body.single-video .archive-grid-videos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.single-post .article-hero {
        grid-template-columns: 1fr;
    }
    body.single-post .article-summary {
        order: -1;
    }
    body.single-post .article-related-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.single-du-an .project-summary {
        order: -1;
    }
    body.single-du-an .project-media.is-portrait-video .video-item {
        max-width: 52%;
    }
    body.single-du-an .project-related-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-brand,
    .footer-company,
    .footer-hotlines {
        grid-column: span 2;
    }
    .archive-grid-posts,
    .archive-grid-projects,
    .archive-grid-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    :root {
        font-size: var(--ds-text-sm);
        --video-frame-height: 420px;
    }
    body.single-du-an .project-detail {
        gap: var(--ds-space-5);
    }
    body.single-du-an .project-detail-page {
        padding: var(--ds-space-5) 0;
    }
    body.single-du-an .project-summary {
        padding: var(--ds-space-4);
    }
    body.single-du-an .project-summary h1 {
        font-size: var(--ds-text-xl);
    }
    body.single-du-an .project-summary-lead {
        line-height: 1.65;
    }
    body.single-du-an .project-section-head h2 {
        font-size: var(--ds-text-lg);
    }
    body.single-du-an .project-related-list {
        grid-template-columns: 1fr;
        gap: var(--ds-space-3);
    }
    body.single-san-pham .product-detail-page {
        padding: var(--ds-space-5) 0;
    }
    body.single-san-pham .product-detail-page > .container {
        gap: var(--ds-space-5);
    }
    body.single-san-pham .product-summary,
    body.single-san-pham .product-specs {
        padding: var(--ds-space-4);
    }
    body.single-san-pham .product-order-guide {
        padding: var(--ds-space-4);
    }
    body.single-san-pham .product-order-grid {
        grid-template-columns: 1fr;
        gap: var(--ds-space-3);
    }
    body.single-san-pham .product-order-grid > div {
        min-height: 0;
        padding: var(--ds-space-4);
    }
    body.single-san-pham .product-summary h1 {
        font-size: var(--ds-text-xl);
    }
    body.single-san-pham .product-section-head h2 {
        font-size: var(--ds-text-lg);
    }
    body.single-san-pham .product-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--ds-space-3);
    }
    body.single-video .video-summary,
    body.single-video .video-player {
        padding: var(--ds-space-4);
    }
    body.single-video .video-player-label {
        top: var(--ds-space-3);
        left: var(--ds-space-3);
    }
    body.single-video .video-detail-page {
        padding: var(--ds-space-5) 0;
    }
    body.single-video .video-detail {
        gap: var(--ds-space-5);
    }
    body.single-video .video-summary h1 {
        font-size: var(--ds-text-xl);
    }
    body.single-video .video-section-head h2 {
        font-size: var(--ds-text-lg);
    }
    body.single-video .archive-grid-videos {
        grid-template-columns: 1fr;
        gap: var(--ds-space-3);
    }
    body.single-post .article-detail-page {
        padding: var(--ds-space-5) 0;
    }
    body.single-post .article-detail {
        gap: var(--ds-space-5);
    }
    body.single-post .article-summary {
        padding: var(--ds-space-4);
    }
    body.single-post .article-summary h1 {
        font-size: var(--ds-text-xl);
    }
    body.single-post .article-media-label {
        top: var(--ds-space-3);
        left: var(--ds-space-3);
    }
    body.single-post .article-content .content-article > h2 {
        padding: var(--ds-space-3);
    }
    body.single-post .article-section-head h2 {
        font-size: var(--ds-text-lg);
    }
    body.single-post .article-related-list {
        grid-template-columns: 1fr;
        gap: var(--ds-space-3);
    }
    body.single-du-an .project-info-item {
        grid-template-columns: 1fr;
        gap: var(--ds-space-1);
    }
    body.single-du-an .project-media.has-video {
        padding: var(--ds-space-4);
    }
    body.single-du-an .project-media.is-portrait-video .video-item {
        max-width: 78%;
    }
    body.single-du-an .project-media-label {
        top: var(--ds-space-3);
        left: var(--ds-space-3);
    }
    body.single-du-an .project-content .content-article > h2 {
        padding: var(--ds-space-3);
    }
    body.single-du-an .project-content .content-article > img,
    body.single-du-an .project-content .content-article > p > img:only-child {
        max-height: none;
    }
    .header-main .container {
        gap: var(--ds-space-2);
    }
    #logo {
        order: -1;
        flex: 1 1 auto;
        justify-content: center;
        max-width: none;
        padding: var(--ds-space-3) 0;
    }
    #logo .site-logo-text {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    #header-buttons {
        display: none;
    }
    section {
        padding: var(--ds-space-5) 0;
    }
    .archive-page {
        padding: var(--ds-space-5) 0;
    }
    .footer-grid,
    .footer-hotline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-grid {
        gap: var(--ds-space-4) var(--ds-space-3);
    }
    .footer-brand,
    .footer-actions,
    .footer-company,
    .footer-hotlines {
        grid-column: 1 / -1;
    }
    .site-footer > .container {
        padding-top: var(--ds-space-4);
        padding-bottom: var(--ds-space-4);
    }
    .site-footer .title-f {
        margin-bottom: var(--ds-space-2);
    }
    .site-footer .content-f ul,
    .site-footer .menu {
        gap: var(--ds-space-1);
    }
    .site-footer .content-f a,
    .footer-company a {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
    }
    .footer-social-title {
        margin-top: var(--ds-space-3);
    }
    .footer-hotline {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: var(--ds-space-2);
        padding: var(--ds-space-2);
    }
    .footer-hotline-avatar {
        width: 44px;
        height: 44px;
    }
    .footer-hotline strong {
        font-size: var(--ds-text-xs);
    }
    .footer-hotline span {
        font-size: var(--ds-text-sm);
    }
    .footer-socials {
        justify-content: flex-start;
    }
    .contact-wheel {
        left: 12px;
        bottom: 12px;
    }
    .contact-wheel-trigger {
        width: 48px;
        height: 48px;
    }
    .contact-wheel-icon {
        transform: scale(.86);
    }
    .consultation-fixed-button {
        display: none;
    }
    .slick-slider .slick-prev,
    .slick-slider .slick-next {
        width: 44px;
        height: 44px;
    }
    .consultation-modal .modal-content {
        padding: var(--ds-space-4);
    }
    .archive-head {
        margin-bottom: var(--ds-space-4);
    }
    .section-collection .post-info,
    .section-group_collection .post-info,
    .section-collection .san-pham-info,
    .section-group_collection .san-pham-info,
    .section-collection .du-an-info,
    .section-group_collection .du-an-info,
    .collection-grid .post-info,
    .collection-grid .san-pham-info,
    .collection-grid .du-an-info {
        padding: var(--ds-space-3);
    }
    .section-collection .post-title a,
    .section-group_collection .post-title a,
    .section-collection .san-pham-title,
    .section-group_collection .san-pham-title,
    .section-collection .du-an-title,
    .section-group_collection .du-an-title,
    .collection-grid .post-title a,
    .collection-grid .san-pham-title,
    .collection-grid .du-an-title {
        font-size: var(--ds-text-sm);
    }
    .section-collection .san-pham-price,
    .section-group_collection .san-pham-price,
    .collection-grid .san-pham-price {
        font-size: var(--ds-text-base);
    }
    .archive-head h1 {
        font-size: var(--ds-text-xl);
    }
    body.tax-product_cat .archive-head h1 {
        font-size: 1.85rem;
    }
    body.tax-product_cat .archive-head .term-description {
        padding: var(--ds-space-4);
    }
    .archive-grid-posts,
    .archive-grid-projects {
        grid-template-columns: 1fr;
    }
    .archive-grid-products {
        gap: var(--ds-space-3);
    }
    .archive-page .post-info,
    .archive-page .du-an-info,
    .archive-page .san-pham-info {
        padding: var(--ds-space-3);
    }
    .archive-page .post-title a,
    .archive-page .du-an-title,
    .archive-page .san-pham-title {
        font-size: var(--ds-text-sm);
    }
    body.tax-product_cat .archive-page .san-pham-info {
        min-height: 5.25rem;
        align-content: center;
    }
    body.tax-product_cat .archive-page .san-pham-title {
        -webkit-line-clamp: 3;
    }
    body.tax-product_cat .archive-grid-products > .san-pham-item:nth-child(odd):last-child {
        width: calc((100% - var(--ds-space-3)) / 2);
        grid-column: 1 / -1;
        justify-self: center;
    }
    .archive-product-cta {
        align-items: stretch;
        flex-direction: column;
        padding: var(--ds-space-4);
    }
    .archive-product-cta-actions {
        flex-direction: column;
    }
    .archive-product-cta-actions a,
    .archive-product-cta-actions button {
        width: 100%;
    }
    .archive-page .san-pham-price {
        font-size: var(--ds-text-base);
    }
    .slick-prev {
        top: calc(100% + 21px);
        left: .5rem;
    }
    .slick-next {
        top: calc(100% + 21px);
        right: .5rem;
    }
    .section-special-product .sp-form {
        padding: var(--ds-space-4);
    }
    .section-special-product .section-content {
        grid-template-columns: 1fr;
    }
    .section-special-product .sp-orbit {
        display: none;
    }
    #header-contact-button {
        display: none;
    }
    .section-statics .statics .static-item {
        height: 150px;
        width: 150px;
    }
    .section-questions .section-content {
        grid-template-columns: auto;
    }
    .section-questions .question-image {
        display: none;
    }
    .banners-grid {
        gap: var(--ds-space-1);
    }
    .slick-slide {
        margin: 0 var(--ds-space-1);
    }
    .countdown .countdown-time {
        font-size: var(--ds-text-xl);
    }
    .list .section-viewmore {
        font-size: var(--ds-text-sm);
    }
}
