/* Flat Cutlery brand styles */

.hero--image {
align-content: center;
    max-width: none;
    min-height: clamp(360px, 34vw, 470px);
    margin: 0 calc(clamp(20px, 5vw, 72px) * -1);
    padding: clamp(56px, 7vw, 88px) clamp(20px, 7vw, 88px);
    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;
}

.section-grid,
.card-grid,
.product-grid {
display: grid;
    gap: 20px;
}

.section-grid {
grid-template-columns: 1.3fr 1fr 1fr;
}

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

.feature-card,
.listing-card,
.product-card,
.contact-card,
.toolbar {
border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(55, 43, 29, 0.06);
}

.feature-card,
.listing-card,
.product-card,
.contact-card {
padding: 28px;
}

.feature-card--wide {
background: linear-gradient(135deg, #fff 0%, var(--beige) 100%);
}

.toolbar {
display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 16px 20px;
    color: var(--muted);
}

.product-card__image {
display: block;
    width: 100%;
    height: 190px;
    margin-bottom: 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eee3d3 0%, #fff 50%, #c9a35f 100%);
    object-fit: cover;
}

.product-detail-hero {
display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    padding: clamp(48px, 8vw, 96px) 0 44px;
}

.product-detail-hero h1 {
margin-bottom: 20px;
}

.product-detail-hero p {
color: var(--muted);
    line-height: 1.7;
}

.product-main-figure,
.product-set-figure,
.product-gallery figure {
margin: 0;
}

.product-main-figure img,
.product-set-figure img,
.product-gallery img {
display: block;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    background: var(--beige);
}

.product-main-figure img {
max-height: 620px;
}

.product-main-figure figcaption,
.product-set-figure figcaption,
.product-gallery figcaption {
margin-top: 10px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.product-set-figure,
.product-copy,
.product-gallery {
margin-top: 28px;
}

.product-copy {
max-width: 880px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
}

.product-copy p,
.product-gallery p {
color: var(--muted);
    line-height: 1.7;
}

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

.product-gallery img {
aspect-ratio: 1 / 1;
}

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

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

.home-topic-section {
margin-top: 44px;
}

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

.topic-link-card {
padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(55, 43, 29, .05);
}

.topic-link-card p {
color: var(--muted);
    line-height: 1.7;
}

.topic-link-card a {
color: var(--gold);
    text-decoration: none;
}

.about-hero {
position: relative;
    isolation: isolate;
    background: #efe4d4;
}

.about-hero::before {
content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255,250,243,.98) 0%, rgba(255,250,243,.84) 38%, rgba(255,250,243,.22) 64%, rgba(255,250,243,0) 100%), var(--about-hero-image) center right / cover no-repeat;
}

.about-hero__inner {
display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    min-height: clamp(390px, 43vw, 560px);
}

.about-hero__copy {
position: relative;
    z-index: 2;
    max-width: 640px;
    padding: clamp(52px, 7vw, 92px) 0;
}

.about-hero__copy h1 {
margin: 0 0 14px;
    font-size: clamp(42px, 5.5vw, 78px);
    line-height: 1;
}

.about-hero__copy h1 span {
color: #b8863b;
}

.about-hero__copy h2 {
max-width: 590px;
    margin-bottom: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(20px, 2.2vw, 29px);
    line-height: 1.35;
    font-weight: 700;
}

.about-hero__copy p {
max-width: 560px;
    color: #4f473f;
    font-size: 17px;
    line-height: 1.8;
}

.about-hero__image {
display: none;
}

.about-hero__image img {
height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.about-story,
.about-who,
.about-global__inner,
.about-factory-overview,
.about-showroom {
display: grid;
    gap: clamp(24px, 4vw, 56px);
    padding-top: clamp(48px, 6vw, 78px);
}

.about-story {
grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.35fr);
    align-items: center;
}

