/* Flat Cutlery base styles */

:root {
--ink: #1f1b16;
    --muted: #6f675e;
    --gold: #b8893d;
    --beige: #f5efe5;
    --line: #e7ded1;
    --footer: #17120e;
    --focus-ring: #8a5b16;
}

* {
box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

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

.skip-link {
position: fixed;
    top: 12px;
    left: 12px;
    z-index: 200;
    padding: 12px 18px;
    border: 2px solid #fff;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 0 0 3px var(--focus-ring), 0 10px 28px rgba(0, 0, 0, .24);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transform: translateY(calc(-100% - 20px));
    transition: transform .16s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
outline: 0;
    transform: translateY(0);
}

body.mobile-nav-open {
overflow: hidden;
    touch-action: none;
}

.site-scroll-top {
position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(184, 137, 61, .28);
    border-radius: 999px;
    background: #fff;
    color: var(--gold);
    box-shadow: 0 14px 36px rgba(55, 43, 29, .16);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .22s ease, transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.site-scroll-top.is-visible {
opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-scroll-top:hover,
.site-scroll-top:focus-visible {
background: var(--gold);
    color: #fff;
    box-shadow: 0 18px 46px rgba(184, 137, 61, .34);
}

.site-scroll-top .lucide {
width: 22px;
    height: 22px;
}

.hot-bottom-cta {
display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 24px;
    align-items: center;
    margin: 48px calc(clamp(20px, 5vw, 72px) * -1) -72px;
    padding: 28px clamp(20px, 7vw, 92px);
    background: linear-gradient(90deg, #b77b28, #d0a056);
    color: #fff;
}

.hot-bottom-cta > .lucide {
width: 52px;
    height: 52px;
}

.hot-bottom-cta h2,
.hot-bottom-cta p {
margin: 0;
    color: #fff;
}

.hot-bottom-cta .button {
border-color: transparent;
    background: #fff;
    color: #2c231b;
}

.luxury-hero__image {
position: relative;
    margin: 0;
}

.luxury-hero__image::before {
content: "";
    position: absolute;
    inset: 8% -2% 4% 10%;
    border: 2px solid rgba(215, 163, 76, .72);
    border-radius: 999px;
    transform: rotate(-9deg);
}

.luxury-hero__image img {
position: relative;
    z-index: 1;
    aspect-ratio: 1.35;
    border-radius: 42px;
    filter: drop-shadow(0 28px 50px rgba(0, 0, 0, .38));
}

.luxury-final-cta {
padding: clamp(22px, 3.2vw, 37px);
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fbf0dd url('/uploads/luxury/beijing.webp?v=2') center center / cover no-repeat;
}

.finish-swatch {
display: block;
    width: clamp(54px, 5vw, 76px);
    height: clamp(54px, 5vw, 76px);
    border-radius: 50%;
    box-shadow: inset 0 8px 18px rgba(255, 255, 255, .45), inset 0 -10px 20px rgba(0, 0, 0, .16), 0 10px 20px rgba(55, 43, 29, .1);
}

.finish-swatch--rose {
background: linear-gradient(135deg, #ffe2d4 0%, #c47b61 45%, #f1b39b 72%, #874636 100%);
}

.luxury-chip-grid {
display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
}

.luxury-chip-grid span {
padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fffaf3;
    color: var(--ink);
    font-weight: 800;
    text-align: center;
}

.luxury-final-cta {
position: relative;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 168px;
    margin-bottom: 0;
    overflow: hidden;
}

.luxury-final-cta::before {
content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(251, 240, 221, .96) 0%, rgba(251, 240, 221, .88) 34%, rgba(251, 240, 221, .45) 58%, rgba(251, 240, 221, 0) 78%);
    pointer-events: none;
}

.luxury-final-cta > * {
position: relative;
    z-index: 1;
}

.luxury-final-cta__content {
max-width: 680px;
}

.luxury-final-cta .hero-actions {
align-self: center;
    padding-right: clamp(160px, 22vw, 360px);
}

.luxury-final-cta .button:not(.button--primary) {
border-color: transparent;
    background: #fff;
    color: var(--ink);
}

@media (max-width: 767px) {
.hot-bottom-cta {
margin-bottom: -72px;
}

.luxury-hero__image img {
border-radius: 24px;
}

.luxury-final-cta {
background: #fbf0dd url('/uploads/luxury/beijing.webp?v=2') center center / cover no-repeat;
}

.luxury-final-cta::before {
background: linear-gradient(180deg, rgba(251, 240, 221, .97) 0%, rgba(251, 240, 221, .9) 56%, rgba(251, 240, 221, .62) 100%);
}

.luxury-final-cta .hero-actions {
padding-right: 0;
}
}

a {
color: inherit;
}

.site-header {
--mega-top: 110px;
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
--mega-top: 76px;
}

.site-container {
margin-right: clamp(20px, 5vw, 72px);
    margin-left: clamp(20px, 5vw, 72px);
}

.topbar {
max-height: 34px;
    overflow: hidden;
    background: linear-gradient(90deg, #b47d28, #c99b4e);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    opacity: 1;
    transition: max-height .24s ease, opacity .2s ease;
}

.site-header.is-scrolled .topbar {
max-height: 0;
    opacity: 0;
}

.topbar__inner {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 34px;
}

.topbar__inner > span,
.topbar__inner > a {
display: inline-flex;
    align-items: center;
    gap: 6px;
}

.topbar__optional {
text-decoration: none;
}

.topbar__optional:hover,
.topbar__optional:focus-visible {
text-decoration: underline;
    text-underline-offset: 3px;
}

.topbar .lucide {
width: 16px;
    height: 16px;
    color: currentColor;
}

.topbar__mobile-text {
display: none;
}

.site-nav-row {
display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-height: 76px;
}

.sr-only {
position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.brand {
display: inline-flex;
    align-items: center;
    width: min(180px, 42vw);
    color: #b77d2a;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.brand__logo {
display: block;
    width: 100%;
    height: auto;
    max-height: 45px;
    object-fit: contain;
}

.site-nav {
display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #171717;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.site-nav a,
.nav-mega__trigger,
.footer-links a,
.listing-card a,
.product-card a,
.feature-card a {
text-decoration: none;
}

.site-nav a:hover,
.site-nav a.is-active,
.nav-mega:hover .nav-mega__trigger,
.nav-mega.is-open .nav-mega__trigger,
.nav-mega.is-active .nav-mega__trigger,
.listing-card a,
.product-card a,
.feature-card a {
color: var(--gold);
}

.site-nav a.is-active,
.nav-mega.is-active .nav-mega__trigger {
position: relative;
}

.site-nav a.is-active::after,
.nav-mega.is-active .nav-mega__trigger::after {
content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 2px;
    background: var(--gold);
}

.nav-mega {
position: relative;
}

.nav-mega__trigger {
display: inline-flex;
    align-items: center;
    min-height: 34px;
}

.nav-mega__panel {
position: fixed;
    top: var(--mega-top);
    left: 50%;
    z-index: 20;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 18px;
    width: min(1360px, calc(100vw - 32px));
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(55, 43, 29, .12);
    transform: translateX(-50%);
    transition: top .24s ease;
}

.nav-mega:hover .nav-mega__panel,
.nav-mega:focus-within .nav-mega__panel,
.nav-mega.is-open .nav-mega__panel {
display: grid;
}

.nav-mega__panel h2 {
margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nav-mega__panel section {
display: grid;
    align-content: start;
    gap: 9px;
}

.nav-mega__panel a {
color: var(--muted);
}

.nav-mega__material a {
white-space: nowrap;
}

@media (min-width: 1280px) {
.nav-mega:not(.nav-mega--markets) .nav-mega__panel {
grid-template-columns: repeat(5, minmax(120px, 1fr)) minmax(185px, 1.25fr) minmax(220px, 1.45fr);
        column-gap: 24px;
}
}

.nav-mega--markets .nav-mega__panel {
position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 280px;
    padding: 18px;
    border-radius: 16px;
    transform: translateX(-50%);
}

.site-quote-button,
.home-gold-button {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border: 0;
    border-radius: 4px;
    background: #bd8430;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.site-quote-button .lucide,
.home-gold-button .lucide,
.button .lucide,
.hero-actions .button .lucide,
.home-bottom-cta .button .lucide {
width: 17px;
    height: 17px;
    margin-left: 8px;
    vertical-align: -3px;
}

.site-nav-actions {
display: flex;
    align-items: center;
    gap: 12px;
}

.site-search {
display: flex;
    align-items: center;
    width: clamp(190px, 15vw, 260px);
    height: 42px;
    padding: 0 4px 0 14px;
    border: 1px solid rgba(189, 132, 48, .28);
    border-radius: 999px;
    background: #fffaf3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 10px 28px rgba(55, 43, 29, .06);
}

.site-search input {
min-width: 0;
    flex: 1;
    height: 100%;
    padding: 0 8px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
}

.site-search input::placeholder {
color: #a39280;
}

.site-search button {
display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    min-width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--gold);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
}

.site-search button:hover {
background: rgba(189, 132, 48, .08);
}

.site-search button .lucide {
width: 17px;
    height: 17px;
    color: currentColor;
}

.site-search:focus-within {
border-color: rgba(189, 132, 48, .62);
    box-shadow: 0 0 0 3px rgba(189, 132, 48, .11), 0 14px 32px rgba(55, 43, 29, .08);
}

main {
padding: 0 clamp(20px, 5vw, 72px) 72px;
}

main#main-content {
scroll-margin-top: 110px;
}

.hero {
display: grid;
    gap: 22px;
    max-width: 980px;
    padding: clamp(56px, 10vw, 120px) 0 48px;
}

.eyebrow {
margin: 0;
    color: var(--gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1,
h2,
p {
margin-top: 0;
}

h1 {
margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(40px, 7vw, 82px);
    line-height: 0.96;
}

h2 {
font-size: 22px;
}

.hero p,
.feature-card p,
.listing-card p,
.product-card p,
.site-footer p {
color: var(--muted);
    line-height: 1.7;
}

.hero > p {
max-width: 720px;
    font-size: 18px;
}

.hero-actions {
display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.button {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid var(--gold);
    border-radius: 999px;
    color: var(--gold);
    text-decoration: none;
}

.mobile-menu-toggle,
.mobile-nav-close {
display: none;
}

.mobile-nav-overlay,
.mobile-nav-drawer {
display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
.site-container {
margin-right: 24px;
        margin-left: 24px;
}

.site-nav-row {
gap: 16px;
}

.brand {
font-size: 25px;
}

.site-nav {
gap: 14px;
        font-size: 13px;
}

.site-search {
width: 210px;
}
}

.button--primary {
color: #fff;
    background: var(--gold);
}

.button.is-active {
filter: brightness(.94);
}

button.button {
cursor: pointer;
    font: inherit;
}

.home-hero,
.home-section,
.home-split,
.home-proof-grid,
.home-final-cta {
width: min(1320px, calc(100vw - 40px));
    margin: 0 auto;
}

.home-hero {
display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(36px, 6vw, 80px);
    align-items: center;
    padding: clamp(72px, 10vw, 128px) 0 86px;
}

.home-hero__copy {
display: grid;
    gap: 18px;
}

.home-hero h1 {
max-width: 820px;
    color: #16120e;
    font-size: clamp(44px, 6vw, 78px);
}

.home-hero h2 {
max-width: 720px;
    color: var(--gold);
    font-size: clamp(20px, 2.3vw, 30px);
    line-height: 1.25;
}

.home-hero p,
.home-section__head p,
.home-split p,
.home-proof p,
.home-final-cta p {
color: var(--muted);
    line-height: 1.75;
}

.home-hero__media,
.home-split figure {
min-height: 420px;
    margin: 0;
    border-radius: 34px;
    background: radial-gradient(circle at 30% 20%, #fff 0%, #f2e7d5 45%, #c8a45d 100%);
    box-shadow: 0 30px 90px rgba(55, 43, 29, .12);
    overflow: hidden;
}

.home-hero__media img,
.home-split figure img,
.home-card img {
display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section,
.home-split,
.home-proof-grid,
.home-final-cta {
padding: 82px 0;
}

.home-section--beige {
width: 100%;
    max-width: none;
    padding-right: max(20px, calc((100vw - 1320px) / 2));
    padding-left: max(20px, calc((100vw - 1320px) / 2));
    background: var(--beige);
}

.home-section__head {
display: grid;
    gap: 12px;
    max-width: 760px;
    margin-bottom: 34px;
}

.home-section__head h2,
.home-split h2,
.home-proof h2,
.home-final-cta h2 {
margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
}

.home-card-grid,
.home-product-grid,
.home-proof-grid {
display: grid;
    gap: 24px;
}

.home-card-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.home-card {
display: grid;
    align-content: start;
    gap: 12px;
    min-height: 210px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 22px 60px rgba(55, 43, 29, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.home-card:hover {
transform: translateY(-3px);
    box-shadow: 0 28px 80px rgba(55, 43, 29, .1);
}

.home-card img {
height: 160px;
    border-radius: 18px;
}

.home-card strong {
color: var(--ink);
    font-size: 19px;
}

.home-card span {
color: var(--muted);
    line-height: 1.6;
}

.home-card--soft {
background: rgba(255,255,255,.86);
}

.home-card--collection {
min-height: 260px;
    background: linear-gradient(145deg, #fff 0%, #f7efe1 100%);
}

.home-split {
display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 56px;
    align-items: center;
}

.home-tag-grid {
display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0;
}

.home-tag-grid span,
.home-proof li {
border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: #4c453c;
}

.home-tag-grid span {
padding: 10px 14px;
}

.home-proof-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-proof {
padding: 34px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
}

.home-proof ul {
display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.home-proof li {
padding: 9px 12px;
}

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

.home-final-cta {
display: grid;
    justify-items: center;
    gap: 16px;
    margin-bottom: 82px;
    padding: 70px 24px;
    border-radius: 34px;
    background: #17120e;
    color: #fff;
    text-align: center;
}

.home-final-cta p {
max-width: 680px;
    color: #d9cfc2;
}

.home-final-cta .button:not(.button--primary) {
border-color: #d9c08b;
    color: #f4dfad;
}

.empty-state {
display: grid;
    gap: 8px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    color: var(--muted);
}

.home-hot-card .card-actions {
display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-featured {
display: grid;
    grid-template-columns: 210px 1fr;
    gap: 28px;
    padding: 34px 0 0;
}

.home-featured aside h2 {
margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.05;
    text-transform: uppercase;
}

.home-featured aside p {
color: #555;
    line-height: 1.65;
}

.home-featured__grid {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-featured-card {
position: relative;
    display: block;
    min-height: 170px;
    border-radius: 6px;
    background: linear-gradient(135deg, #f2f2f2, #d2b47b);
    color: #fff;
    overflow: hidden;
    text-decoration: none;
}

.home-featured-card img {
width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-featured-card span {
position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 14px 12px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.68));
    text-align: center;
}

.home-featured-card strong,
.home-featured-card small {
display: block;
}

@keyframes home-cert-scroll {
from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% * 7 - 18px * 7));
    }
}

.home-bottom-cta .cta-trust span {
font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,.82);
}

.site-footer {
padding: 36px 0 14px;
    background: #1d1d1d;
    color: #d9d9d9;
}

.site-footer__grid {
display: grid;
    grid-template-columns: 1.3fr repeat(4, 1fr);
    gap: 28px;
}

.site-footer strong {
color: #c99b4e;
    font-size: 26px;
}

.site-footer h3 {
margin: 0 0 12px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.site-footer a,
.site-footer p {
display: block;
    margin: 0 0 8px;
    color: #cfcfcf;
    font-size: 13px;
    line-height: 1.55;
    text-decoration: none;
}

.site-footer p .lucide,
.site-footer__contact-link .lucide {
width: 16px;
    height: 16px;
    margin-right: 7px;
    color: #cfcfcf;
    vertical-align: -3px;
}

.site-footer p:hover .lucide,
.site-footer__contact-link:hover .lucide,
.site-footer__contact-link:focus-visible .lucide {
color: #c8a45d;
}

.site-footer__contact-link:hover,
.site-footer__contact-link:focus-visible {
color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer__subscribe-row {
display: flex;
}

.site-footer__subscribe-row input {
min-width: 0;
    flex: 1;
    height: 38px;
    border: 0;
    padding: 0 10px;
    border-radius: 2px 0 0 2px;
}

.site-footer__subscribe-row button {
border: 0;
    background: #bd8430;
    color: #fff;
    padding: 0 12px;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    transition: background-color .2s ease, opacity .2s ease;
}

.site-footer__subscribe-row button:hover {
background: #ce933a;
}

.site-footer__subscribe-row button:disabled {
cursor: wait;
    opacity: .7;
}

.site-footer .site-footer__subscribe-note {
margin: 8px 0 0;
    color: #999;
    font-size: 11px;
}

.site-footer .site-footer__subscribe-message {
min-height: 18px;
    margin: 6px 0 0;
    font-size: 12px;
}

.site-footer__subscribe-message.is-success {
color: #9ed5a8;
}

.site-footer__subscribe-message.is-error {
color: #f0a5a5;
}

.site-footer .site-footer__honeypot {
position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-footer__social {
display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.site-footer .site-footer__social a {
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 999px;
    background: #bd8430;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.site-footer .site-footer__social a:hover,
.site-footer .site-footer__social a:focus-visible {
background: #d09a47;
    transform: translateY(-2px);
}

.site-footer__bottom {
display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #aaa;
    font-size: 12px;
}

.site-footer__legal {
display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.site-footer .site-footer__legal a {
display: inline;
    margin: 0;
    color: #aaa;
    font-size: inherit;
}

.site-footer__legal a + a {
margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .28);
}

.site-footer .site-footer__legal a:hover,
.site-footer .site-footer__legal a:focus-visible {
color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 520px) {
.site-footer__bottom {
align-items: flex-start;
}
}

.product-card--empty {
grid-column: 1 / -1;
}

.pagination {
display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
}

.pagination a {
display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    text-decoration: none;
}

.pagination .is-current {
color: #fff;
    background: var(--gold);
    border-color: var(--gold);
}

.blog-content .rich-video,
.rich-copy .rich-video {
display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 24px 0;
    border: 0;
    border-radius: 18px;
}

.contact-card {
max-width: 720px;
}

.contact-card form {
display: grid;
    gap: 18px;
}

.contact-card label {
display: grid;
    gap: 8px;
    color: var(--muted);
}

.contact-card input,
.contact-card textarea {
width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    font: inherit;
}

.contact-card textarea {
min-height: 140px;
}

.footer-links {
display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #dbc7ad;
}

.breadcrumb {
display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
    color: var(--muted);
    font-size: 13px;
}

.breadcrumb a {
text-decoration: none;
}

.type-filter {
align-self: start;
    border-right: 1px solid var(--line);
    padding-right: 22px;
}

.sidebar-section {
padding-bottom: 18px;
    padding-top: 20px;
    border-bottom: 1px solid var(--line);
}

.sidebar-section h2 {
margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar-nav {
display: grid;
    gap: 8px;
}

.sidebar-nav__item {
display: block;
    padding: 9px 12px;
    border-radius: 12px;
    color: var(--muted);
    text-decoration: none;
}

.sidebar-nav__item.is-active,
.sidebar-nav__item:hover {
background: var(--beige);
    color: var(--gold);
}

.sidebar-section--products {
display: grid;
    gap: 10px;
}

.sidebar-accordion__group {
border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.sidebar-accordion__trigger {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    background: #fffaf3;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.sidebar-accordion__arrow {
width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
}

.sidebar-accordion__group.is-open .sidebar-accordion__arrow {
transform: rotate(225deg) translateY(-2px);
}

.sidebar-accordion__panel {
max-height: 0;
    padding: 0 8px;
    overflow: hidden;
    transition: max-height .24s ease, padding .24s ease;
}

.sidebar-accordion__group.is-open .sidebar-accordion__panel {
max-height: 520px;
    padding: 8px;
}

.sidebar-accordion__panel .sidebar-nav__item {
font-weight: 700;
}

.sidebar-accordion__panel .sidebar-nav__item.is-active {
font-weight: 900;
}

.filter-heading {
margin-top: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
    text-transform: uppercase;
}

.filter-heading a {
color: var(--muted);
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
}

.filter-group {
padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.filter-group h2 {
margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.filter-option {
display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    color: var(--muted);
    text-decoration: none;
}

.filter-option::before {
content: "";
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin-top: 2px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: #fff;
}

.filter-option span {
flex: 1;
}

.filter-option.is-active,
.filter-option:hover {
color: var(--gold);
}

.filter-option.is-active::before {
border-color: var(--gold);
    background: var(--gold);
}

.filter-empty {
color: var(--muted);
    font-size: 13px;
}

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

.type-product-card {
overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(55, 43, 29, .06);
}

.type-product-card img {
display: block;
    width: 100%;
    aspect-ratio: 1.2 / 1;
    object-fit: cover;
    background: var(--beige);
}

.type-product-card__body {
padding: 16px;
}

.type-product-card h2 {
margin-bottom: 7px;
    font-size: 17px;
}

.sku {
color: var(--muted);
    font-size: 13px;
}

.type-product-card dl {
display: grid;
    gap: 8px;
    margin: 14px 0;
}

.type-product-card dl div {
display: grid;
    grid-template-columns: 82px 1fr;
    gap: 8px;
    font-size: 13px;
}

.type-product-card dt {
color: var(--muted);
}

.type-product-card dd {
margin: 0;
}

.card-actions {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.card-actions .button {
min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.card-actions .button:hover,
.card-actions .button:focus-visible {
color: #fff;
    background: var(--gold);
    box-shadow: 0 8px 18px rgba(184, 137, 61, .24);
    transform: translateY(-2px);
}

.card-actions .button--primary:hover,
.card-actions .button--primary:focus-visible {
border-color: var(--gold);
    background: #fff;
    box-shadow: 0 8px 18px rgba(31, 27, 22, .2);
    color: var(--gold);
}

.type-empty {
padding: 34px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    color: var(--muted);
}

.type-section-heading {
max-width: 780px;
    margin-bottom: 22px;
}

.type-section-heading p:not(.eyebrow) {
color: var(--muted);
    line-height: 1.7;
}

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

.products-overview-card {
display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(67, 48, 24, .07);
}

.products-overview-card h2 {
margin: 0;
    font-size: 22px;
}

.products-overview-card > div {
display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.products-overview-card a {
display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #eadfce;
    border-radius: 999px;
    background: #fffaf3;
    color: var(--muted);
    font-weight: 800;
    text-decoration: none;
}

.products-overview-card a:hover {
border-color: var(--gold);
    color: var(--gold);
}

.products-catalog-page .type-layout {
margin-top: 24px;
}

.products-catalog-hero {
padding-bottom: 92px;
}

.product-overview-tabs {
position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(9, minmax(92px, 1fr));
    gap: 0;
    margin: -48px 0 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(55, 43, 29, .12);
}

.product-overview-tabs a {
display: grid;
    gap: 8px;
    justify-items: center;
    min-height: 104px;
    padding: 18px 12px;
    border-right: 1px solid var(--line);
    color: #3a332b;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.product-overview-tabs a:last-child {
border-right: 0;
}

.product-overview-tabs a:hover {
color: var(--gold);
    background: #fffaf3;
}

.product-overview-tabs .lucide {
width: 30px;
    height: 30px;
    stroke-width: 1.5;
}

.products-catalog-card .sku {
line-height: 1.5;
}

.products-catalog-bottom {
display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 22px;
    margin-top: 44px;
}

.products-custom-card,
.products-why-card {
overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(67, 48, 24, .07);
}

.products-custom-card {
min-height: 230px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.2) 100%),
        url('/uploads/home/cta-right.webp') right center / contain no-repeat,
        #fff;
}

.products-custom-card > div {
max-width: 430px;
    padding: 28px;
}

.products-custom-card h2,
.products-why-card h2 {
margin: 0 0 12px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
}

.products-custom-card p:not(.eyebrow) {
color: var(--muted);
    line-height: 1.7;
}

.products-why-card {
padding: 28px;
}

.products-why-card > div {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--line);
}

.products-why-card span {
display: grid;
    gap: 6px;
    justify-items: center;
    min-height: 118px;
    padding: 18px 10px;
    background: #fffaf3;
    text-align: center;
}

.products-why-card .lucide {
width: 28px;
    height: 28px;
    color: var(--gold);
    stroke-width: 1.7;
}

.products-why-card strong {
color: #2b241d;
    font-size: 13px;
}

.products-why-card small {
color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

.products-ref-more {
display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--gold) !important;
    font-size: 13px;
}

.market-products-section {
margin-top: 44px;
}

.market-bottom-cta {
margin-top: clamp(54px, 8vw, 96px);
    background: linear-gradient(135deg, #17120e, #322313);
    color: #fff;
}

.market-bottom-cta__inner {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: clamp(34px, 6vw, 62px);
    padding-bottom: clamp(34px, 6vw, 62px);
}

.market-bottom-cta h2,
.market-bottom-cta p {
color: #fff;
}

.cta-actions {
display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.thank-you-page {
display: grid;
    min-height: 68vh;
    place-items: center;
}

.thank-you-card {
width: min(760px, 100%);
    padding: clamp(32px, 6vw, 64px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(55, 43, 29, .08);
    text-align: center;
}

.thank-you-card .hero-actions {
justify-content: center;
}

a[href]:focus-visible,
button:focus-visible,
input:not([type="hidden"]):focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
outline: 3px solid var(--focus-ring);
    outline-offset: 3px;
}

@media (forced-colors: active) {
a[href]:focus-visible,
    button:focus-visible,
    input:not([type="hidden"]):focus-visible,
    select:focus-visible,
    textarea:focus-visible,
    summary:focus-visible,
    [tabindex]:not([tabindex="-1"]):focus-visible {
outline-color: Highlight;
}
}

.detail-set-image {
overflow: hidden;
    margin-top: 18px;
}

.detail-set-image figcaption {
padding: 12px 16px;
    color: var(--muted);
    font-size: 13px;
}

.detail-section {
margin-top: 56px;
}

.detail-section > h2,
.detail-copy h2 {
margin: 8px 0 16px;
}

.detail-copy p,
.rich-copy,
.rich-copy p,
.rich-copy li,
.muted-copy,
.detail-card-grid p,
.faq-list p,
.detail-cta p {
color: var(--muted);
    line-height: 1.8;
}

.detail-card-grid article,
.faq-list article {
padding: 26px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(55, 43, 29, .05);
}

.detail-card-grid ul,
.faq-list ul {
margin: 16px 0 0;
    padding-left: 20px;
    color: var(--muted);
    line-height: 1.8;
}

.faq-list {
display: grid;
    gap: 16px;
}

.inquiry-drawer-shell {
position: fixed;
    inset: 0;
    z-index: 10020;
    pointer-events: none;
}

.inquiry-drawer-overlay {
position: absolute;
    inset: 0;
    background: rgba(31, 27, 22, .46);
    opacity: 0;
    transition: opacity .2s ease;
}

.inquiry-drawer {
position: absolute;
    top: 0;
    right: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: min(520px, 100vw);
    height: 100%;
    background: #fffaf3;
    box-shadow: -24px 0 70px rgba(31, 27, 22, .18);
    transform: translateX(100%);
    transition: transform .24s ease;
}

.inquiry-drawer-open .inquiry-drawer-shell {
pointer-events: auto;
}

.inquiry-drawer-open .inquiry-drawer-overlay {
opacity: 1;
}

.inquiry-drawer-open .inquiry-drawer {
transform: translateX(0);
}

.inquiry-drawer__header,
.inquiry-drawer__footer {
padding: 22px 24px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.inquiry-drawer__header {
display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.inquiry-drawer__header h2 {
margin: 6px 0 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
}

.inquiry-drawer__close {
position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fffaf3;
    color: var(--ink);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 767px) {
.inquiry-drawer {
width: 100vw;
}

.inquiry-drawer__header {
position: sticky;
        top: 0;
        z-index: 2;
        align-items: center;
        padding: 16px;
}

.inquiry-drawer__header h2 {
font-size: 24px;
}

.inquiry-drawer__close {
width: 44px;
        height: 44px;
        font-size: 28px;
}
}

.inquiry-drawer__body {
display: grid;
    align-content: start;
    gap: 16px;
    overflow-y: auto;
    padding: 20px;
}

.inquiry-general-intro {
margin: 0;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    color: var(--muted);
    line-height: 1.55;
}

[data-inquiry-items] {
display: grid;
    gap: 16px;
}

.inquiry-customer-form {
display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(55, 43, 29, .06);
}

.inquiry-customer-form[hidden] {
display: none;
}

.inquiry-customer-form h3 {
margin: 0;
    color: var(--ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
}

.inquiry-customer-form label {
display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.inquiry-customer-form input,
.inquiry-customer-form textarea {
width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--ink);
    font: inherit;
}

.inquiry-customer-form textarea {
resize: vertical;
}

.inquiry-drawer__footer {
display: grid;
    gap: 12px;
    border-top: 1px solid var(--line);
    border-bottom: 0;
}

.inquiry-drawer__status,
.inquiry-drawer__empty {
margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.inquiry-drawer__submit:disabled {
cursor: not-allowed;
    opacity: .55;
}

.inquiry-item {
display: grid;
    grid-template-columns: 112px 1fr;
    gap: 16px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(55, 43, 29, .06);
}

.inquiry-item__image {
width: 112px;
    height: 112px;
    border-radius: 16px;
    object-fit: cover;
    background: var(--beige);
}

.inquiry-item__content {
display: grid;
    gap: 8px;
}

.inquiry-item__content h3,
.inquiry-item__content p {
margin: 0;
}

.inquiry-item__content p {
color: var(--muted);
    font-size: 14px;
}

.inquiry-item__content label {
display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.inquiry-item__content input {
width: 160px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--ink);
    font: inherit;
}

.inquiry-item__delete {
justify-self: start;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9d3328;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
}

.about-page {
padding: 0 0 72px;
    overflow: hidden;
    background: #fffaf3;
}

.about-page h1,
.about-page h2 {
font-family: Georgia, 'Times New Roman', serif;
}

.about-page img {
display: block;
    width: 100%;
}

.brand-card-grid--four {
grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 30px;
}

.brand-card-grid article,
.brand-service-grid article,
.brand-capability-grid article,
.brand-faq,
.brand-inline-cta,
.quality-policy,
.quality-material,
.quality-certs,
.contact-panel,
.contact-side section,
.contact-map-card,
.contact-faq__grid article,
.contact-trust {
border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 48px rgba(55, 43, 29, .07);
}

.brand-card-grid article {
overflow: hidden;
    padding: 22px;
}

.brand-card-grid article img {
height: 170px;
    margin: 18px -22px -22px;
    width: calc(100% + 44px);
    object-fit: cover;
}

.brand-card-grid p,
.brand-service-grid p,
.quality-process p,
.brand-faq p,
.brand-inline-cta p,
.contact-faq p {
color: var(--muted);
    line-height: 1.65;
}

.factory-workshop-grid {
gap: 22px;
    padding-top: 26px;
}

.factory-workshop-grid article {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    overflow: hidden;
    padding: 26px 26px 0;
    border-color: rgba(231, 222, 209, .9);
    border-radius: 10px;
    background:
        radial-gradient(circle at 20% 8%, rgba(255,255,255,.9), transparent 34%),
        linear-gradient(135deg, #fffaf3 0%, #f4eadc 100%);
}

.factory-workshop-grid article::after {
content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 52%;
    background: linear-gradient(180deg, rgba(255,250,243,1) 0%, rgba(255,250,243,.82) 18%, rgba(255,250,243,.18) 46%, rgba(255,250,243,0) 100%);
    pointer-events: none;
}

.factory-workshop-grid article > div {
position: relative;
    z-index: 2;
    min-height: 112px;
}

.factory-workshop-grid h2 {
margin: 0 0 12px;
    font-size: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.factory-workshop-grid p {
max-width: 92%;
    margin: 0;
    color: #4a4037;
    font-size: 14px;
    line-height: 1.55;
}

.factory-workshop-grid article img {
position: relative;
    z-index: 0;
    display: block;
    width: calc(100% + 52px);
    height: 150px;
    margin: 10px -26px 0;
    object-fit: cover;
    object-position: center;
}

.brand-process--nine {
grid-template-columns: repeat(9, minmax(0, 1fr));
}

.brand-faq,
.brand-inline-cta {
padding: 28px;
}

.brand-faq h2,
.brand-inline-cta h2 {
font-family: Arial, Helvetica, sans-serif;
}

.brand-faq details {
border-top: 1px solid var(--line);
}

.brand-faq summary {
padding: 14px 0;
    cursor: pointer;
    font-weight: 800;
}

@media (max-width: 900px) {
.brand-intro-grid,
    .brand-export,
    .brand-faq-cta,
    .quality-policy,
    .quality-two-col,
    .contact-layout,
    .contact-map-card,
    .contact-trust,
    .markets-bottom-grid {
grid-template-columns: 1fr;
}

.brand-stat-strip,
    .brand-stat-strip--five,
    .brand-image-row,
    .brand-card-grid--four,
    .brand-service-grid,
    .brand-capability-grid,
    .quality-process,
    .contact-strip,
    .contact-faq__grid,
    .markets-proof-strip__inner,
    .markets-solution-row,
    .markets-popular-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-page {
padding-bottom: 48px;
}

.topbar__inner,
    .site-nav-row,
    .home-bottom-cta .site-container,
    .site-footer__bottom {
align-items: flex-start;
        flex-direction: column;
}

.topbar__inner {
padding: 8px 0;
}

.site-nav-row {
grid-template-columns: 1fr;
}

.site-nav {
justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px;
}

.home-ref-hero__inner,
    .home-featured,
    .home-about,
    .home-about__top,
    .home-about__media,
    .home-market,
    .site-footer__grid {
grid-template-columns: 1fr;
}

.product-overview-tabs {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-overview-tabs a:nth-child(3n) {
border-right: 0;
}

.products-catalog-bottom {
grid-template-columns: 1fr;
}

.products-why-card > div {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-hero,
    .home-split,
    .home-proof-grid {
grid-template-columns: 1fr;
}

.home-hero__media,
    .home-split figure {
min-height: 320px;
}

.home-card-grid,
    .home-card-grid--four,
    .home-card-grid--categories,
    .home-product-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nav-mega,
    .nav-mega__trigger {
width: 100%;
}

.nav-mega__panel {
position: static;
        width: 100%;
        transform: none;
        grid-template-columns: 1fr;
        margin-top: 8px;
        box-shadow: none;
}

.type-filter {
display: none;
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 18px;
        background: #fff;
}

.type-filter.is-open {
display: block;
}

.type-product-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flatware-set-list .type-seo-blocks,
    .seo-topic-blocks,
    .type-seo-cta,
    .detail-cta,
    .type-toolbar {
grid-template-columns: 1fr;
        align-items: flex-start;
        flex-direction: column;
}

.cta-actions {
justify-content: flex-start;
}
}

@media (max-width: 991px) {
html,
    body {
overflow-x: clip;
}

.site-header {
--mega-top: 68px;
        z-index: 9997;
}

.topbar__inner {
justify-content: flex-start;
        flex-direction: row;
        gap: 14px;
        min-height: 30px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
}

.topbar__inner::-webkit-scrollbar {
display: none;
}

.topbar__optional {
display: none;
}

.topbar__desktop-text {
display: none;
}

.topbar__mobile-text {
display: inline;
}

.site-nav-row {
display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 14px;
        min-height: 64px;
}

.brand {
min-width: 0;
        width: min(160px, 56vw);
        font-size: clamp(20px, 6vw, 28px);
        overflow-wrap: anywhere;
}

.brand__logo {
max-height: 40px;
}

.site-nav,
    .site-nav-actions {
display: none;
}

.mobile-menu-toggle {
display: inline-grid;
        place-items: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid var(--line);
        border-radius: 12px;
        background: #fff;
        cursor: pointer;
}

.mobile-menu-toggle span {
display: block;
        width: 22px;
        height: 2px;
        margin: 3px 0;
        border-radius: 999px;
        background: var(--ink);
}

.mobile-nav-overlay {
position: fixed;
        inset: 0;
        z-index: 9998;
        display: block;
        background: rgba(23, 18, 14, .48);
        opacity: 0;
        pointer-events: none;
        transition: opacity .24s ease;
}

.mobile-nav-drawer {
position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        width: 90vw;
        height: 100vh;
        height: 100dvh;
        max-width: 100%;
        background: #fffaf3;
        box-shadow: -24px 0 70px rgba(32, 24, 16, .22);
        transform: translateX(105%);
        visibility: hidden;
        pointer-events: none;
        transition: transform .28s ease, visibility 0s linear .28s;
}

body.mobile-nav-open .mobile-nav-overlay {
opacity: 1;
        pointer-events: auto;
}

body.mobile-nav-open .mobile-nav-drawer {
transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
}

.mobile-nav-drawer__header {
display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 18px 20px;
        border-bottom: 1px solid var(--line);
}

.mobile-nav-close {
display: inline-grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border: 1px solid var(--line);
        border-radius: 50%;
        background: #fff;
        color: var(--ink);
        cursor: pointer;
        font-size: 28px;
        line-height: 1;
}

.mobile-nav {
display: grid;
        gap: 2px;
        align-content: start;
        min-height: 0;
        padding: 16px 20px 28px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
}

.site-search--mobile {
width: 100%;
        margin-bottom: 14px;
        background: #fff;
}

.mobile-nav a,
    .mobile-nav__submenu-toggle {
display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 46px;
        padding: 0;
        border: 0;
        border-bottom: 1px solid rgba(231, 222, 209, .75);
        background: transparent;
        color: var(--ink);
        cursor: pointer;
        font: inherit;
        font-size: 16px;
        font-weight: 800;
        text-align: left;
        text-decoration: none;
}

.mobile-nav a.is-active,
    .mobile-nav__submenu-toggle.is-active {
color: var(--gold);
}

.mobile-nav__submenu-toggle span {
width: 10px;
        height: 10px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        transition: transform .2s ease;
}

.mobile-nav__submenu-toggle[aria-expanded="true"] span {
transform: rotate(225deg) translateY(-2px);
}

.mobile-products-menu {
display: grid;
        gap: 16px;
        padding: 14px 0 18px 14px;
        border-bottom: 1px solid rgba(231, 222, 209, .75);
}

.mobile-products-menu[hidden] {
display: none;
}

.mobile-products-menu section {
display: grid;
        gap: 4px;
}

.mobile-products-menu h2 {
margin: 10px 0 4px;
        color: var(--gold);
        font-size: 12px;
        letter-spacing: .12em;
        text-transform: uppercase;
}

.mobile-products-menu a {
min-height: 34px;
        border-bottom: 0;
        color: var(--muted);
        font-size: 14px;
        font-weight: 700;
}

.mobile-nav__quote {
width: 100%;
        margin-top: 18px;
}
}

@media (max-width: 767px) {
.mobile-nav-drawer {
width: 100vw;
}

.hero-actions {
align-items: stretch;
        gap: 10px;
}

.hero-actions .button {
width: 100%;
}

.products-catalog-hero {
padding-bottom: 74px;
}

.product-overview-tabs {
display: flex;
        gap: 0;
        margin-top: -40px;
        overflow-x: auto;
        border-radius: 14px;
        scroll-snap-type: x mandatory;
}

.product-overview-tabs a {
min-width: 116px;
        min-height: 94px;
        scroll-snap-align: start;
}

.product-overview-tabs a:nth-child(3n) {
border-right: 1px solid var(--line);
}

.products-catalog-grid {
grid-template-columns: 1fr;
}

.products-custom-card {
background: #fff;
}

.products-custom-card > div,
    .products-why-card {
padding: 22px;
}

.products-why-card > div {
grid-template-columns: 1fr;
}
}

@media (max-width: 560px) {
.brand {
font-size: 24px;
}

.home-hero,
    .home-section,
    .home-split,
    .home-proof-grid,
    .home-final-cta {
width: min(100% - 32px, 1320px);
}

.home-hero,
    .home-section,
    .home-split,
    .home-proof-grid {
padding: 54px 0;
}

.home-section--beige {
width: 100%;
        padding-right: 16px;
        padding-left: 16px;
}

.home-card-grid,
    .home-card-grid--four,
    .home-card-grid--categories,
    .home-product-grid {
grid-template-columns: 1fr;
}

.home-card,
    .home-proof {
padding: 22px;
}

.type-product-grid {
grid-template-columns: 1fr;
}

.inquiry-item {
grid-template-columns: 88px 1fr;
}

.inquiry-item__image {
width: 88px;
        height: 88px;
}

.inquiry-item__content input {
width: 100%;
}
}
