/* Flat Cutlery catalog styles */

.product-type-page {
padding-top: 0;
}

.type-hero {
position: relative;
    overflow: hidden;
    margin: 0 calc(clamp(20px, 5vw, 72px) * -1) 0;
    padding: 34px clamp(20px, 5vw, 72px) 58px;
    background:
        radial-gradient(circle at 78% 18%, rgba(184, 137, 61, .22), transparent 32%),
        linear-gradient(135deg, #fff8ed 0%, #f1e5d4 100%);
}

.type-hero--image::after {
content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: min(56vw, 800px);
    background-image: linear-gradient(90deg, rgba(255, 248, 237, .92), rgba(255, 248, 237, .18)), var(--type-hero-image);
    background-size: cover;
    background-position: center;
    opacity: .9;
}

.type-hero > * {
position: relative;
    z-index: 1;
}

.type-hero h1 {
max-width: 760px;
    margin: 10px 0 14px;
}

.type-hero p:not(.eyebrow) {
max-width: 620px;
    color: var(--muted);
    line-height: 1.7;
}

.search-hero-form {
display: flex;
    align-items: center;
    gap: 12px;
    width: min(720px, 100%);
    margin-top: 24px;
    padding: 8px;
    border: 1px solid rgba(189, 132, 48, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 48px rgba(55, 43, 29, .09);
}

.search-hero-form .lucide {
width: 20px;
    height: 20px;
    margin-left: 12px;
    color: var(--gold);
}

.search-hero-form input {
min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 16px;
    font-weight: 700;
}

.search-results {
padding-top: 34px;
}

.filter-toggle {
display: none;
    width: 100%;
    margin: 24px 0 14px;
    padding: 13px 16px;
    border: 1px solid var(--gold);
    border-radius: 14px;
    background: #fff;
    color: var(--gold);
    font: inherit;
    font-weight: 700;
}

.type-layout {
display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.filter-heading,
.type-toolbar {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.type-toolbar {
margin-bottom: 18px;
    color: var(--muted);
    font-size: 14px;
}

.sort-links {
display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.sort-links a {
padding: 6px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    text-decoration: none;
}

.sort-links a.is-active,
.sort-links a:hover {
border-color: var(--gold);
    color: var(--gold);
}

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

.type-pagination a {
display: grid;
    min-width: 40px;
    height: 40px;
    place-items: center;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
}

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

.type-seo-cta {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 44px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--beige) 100%);
}

.type-cards-section,
.type-seo-blocks {
margin-top: 44px;
}

.type-category-grid,
.type-seo-blocks {
display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.flatware-set-list .type-seo-blocks {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.seo-faq-list {
margin-top: 44px;
}

.type-category-card,
.type-seo-blocks article {
padding: 26px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(55, 43, 29, .06);
}

.type-category-card p,
.type-seo-blocks p {
color: var(--muted);
    line-height: 1.7;
}

.products-reference-page {
background: #fffaf3;
}

.products-ref-hero {
display: grid;
    min-height: clamp(360px, 34vw, 470px);
    margin: 0 calc(clamp(20px, 5vw, 72px) * -1);
    padding: clamp(46px, 6vw, 78px) clamp(20px, 7vw, 88px) clamp(70px, 8vw, 104px);
    background: linear-gradient(90deg, rgba(255,250,243,.98) 0%, rgba(255,250,243,.9) 36%, rgba(255,250,243,.25) 64%, rgba(255,250,243,0) 100%), var(--hero-image) center right / cover no-repeat;
}

.products-ref-hero__copy {
max-width: 570px;
}

.products-ref-hero h1 {
margin: 0 0 20px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(42px, 5.2vw, 68px);
    line-height: 1.04;
}

.products-ref-hero p {
max-width: 500px;
    color: #342a20;
    line-height: 1.7;
}

.products-ref-groups {
position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: -38px;
}

.products-ref-groups article,
.products-ref-panel,
.products-ref-strip,
.products-ref-why,
.products-ref-faq,
.products-ref-cta {
border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 42px rgba(67, 48, 24, .07);
}

.products-ref-groups article {
display: grid;
    align-content: space-between;
    min-height: 176px;
    padding: 20px 28px;
}

.products-ref-groups h2,
.products-ref-section > h2,
.products-ref-panel h2,
.products-ref-strip h2,
.products-ref-why h2,
.products-ref-faq h2 {
margin: 0 0 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.products-ref-groups article > div {
display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
}

.products-ref-groups a,
.products-ref-app-options a,
.products-ref-finish-options a {
color: #342a20;
    font-weight: 700;
    text-decoration: none;
}

.products-ref-groups article > div a {
display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
}

.products-ref-groups .lucide,
.products-ref-app-options .lucide,
.products-ref-strip .lucide,
.products-ref-why .lucide {
color: var(--gold);
}

.products-ref-section,
.products-ref-source-grid,
.products-ref-strip,
.products-ref-why,
.products-ref-faq,
.products-ref-cta {
margin-top: 30px;
}

.products-ref-type-grid {
display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.products-ref-type-card {
position: relative;
    overflow: hidden;
    min-height: 152px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.products-ref-type-card img {
display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    background: var(--beige);
}

.products-ref-type-card span {
display: grid;
    gap: 2px;
    padding: 10px 14px;
}

.products-ref-type-card small,
.products-ref-product-card p,
.products-ref-faq p,
.products-ref-cta p {
color: var(--muted);
}

.products-ref-type-card .lucide {
position: absolute;
    right: 12px;
    bottom: 14px;
    width: 16px;
    height: 16px;
    color: var(--gold);
}

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

.products-ref-product-card {
border-radius: 18px;
}

.products-ref-strip button {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border: 1px solid rgba(184,137,61,.48);
    border-radius: 4px;
    background: var(--gold);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.products-ref-source-grid {
display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
}

.products-ref-panel {
padding: 24px;
}

.products-ref-finish-options,
.products-ref-app-options {
display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
    text-align: center;
}

.products-ref-finish-options a,
.products-ref-app-options a {
display: grid;
    justify-items: center;
    gap: 8px;
    font-size: 12px;
}

.products-ref-finish-options .finish-swatch {
width: 54px;
    height: 54px;
}

.products-ref-app-options .lucide {
width: 32px;
    height: 32px;
    stroke-width: 1.5;
}

.products-ref-strip {
padding: 20px 24px;
}

.products-ref-strip > div {
display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(150px, auto);
    gap: 1px;
    align-items: stretch;
}

.products-ref-strip span {
display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px 14px;
    border-right: 1px solid var(--line);
    font-size: 13px;
}

.products-ref-strip button {
gap: 6px;
    min-height: 42px;
    padding: 0 18px;
}

.products-ref-why {
padding: 20px 24px 24px;
}

.products-ref-why > div {
display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid var(--line);
}

.products-ref-why article {
display: grid;
    gap: 4px;
    justify-items: center;
    padding: 18px 12px 8px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.products-ref-why article:last-child {
border-right: 0;
}

.products-ref-why .lucide {
width: 34px;
    height: 34px;
}

.products-ref-why strong {
color: var(--gold);
    font-size: 26px;
}

.products-ref-why span {
font-weight: 900;
}

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

.products-ref-faq {
padding: 20px 24px 24px;
}

.products-ref-faq > div {
display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 42px;
}

.products-ref-faq details {
border-bottom: 1px solid var(--line);
    background: #fff;
}

.products-ref-faq summary {
position: relative;
    min-height: 38px;
    padding: 10px 32px 10px 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.products-ref-faq summary::-webkit-details-marker {
display: none;
}

.products-ref-faq summary::after {
content: "+";
    position: absolute;
    top: 8px;
    right: 12px;
    color: var(--gold);
    font-size: 20px;
}

.products-ref-faq details[open] summary::after {
content: "-";
}

.products-ref-faq p {
margin: 0;
    padding: 0 12px 12px;
    line-height: 1.6;
}

.products-ref-cta {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-right: calc(clamp(20px, 5vw, 72px) * -1);
    margin-left: calc(clamp(20px, 5vw, 72px) * -1);
    padding: 24px clamp(20px, 7vw, 88px);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: linear-gradient(90deg, #fbecd8 0%, #fff7ec 55%, rgba(255,247,236,.7) 100%), url('/uploads/home/cta-right.webp') right center / contain no-repeat;
}

.products-ref-cta h2 {
margin: 0 0 8px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
}

.type-seo-cta p {
color: var(--muted);
    line-height: 1.7;
}

@media (max-width: 900px) {
.products-ref-groups,
    .products-ref-source-grid {
grid-template-columns: 1fr;
}

.products-ref-type-grid,
    .products-ref-hot-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.products-ref-strip span,
    .products-ref-why article {
border-right: 0;
        border-bottom: 1px solid var(--line);
}

.products-ref-faq > div,
    .products-ref-cta {
grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
}

.filter-toggle {
display: block;
}

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

.type-category-grid,
    .type-seo-blocks {
grid-template-columns: 1fr;
}

.type-hero--image::after {
width: 100%;
        opacity: .2;
}
}

@media (max-width: 767px) {
.products-ref-hero {
min-height: auto;
        padding-top: 46px;
        background: linear-gradient(90deg, rgba(255,250,243,.96), rgba(255,250,243,.78)), var(--hero-image) center / cover no-repeat;
}

.products-ref-hero h1 {
font-size: clamp(34px, 10vw, 44px);
}

.products-ref-groups {
margin-top: -30px;
}

.products-ref-groups article,
    .products-ref-panel,
    .products-ref-strip,
    .products-ref-why,
    .products-ref-faq {
padding: 18px;
}

.products-ref-groups article > div,
    .products-ref-type-grid,
    .products-ref-hot-grid,
    .products-ref-finish-options,
    .products-ref-app-options,
    .products-ref-strip > div,
    .products-ref-why > div {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.products-ref-finish-options .finish-swatch {
width: 48px;
        height: 48px;
}

.products-ref-cta {
margin-right: calc(clamp(20px, 5vw, 72px) * -1);
        margin-left: calc(clamp(20px, 5vw, 72px) * -1);
        background: #fbecd8;
}
}

@media (max-width: 560px) {
.search-hero-form {
align-items: stretch;
        flex-direction: column;
        border-radius: 22px;
}

.search-hero-form input {
width: 100%;
        min-height: 44px;
        padding: 0 14px;
}

.search-hero-form .lucide {
display: none;
}

.search-hero-form .button {
width: 100%;
}
}