.about-section-copy h2,
.about-section-heading h2 {
margin: 0 0 16px;
    color: #221d18;
    font-size: clamp(30px, 3.3vw, 48px);
    line-height: 1.12;
}

.about-section-copy p,
.about-section-heading p {
color: var(--muted);
    line-height: 1.75;
}

.about-section-copy .eyebrow,
.about-section-heading .eyebrow {
color: var(--gold);
}

.about-story__media {
display: grid;
    grid-template-columns: 1fr;
}

.about-story__media img,
.about-factory-grid img,
.about-showroom-grid img,
.about-who__image img {
height: 100%;
    min-height: 180px;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0 18px 46px rgba(55, 43, 29, .1);
}

.about-story__main {
min-height: clamp(300px, 34vw, 480px);
}

.about-showroom {
grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
    align-items: center;
}

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

.about-showroom-grid figure {
position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: #221d18;
    box-shadow: 0 22px 56px rgba(55, 43, 29, .12);
}

.about-showroom-grid img {
display: block;
    width: 100%;
    min-height: clamp(260px, 30vw, 420px);
    border-radius: 0;
}

.about-showroom-grid figcaption {
position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    background: rgba(34, 29, 24, .78);
    color: #fffaf3;
    font-size: 14px;
    line-height: 1.55;
    backdrop-filter: blur(10px);
}

.about-principles {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(34px, 5vw, 64px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(55, 43, 29, .07);
}

.about-principles article {
display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    min-height: 168px;
    padding: 28px;
    border-right: 1px solid var(--line);
}

.about-principles article:last-child {
border-right: 0;
}

.about-principles .lucide,
.about-capabilities .lucide,
.about-export-list .lucide {
flex: 0 0 auto;
    color: #b8863b;
    stroke-width: 1.7;
}

.about-principles .lucide {
width: 54px;
    height: 54px;
}

.about-principles h2 {
margin-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.about-principles p {
margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.about-who {
grid-template-columns: minmax(260px, .88fr) minmax(320px, .92fr) minmax(300px, .82fr);
    align-items: center;
}

.about-capabilities {
display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    margin-top: 24px;
}

.about-capabilities span,
.about-export-list span {
display: flex;
    align-items: center;
    gap: 10px;
    color: #554a40;
    font-size: 14px;
    font-weight: 700;
}

.about-capabilities .lucide,
.about-export-list .lucide {
width: 24px;
    height: 24px;
}

.about-who__image {
margin: 0;
}

.about-stats {
display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 18px 50px rgba(55, 43, 29, .08);
}

.about-stats article {
min-height: 150px;
    padding: 28px 18px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.about-stats article:nth-child(2n) {
border-right: 0;
}

.about-stats article:nth-last-child(-n+2) {
border-bottom: 0;
}

.about-stats strong {
display: block;
    color: #b8863b;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1;
}

.about-stats span {
display: block;
    margin-top: 8px;
    color: #3c352e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-stats p {
margin: 6px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.about-global {
margin-top: clamp(46px, 6vw, 76px);
    padding: 28px 0 38px;
    background: linear-gradient(90deg, rgba(250,244,235,.96), rgba(255,255,255,.9));
}

.about-global__inner {
grid-template-columns: minmax(270px, .72fr) minmax(360px, 1fr) minmax(260px, .62fr);
    align-items: center;
    padding-top: 0;
}

.about-map {
min-height: 235px;
    background: url('/uploads/home/market/flatcutlery-global-market-map.jpg') center / contain no-repeat;
    opacity: .86;
}

.about-export-list {
display: grid;
    gap: 22px;
    padding-left: 32px;
    border-left: 1px solid var(--line);
}

.about-milestones {
padding-top: clamp(48px, 6vw, 74px);
}

.about-section-heading {
max-width: 720px;
}

.about-timeline {
position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.about-timeline::before {
content: "";
    position: absolute;
    top: 36px;
    right: 1%;
    left: 1%;
    height: 2px;
    background: linear-gradient(90deg, #d8b37a, #b8863b);
}

.about-timeline article {
position: relative;
    display: grid;
    gap: 28px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.about-timeline article::before {
content: "";
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 3px solid #fffaf3;
    border-radius: 50%;
    background: #b8863b;
    box-shadow: 0 0 0 1px rgba(184, 134, 59, .35);
}

.about-timeline strong {
color: #b8863b;
    font-size: 18px;
}

.about-factory-overview {
grid-template-columns: minmax(270px, .62fr) minmax(460px, 1fr);
    align-items: end;
}

.about-factory-grid {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.about-factory-grid img {
min-height: 128px;
}

.about-cta {
margin-top: clamp(46px, 6vw, 76px);
    background: linear-gradient(90deg, #a0722f, #d29d4d);
    color: #fff;
}

.about-cta__inner {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 116px;
}

.about-cta h2,
.about-cta p {
margin: 0;
}

.about-cta h2 {
font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(26px, 3vw, 38px);
}

.about-cta p {
margin-top: 6px;
    color: rgba(255,255,255,.86);
}

.about-cta .button {
border-color: #fff;
    background: #fff;
    color: #9a6621;
    font-weight: 800;
}

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

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

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

.brand-hero {
position: relative;
    isolation: isolate;
    background: #efe4d4;
}

.brand-hero::before {
content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255,250,243,.98) 0%, rgba(255,250,243,.82) 38%, rgba(255,250,243,.2) 64%), var(--brand-hero-image) center right / cover no-repeat;
}

.brand-hero--factory {
--brand-hero-image: url('/uploads/factory/production/packaging-line.webp');
}

.brand-hero--oem {
--brand-hero-image: url('/uploads/home/cta-right.webp');
}

.brand-hero--quality,
.brand-hero--contact {
--brand-hero-image: url('/uploads/home/banner/flatcutlery-home-banner-01.jpg');
}

.brand-hero__inner {
display: grid;
    align-items: center;
    min-height: clamp(390px, 43vw, 560px);
}

.brand-hero__copy {
max-width: 720px;
    padding: clamp(54px, 8vw, 106px) 0;
}

.brand-hero__copy h1 {
margin: 0 0 18px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.08;
}

.brand-hero__copy h1 span {
color: #b8863b;
}

.brand-hero__copy p {
max-width: 590px;
    color: #463e36;
    font-size: 18px;
    line-height: 1.75;
}

.brand-hero__actions,
.brand-checks {
display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 24px;
}

.brand-checks span {
position: relative;
    padding-left: 22px;
    color: #423930;
    font-size: 15px;
    font-weight: 700;
}

.brand-checks span::before {
content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 11px;
    height: 11px;
    border: 2px solid #b8863b;
    border-radius: 50%;
}

.brand-section,
.brand-intro-grid,
.quality-two-col,
.brand-faq-cta,
.contact-layout,
.contact-faq,
.contact-trust {
padding-top: clamp(42px, 5vw, 68px);
}

.brand-intro-grid {
display: grid;
    grid-template-columns: minmax(260px, .58fr) minmax(520px, 1.2fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
}

.brand-section-copy h2,
.brand-section-heading h2,
.contact-panel h2,
.contact-side h2 {
margin: 0 0 16px;
    color: #211b16;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
}

.brand-section-copy p,
.brand-section-heading p,
.contact-side p {
color: var(--muted);
    line-height: 1.75;
}

.brand-stat-strip {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(55, 43, 29, .08);
}

.brand-stat-strip--five {
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-stat-strip article {
display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 150px;
    padding: 24px 16px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.brand-stat-strip article:last-child {
border-right: 0;
}

.brand-stat-strip .lucide,
.brand-process .lucide,
.brand-mini-list .lucide,
.quality-policy .lucide,
.contact-strip .lucide,
.contact-benefits .lucide {
color: #b8863b;
    stroke-width: 1.7;
}

.brand-stat-strip .lucide {
width: 42px;
    height: 42px;
}

.brand-stat-strip strong {
color: #211b16;
    font-size: clamp(22px, 2.2vw, 30px);
}

.brand-stat-strip span,
.brand-capability-grid span {
color: var(--muted);
    font-size: 13px;
}

.brand-section-heading {
margin-bottom: 24px;
    text-align: center;
}

.brand-section-heading h2 {
display: inline-block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(24px, 2.4vw, 34px);
    letter-spacing: .06em;
    text-transform: uppercase;
}

.brand-section-heading h2::after,
.contact-panel h2::after,
.contact-side h2::after {
content: "";
    display: block;
    width: 48px;
    height: 2px;
    margin: 10px auto 0;
    background: #b8863b;
}

.contact-panel h2::after,
.contact-side h2::after {
margin-left: 0;
}

.brand-image-row,
.brand-service-grid,
.brand-capability-grid,
.quality-process,
.contact-faq__grid {
display: grid;
    gap: 16px;
}

.brand-image-row {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-image-row figure {
position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #ddd;
}

.brand-image-row img {
height: 178px;
    object-fit: cover;
}

.brand-image-row figcaption {
position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px;
    background: linear-gradient(0deg, rgba(23,18,14,.72), rgba(23,18,14,0));
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.factory-production-grid {
display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.factory-production-grid figure {
position: relative;
    grid-column: span 2;
    overflow: hidden;
    min-height: 230px;
    margin: 0;
    border-radius: 10px;
    background: var(--beige);
    box-shadow: 0 14px 36px rgba(55, 43, 29, .08);
}

.factory-production-grid__wide {
grid-column: span 3 !important;
    min-height: 280px !important;
}

.factory-production-grid img {
width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory-production-grid figcaption {
position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 48px 18px 24px;
    background: linear-gradient(0deg, rgba(13, 13, 13, .9) 0%, rgba(13, 13, 13, .66) 45%, rgba(13, 13, 13, 0) 100%);
    color: #fff;
    font-size: clamp(20px, 2.2vw, 34px);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0,0,0,.48);
}

.factory-process-section .brand-section-heading h2 {
color: var(--gold);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(34px, 4vw, 56px);
    letter-spacing: .06em;
    text-transform: uppercase;
}

.factory-process-section .brand-section-heading p {
max-width: 760px;
    margin: 10px auto 0;
    color: #5d554d;
    font-size: 17px;
    text-align: center;
}

.factory-process-grid {
display: grid;
    grid-template-columns: repeat(22, minmax(0, 1fr));
    gap: 32px 20px;
    margin-top: 30px;
}

.factory-process-grid article {
position: relative;
    grid-column: span 4;
    overflow: visible;
    min-height: 260px;
    border: 1px solid rgba(231, 222, 209, .9);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(55, 43, 29, .08);
}

.factory-process-grid article:nth-child(1),
.factory-process-grid article:nth-child(10) {
grid-column: 2 / span 4;
}

.factory-process-grid article:nth-child(2),
.factory-process-grid article:nth-child(11) {
grid-column: 7 / span 4;
}

.factory-process-grid article:nth-child(3),
.factory-process-grid article:nth-child(12) {
grid-column: 12 / span 4;
}

.factory-process-grid article:nth-child(13) {
grid-column: 17 / span 4;
}

.factory-process-grid article:nth-child(4) {
grid-column: 2 / span 4;
    order: 2;
}

.factory-process-grid article:nth-child(5) {
grid-column: 6 / span 4;
    order: 3;
}

.factory-process-grid article:nth-child(6) {
grid-column: 17 / span 4;
    order: 1;
}

.factory-process-grid article:nth-child(7) {
grid-column: 14 / span 4;
    order: 5;
}

.factory-process-grid article:nth-child(8) {
grid-column: 10 / span 4;
    order: 4;
}

.factory-process-grid article:nth-child(n + 9) {
order: 6;
}

.factory-process-grid article:nth-child(9) {
grid-column: 18 / span 4;
}

.factory-process-grid article::after {
content: "\2192";
    position: absolute;
    top: 50%;
    right: -27px;
    z-index: 2;
    color: var(--gold);
    font-size: 26px;
    line-height: 1;
    transform: translateY(-50%);
}

.factory-process-grid article:nth-child(6)::after,
.factory-process-grid article:nth-child(9)::after,
.factory-process-grid article:nth-child(13)::after {
display: none;
}

.factory-process-grid img {
width: 100%;
    height: 100%;
    min-height: 260px;
    border-radius: 12px;
    object-fit: cover;
}

.factory-process-grid article > div {
position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 56px 18px 18px;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(0deg, rgba(5,5,5,.9) 0%, rgba(5,5,5,.62) 50%, rgba(5,5,5,0) 100%);
    color: #fff;
}

.factory-process-grid strong {
display: inline-grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 7px;
    background: linear-gradient(135deg, #d6a04b, #a57428);
    font-size: 20px;
    line-height: 1;
}

.factory-process-grid article:nth-child(4) strong,
.factory-process-grid article:nth-child(5) strong,
.factory-process-grid article:nth-child(6) strong,
.factory-process-grid article:nth-child(7) strong,
.factory-process-grid article:nth-child(8) strong {
font-size: 0;
}

.factory-process-grid article:nth-child(6) strong::after {
content: "04";
}

.factory-process-grid article:nth-child(4) strong::after {
content: "05";
}

.factory-process-grid article:nth-child(5) strong::after {
content: "06";
}

.factory-process-grid article:nth-child(8) strong::after {
content: "07";
}

.factory-process-grid article:nth-child(7) strong::after {
content: "08";
}

.factory-process-grid article:nth-child(n + 4):nth-child(-n + 8) strong::after {
font-size: 20px;
}

.factory-process-grid span {
font-size: clamp(17px, 1.5vw, 24px);
    font-weight: 900;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

@media (max-width: 991px) {
.factory-production-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.factory-production-grid figure,
    .factory-production-grid__wide {
grid-column: span 1 !important;
        min-height: 230px !important;
}

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

.factory-process-grid article,
    .factory-process-grid article:nth-child(n) {
grid-column: auto / span 1;
}

.factory-process-grid article::after {
display: none;
}
}

@media (max-width: 640px) {
.factory-production-grid {
grid-template-columns: 1fr;
}

.factory-production-grid figure,
    .factory-production-grid__wide {
min-height: 220px !important;
}

.factory-process-grid {
grid-template-columns: 1fr;
        gap: 16px;
}

.factory-process-grid img,
    .factory-process-grid article {
min-height: 240px;
}
}

.brand-card-grid,
.brand-service-grid {
display: grid;
    gap: 18px;
}

.brand-card-grid h2,
.brand-service-grid h2,
.quality-process h2,
.contact-faq h3 {
font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-transform: none;
}

.brand-process {
display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(55, 43, 29, .06);
}

.brand-process article {
position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 134px;
    padding: 20px 10px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.brand-process article:last-child {
border-right: 0;
}

.brand-process .lucide {
width: 32px;
    height: 32px;
}

.brand-process strong {
color: #241e18;
    font-size: 13px;
}

.brand-process span {
color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

.brand-export {
display: grid;
    grid-template-columns: .62fr 1fr;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: linear-gradient(90deg, #fff, rgba(255,250,243,.72)), url('/uploads/home/factory/factory-warehouse.webp') right center / auto 100% no-repeat;
}

.brand-mini-list {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.brand-mini-list span,
.contact-benefits span {
display: flex;
    align-items: center;
    gap: 10px;
    color: #443b32;
    font-weight: 800;
}

.brand-mini-list .lucide {
width: 24px;
    height: 24px;
}

.brand-bottom-cta {
margin-top: clamp(42px, 6vw, 72px);
    background: linear-gradient(90deg, #a0722f, #d29d4d);
    color: #fff;
}

.brand-bottom-cta__inner {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 116px;
}

.brand-bottom-cta h2,
.brand-bottom-cta p {
margin: 0;
}

.brand-bottom-cta h2 {
font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(26px, 3vw, 38px);
}

.brand-bottom-cta p {
margin-top: 6px;
    color: rgba(255,255,255,.86);
}

.brand-bottom-cta .button {
border-color: #fff;
    background: #fff;
    color: #9a6621;
    font-weight: 800;
}

.brand-service-grid {
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-service-grid article {
overflow: hidden;
    padding: 0 18px 18px;
    text-align: center;
}

.brand-service-grid img {
height: 150px;
    width: calc(100% + 36px);
    margin: 0 -18px 16px;
    object-fit: cover;
}

.brand-capability-grid {
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-capability-grid article {
overflow: hidden;
    padding-bottom: 16px;
    text-align: center;
}

.brand-capability-grid img {
height: 126px;
    object-fit: cover;
}

.brand-capability-grid strong {
display: block;
    margin-top: 12px;
    color: #b8863b;
    font-size: 19px;
}

.brand-faq-cta,
.quality-two-col,
.contact-layout,
.contact-map-card,
.contact-trust {
display: grid;
    gap: 24px;
}

.brand-faq-cta {
grid-template-columns: .48fr .72fr;
}

.brand-inline-cta {
background: linear-gradient(90deg, #fff, rgba(255,250,243,.76)), url('/uploads/home/banner/flatcutlery-home-banner-02.jpg') right center / auto 100% no-repeat;
}

.quality-policy {
position: relative;
    display: grid;
    grid-template-columns: auto minmax(260px, .8fr) minmax(420px, 1fr);
    align-items: center;
    gap: 28px;
    margin-top: -34px;
    padding: 34px;
}

.quality-policy > .lucide {
width: 82px;
    height: 82px;
}

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

.quality-policy__grid span {
display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
}

.quality-process {
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quality-process article {
position: relative;
    padding: 0 16px 20px;
    text-align: center;
}

.quality-process img {
height: 150px;
    width: calc(100% + 32px);
    margin: 0 -16px 16px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.quality-process strong {
position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    border-radius: 6px;
    background: #b8863b;
    color: #fff;
}

.quality-two-col {
grid-template-columns: .95fr 1.05fr;
}

.quality-material,
.quality-certs {
padding: 28px;
}

.quality-material {
display: flex;
    flex-direction: column;
    overflow: hidden;
}

.quality-material .brand-mini-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
}

.quality-material img {
display: block;
    width: calc(100% + 56px);
    height: clamp(220px, 24vw, 300px);
    margin: 26px -28px -28px;
    object-fit: cover;
    object-position: center;
}

.quality-logo-row,
.quality-cert-row {
display: grid;
    gap: 18px;
}

.quality-logo-row {
grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    margin: 20px 0 28px;
}

.quality-logo-row strong {
color: #486a74;
    font-size: clamp(22px, 2.2vw, 34px);
    text-align: center;
}

.quality-logo-row img {
width: 100%;
    height: 58px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.quality-cert-row {
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quality-cert-row img {
height: 110px;
    object-fit: contain;
}

.quality-workflow {
grid-template-columns: repeat(6, minmax(0, 1fr));
}

.contact-strip {
display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 0;
    margin-top: 28px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(55, 43, 29, .1);
}

.contact-strip article {
display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 14px;
    min-width: 0;
    padding: 24px 18px;
    border-right: 1px solid var(--line);
}

.contact-strip article:last-child {
border-right: 0;
}

.contact-strip .lucide {
grid-row: span 3;
    width: 42px;
    height: 42px;
}

.contact-strip span,
.contact-strip p {
color: var(--muted);
    font-size: 13px;
}

.contact-strip strong {
color: #211b16;
    font-size: 16px;
    overflow-wrap: anywhere;
}

.contact-strip strong a:hover,
.contact-strip strong a:focus-visible {
color: var(--accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.contact-strip p {
margin: 0;
}

.contact-layout {
grid-template-columns: minmax(460px, 1.05fr) minmax(320px, .95fr);
}

.contact-panel,
.contact-side section {
padding: 28px;
}

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

.contact-form-grid__wide,
.contact-form-grid textarea,
.contact-form-grid button {
grid-column: 1 / -1;
}

.contact-form-grid label {
display: grid;
    gap: 7px;
    color: #4c433a;
    font-size: 13px;
    font-weight: 800;
}

.contact-form-grid input,
.contact-form-grid textarea {
width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

.contact-form-grid textarea {
min-height: 142px;
    padding-top: 12px;
    resize: vertical;
}

.contact-form-grid button {
justify-self: start;
    border-radius: 6px;
}

.contact-side {
display: grid;
    gap: 16px;
    align-content: start;
}

.contact-benefits {
display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.contact-map-card {
grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
    margin-top: 24px;
    overflow: hidden;
    padding: 0;
}

.contact-map-card article {
padding: 34px;
}

.contact-map {
position: relative;
    display: grid;
    place-items: center;
    min-height: 460px;
    background: radial-gradient(circle at 42% 45%, rgba(184,134,59,.22), transparent 9%), linear-gradient(120deg, #f1eadf, #fffaf3 55%, #eadcc8);
}

.contact-map iframe {
position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 460px;
    border: 0;
}

.contact-map-fallback {
position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
}

.contact-map-fallback img {
position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-map-fallback span {
position: relative;
    z-index: 1;
    padding: 12px 18px;
    border-radius: 999px;
    background: #b8863b;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(55, 43, 29, .18);
}

.contact-map.is-map-fallback iframe {
display: none;
}

.contact-map.is-map-loaded .contact-map-fallback {
display: none;
}

.contact-map .lucide {
width: 54px;
    height: 54px;
    color: #b8863b;
    filter: drop-shadow(0 12px 20px rgba(75,48,18,.16));
}

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

.contact-faq__grid article {
padding: 22px;
}

.contact-trust {
grid-template-columns: 1fr 1fr .52fr;
    align-items: center;
    margin-top: 24px;
    padding: 22px;
}

.contact-trust .quality-logo-row,
.contact-trust .quality-cert-row {
margin: 0;
}

@media (max-width: 900px) {
.brand-hero::before {
background: linear-gradient(90deg, rgba(255,250,243,.96), rgba(255,250,243,.78)), var(--brand-hero-image) center / cover no-repeat;
}

.brand-hero__inner {
min-height: auto;
}

.brand-hero__copy {
padding: 52px 0;
}

.brand-stat-strip article,
    .contact-strip article {
border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
}

.brand-stat-strip article:nth-child(2n),
    .contact-strip article:nth-child(2n) {
border-right: 0;
}

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

.brand-process article {
border-bottom: 1px solid var(--line);
}

.brand-mini-list,
    .quality-policy__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-bottom-cta__inner {
align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-top: 24px;
        padding-bottom: 24px;
}

.about-hero__inner,
    .about-story,
    .about-who,
    .about-global__inner,
    .about-factory-overview,
    .about-showroom {
grid-template-columns: 1fr;
}

.about-hero__inner {
gap: 0;
        min-height: auto;
}

.about-hero__copy {
padding: 48px 0 32px;
}

.about-hero__image {
margin: 0;
        border-radius: 22px 22px 0 0;
}

.about-hero__image img {
min-height: 320px;
}

.about-story__media,
    .about-principles,
    .about-factory-grid,
    .about-showroom-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-principles article:nth-child(2n) {
border-right: 0;
}

.about-principles article:nth-child(-n+2) {
border-bottom: 1px solid var(--line);
}

.about-who__image img {
min-height: 280px;
}

.about-export-list {
padding-left: 0;
        border-left: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-timeline {
grid-template-columns: 1fr;
        gap: 18px;
        padding-left: 28px;
}

.about-timeline::before {
top: 4px;
        bottom: 4px;
        left: 7px;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, #d8b37a, #b8863b);
}

.about-timeline article {
gap: 6px;
        padding-bottom: 12px;
}

.about-timeline article::before {
top: 3px;
        left: -28px;
}

.about-cta__inner {
align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-top: 24px;
        padding-bottom: 24px;
}

.section-grid,
    .card-grid,
    .product-grid,
    .topic-link-grid,
    .products-overview-grid,
    .product-detail-hero,
    .product-gallery-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 560px) {
.brand-page {
padding-bottom: 48px;
}

.brand-hero__copy h1 {
font-size: clamp(34px, 11vw, 46px);
}

.brand-hero__copy p {
font-size: 16px;
}

.brand-hero__actions .button,
    .brand-bottom-cta .button,
    .contact-form-grid button {
width: 100%;
}

.brand-stat-strip,
    .brand-stat-strip--five,
    .brand-image-row,
    .brand-card-grid--four,
    .brand-service-grid,
    .brand-capability-grid,
    .quality-process,
    .brand-process,
    .brand-process--nine,
    .quality-workflow,
    .contact-strip,
    .contact-faq__grid,
    .contact-form-grid,
    .contact-benefits,
    .brand-mini-list,
    .quality-policy__grid {
grid-template-columns: 1fr;
}

.quality-material .brand-mini-list {
grid-template-columns: 1fr;
}

.brand-stat-strip article,
    .brand-stat-strip article:nth-child(2n),
    .contact-strip article,
    .contact-strip article:nth-child(2n),
    .brand-process article {
border-right: 0;
}

.brand-stat-strip article:last-child,
    .contact-strip article:last-child,
    .brand-process article:last-child {
border-bottom: 0;
}

.brand-process article {
min-height: auto;
}

.quality-logo-row,
    .quality-cert-row,
    .contact-trust .quality-logo-row,
    .contact-trust .quality-cert-row {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quality-policy {
margin-top: 24px;
        padding: 24px;
}

.contact-strip {
margin-top: 24px;
}

.contact-form-grid__wide,
    .contact-form-grid textarea,
    .contact-form-grid button {
grid-column: auto;
}

.about-hero__copy h1 {
font-size: clamp(36px, 12vw, 48px);
}

.about-hero__copy h2 {
font-size: 19px;
}

.about-hero__image img {
min-height: 260px;
}

.about-story__media,
    .about-principles,
    .about-factory-grid,
    .about-showroom-grid,
    .about-export-list,
    .about-capabilities {
grid-template-columns: 1fr;
}

.about-story__main {
grid-row: auto;
}

.about-story__media img,
    .about-factory-grid img,
    .about-showroom-grid img {
min-height: 190px;
}

.about-showroom-grid figcaption {
position: static;
        border: 0;
        border-radius: 0;
        background: #221d18;
}

.about-principles article,
    .about-principles article:nth-child(2n),
    .about-principles article:nth-child(-n+2) {
border-right: 0;
        border-bottom: 1px solid var(--line);
}

.about-principles article:last-child {
border-bottom: 0;
}

.about-principles article {
grid-template-columns: 1fr;
        min-height: auto;
        padding: 24px;
}

.about-principles .lucide {
width: 46px;
        height: 46px;
}

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

.about-stats article {
min-height: 128px;
        padding: 20px 10px;
}

.about-stats strong {
font-size: 29px;
}

.about-map {
min-height: 180px;
}

.about-cta .button {
width: 100%;
}
}
