/* Homepage catalogue experience */
.home-v3 {
    --catalog-green: #0b5a54;
    --catalog-green-dark: #073d39;
    --catalog-gold: #c9972c;
    --catalog-ink: #172023;
    --catalog-copy: #4d5a5d;
    --catalog-line: #dbe2df;
    --catalog-mist: #f2f5f3;
    --catalog-white: #ffffff;
    color: var(--catalog-ink);
    background: var(--catalog-white);
}

.home-v3 *,
.home-v3 *::before,
.home-v3 *::after {
    letter-spacing: 0;
}

.home-v3 .container {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    padding: 0;
}

.home-v3 .section {
    padding: 88px 0;
}

.home-v3 h1,
.home-v3 h2,
.home-v3 h3,
.home-v3 p {
    margin-top: 0;
}

.home-v3 h2 {
    font-size: 42px;
    line-height: 1.12;
    color: var(--catalog-ink);
    margin-bottom: 18px;
}

.home-v3 p {
    color: var(--catalog-copy);
}

.home-v3 .site-nav {
    height: 72px;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(23, 32, 35, 0.08);
    box-shadow: none;
}

.home-v3 .site-nav .nav-wrapper {
    height: 72px;
}

.home-v3 .site-nav .logo-image {
    height: 44px;
    max-width: 205px;
}

.home-v3 .nav-links {
    gap: 28px;
}

.home-v3 .nav-links a {
    color: #344044;
    font-size: 14px;
    font-weight: 600;
    padding: 26px 0 22px;
    border-bottom: 3px solid transparent;
}

.home-v3 .nav-links a:hover,
.home-v3 .nav-links a.active {
    color: var(--catalog-green);
    border-bottom-color: var(--catalog-gold);
}

.home-v3 .nav-actions {
    gap: 10px;
}

.home-v3 .lang-switch {
    min-height: 42px;
    border: 1px solid var(--catalog-line);
    background: white;
    color: #344044;
}

.home-v3 .btn {
    min-height: 44px;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: none;
}

.home-v3 .btn-primary {
    background: var(--catalog-green);
    border-color: var(--catalog-green);
}

.home-v3 .btn-primary:hover {
    background: var(--catalog-green-dark);
    border-color: var(--catalog-green-dark);
    transform: translateY(-1px);
}

.home-v3 .btn-dark {
    background: var(--catalog-ink);
    border-color: var(--catalog-ink);
    color: white;
}

.home-v3 .btn-dark:hover {
    background: #000;
    color: white;
}

.catalog-hero {
    position: relative;
    min-height: 560px;
    margin-top: 72px;
    overflow: hidden;
    background: #172023;
}

.catalog-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.82) contrast(1.06);
}

.catalog-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 20, 20, 0.66);
}

.catalog-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: var(--catalog-gold);
}

.catalog-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 46px;
    padding-bottom: 42px;
}

.catalog-hero-copy {
    max-width: 760px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--catalog-green);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.eyebrow {
    color: #ecf7ef;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 8px 11px;
    text-transform: none;
}

.eyebrow i {
    color: #76d3a6;
}

.catalog-hero h1 {
    color: white;
    font-size: 58px;
    line-height: 1.04;
    font-weight: 800;
    max-width: 760px;
    margin-bottom: 22px;
}

.catalog-hero-copy > p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 19px;
    line-height: 1.65;
    margin-bottom: 30px;
}

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

.home-v3 .btn-hero-secondary {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(12, 27, 27, 0.35);
}

.home-v3 .btn-hero-secondary:hover {
    background: white;
    color: var(--catalog-ink);
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(760px, 100%);
    gap: 0;
    margin-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    padding-top: 20px;
}

.hero-proof > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-right: 24px;
}

.hero-proof strong {
    color: white;
    font-size: 26px;
    line-height: 1;
}

.hero-proof span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.quick-assurance {
    border-bottom: 1px solid var(--catalog-line);
    background: white;
}

.assurance-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 82px;
    align-items: center;
}

.assurance-row span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 24px;
    border-right: 1px solid var(--catalog-line);
    color: #3b474a;
    font-size: 13px;
    font-weight: 700;
}

.assurance-row span:first-child {
    padding-left: 0;
}

.assurance-row span:last-child {
    border-right: 0;
}

.assurance-row i {
    color: var(--catalog-gold);
    font-size: 17px;
}

.product-catalog {
    background: var(--catalog-mist);
}

.catalog-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
    margin-bottom: 34px;
}

.catalog-heading > div {
    max-width: 760px;
}

.catalog-heading p,
.section-intro p,
.service-heading > p {
    max-width: 710px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--catalog-green);
    font-weight: 800;
    font-size: 14px;
}

.text-link:hover {
    color: var(--catalog-green-dark);
    gap: 11px;
}

.catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.filter-btn {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #cfd8d4;
    border-radius: 4px;
    background: white;
    color: #3f4c4e;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--catalog-green);
    color: white;
    border-color: var(--catalog-green);
}

.filter-btn:focus-visible,
.quote-product:focus-visible,
.mobile-toggle:focus-visible {
    outline: 3px solid rgba(201, 151, 44, 0.5);
    outline-offset: 2px;
}

.catalog-count {
    color: #617073;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

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

.catalog-card {
    min-width: 0;
    background: white;
    border: 1px solid #dce3e0;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.catalog-card:hover {
    transform: translateY(-4px);
    border-color: #b8c8c2;
    box-shadow: 0 14px 30px rgba(21, 44, 41, 0.09);
}

.catalog-card[hidden] {
    display: none;
}

.catalog-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9eeeb;
}

.catalog-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 250ms ease;
}

.catalog-card:hover .catalog-media img {
    transform: scale(1.025);
}

.product-status {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 6px 8px;
    border-radius: 3px;
    background: rgba(7, 61, 57, 0.94);
    color: white;
    font-size: 11px;
    font-weight: 800;
}

.catalog-card-body {
    padding: 20px;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 11px;
}

.card-meta span {
    padding: 4px 7px;
    border: 1px solid #d7dfdc;
    border-radius: 3px;
    color: #687578;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-card h3 {
    font-size: 20px;
    line-height: 1.28;
    margin-bottom: 10px;
}

.catalog-card h3 a {
    color: var(--catalog-ink);
}

.catalog-card h3 a:hover {
    color: var(--catalog-green);
}

.catalog-card-body > p {
    min-height: 68px;
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 17px;
}

.mini-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 18px;
    padding: 12px 0;
    border-top: 1px solid #e5ebe8;
    border-bottom: 1px solid #e5ebe8;
}

.mini-specs div {
    padding-right: 10px;
}

.mini-specs div + div {
    padding-left: 12px;
    border-left: 1px solid #e5ebe8;
}

.mini-specs dt {
    color: #7a8587;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.mini-specs dd {
    color: #263235;
    font-size: 13px;
    font-weight: 800;
    margin: 0;
}

.card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.card-actions > a,
.quote-product {
    color: var(--catalog-green);
    font-size: 13px;
    font-weight: 800;
}

.quote-product {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--catalog-green);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
}

.quote-product:hover {
    background: var(--catalog-green);
    color: white;
}

.spec-disclaimer {
    max-width: 880px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #728082;
}

.factory-band {
    background: white;
}

.section-intro.centered {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-intro.centered p {
    margin-left: auto;
    margin-right: auto;
}

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

.factory-profile {
    display: grid;
    grid-template-rows: 220px 1fr;
    border: 1px solid var(--catalog-line);
    border-radius: 6px;
    overflow: hidden;
    background: white;
}

.factory-profile > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory-profile > div {
    padding: 30px;
}

.factory-label {
    display: block;
    color: var(--catalog-gold);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.factory-profile h3 {
    font-size: 27px;
    margin-bottom: 12px;
}

.factory-profile p,
.factory-profile li {
    font-size: 14px;
    line-height: 1.7;
}

.factory-profile ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 22px;
}

.factory-profile li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #4b595c;
}

.factory-profile li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background: var(--catalog-gold);
}

.service-band {
    background: #edf2ef;
    border-top: 1px solid #d9e2de;
    border-bottom: 1px solid #d9e2de;
}

.service-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 74px;
    align-items: start;
}

.service-heading {
    position: sticky;
    top: 110px;
}

.service-heading > p {
    margin-bottom: 28px;
}

.service-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #ced9d4;
    border: 1px solid #ced9d4;
}

.service-points article {
    min-height: 210px;
    padding: 28px;
    background: white;
}

.service-points i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    background: #e7f0ec;
    color: var(--catalog-green);
    font-size: 18px;
}

.service-points h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.service-points p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 0;
}

.export-process {
    background: #172023;
    color: white;
}

.section-intro.light h2,
.section-intro.light p {
    color: white;
}

.section-intro.light .section-kicker {
    color: #e2bc65;
}

.process-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.process-track li {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px 28px 0 0;
}

.process-track li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 9px;
    height: 9px;
    background: var(--catalog-gold);
}

.process-track li > span {
    color: #e2bc65;
    font-size: 12px;
    font-weight: 800;
}

.process-track h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 8px;
}

.process-track p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 0;
}

.contact-section {
    background: white;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 72px;
    align-items: start;
}

.contact-copy h2 {
    max-width: 500px;
}

.contact-copy > p {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.75;
}

.contact-direct {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.contact-direct a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--catalog-ink);
    font-size: 14px;
    font-weight: 700;
}

.contact-direct i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e8f0ed;
    color: var(--catalog-green);
}

.contact-direct small {
    display: block;
    color: #7a8587;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.home-v3 .catalog-inquiry {
    padding: 34px;
    border: 1px solid var(--catalog-line);
    border-radius: 6px;
    box-shadow: 0 16px 40px rgba(20, 45, 41, 0.08);
}

.home-v3 .catalog-inquiry .form-group {
    margin-bottom: 18px;
}

.home-v3 .catalog-inquiry label {
    font-size: 12px;
    color: #364245;
    font-weight: 800;
    margin-bottom: 7px;
}

.home-v3 .catalog-inquiry input,
.home-v3 .catalog-inquiry select,
.home-v3 .catalog-inquiry textarea {
    border-radius: 4px;
    border-color: #cfd8d4;
    color: var(--catalog-ink);
}

.home-v3 .catalog-inquiry input:focus,
.home-v3 .catalog-inquiry select:focus,
.home-v3 .catalog-inquiry textarea:focus {
    border-color: var(--catalog-green);
    box-shadow: 0 0 0 3px rgba(11, 90, 84, 0.12);
}

.catalog-footer {
    background: #11191b;
}

.catalog-footer .footer-brand .logo {
    background: white;
    border-radius: 4px;
}

.catalog-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.catalog-footer .footer-bottom p {
    margin: 0;
}

.mobile-cta {
    display: none;
}

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

@media (max-width: 1024px) {
    .home-v3 .container {
        width: min(100% - 32px, 920px);
    }

    .home-v3 .nav-links {
        gap: 18px;
    }

    .home-v3 .nav-links a {
        font-size: 13px;
    }

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

    .assurance-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px 0;
    }

    .assurance-row span:nth-child(2) {
        border-right: 0;
    }

    .service-layout,
    .contact-shell {
        gap: 44px;
    }
}

@media (max-width: 768px) {
    .home-v3 {
        padding-bottom: 64px;
    }

    .home-v3 .container {
        width: min(100% - 28px, 680px);
    }

    .home-v3 .section {
        padding: 62px 0;
    }

    .home-v3 h2 {
        font-size: 32px !important;
    }

    .home-v3 .site-nav .logo-image {
        height: 38px;
        max-width: 166px;
    }

    .home-v3 .site-nav .nav-menu {
        top: 72px;
        padding: 18px 20px 30px;
        align-items: stretch;
    }

    .home-v3 .site-nav .nav-links {
        width: 100%;
        gap: 0;
    }

    .home-v3 .site-nav .nav-links a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #e2e8e5;
        font-size: 15px;
    }

    .home-v3 .site-nav .nav-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 18px;
    }

    .home-v3 .site-nav .nav-actions > * {
        justify-content: center;
    }

    .catalog-hero,
    .catalog-hero-inner {
        min-height: 610px;
    }

    .catalog-hero-inner {
        justify-content: flex-end;
        padding-top: 78px;
        padding-bottom: 34px;
    }

    .catalog-hero-media {
        object-position: center;
    }

    .catalog-hero-overlay {
        background: rgba(7, 20, 20, 0.72);
    }

    .catalog-hero h1 {
        font-size: 39px !important;
        line-height: 1.08;
    }

    .catalog-hero-copy > p {
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 0;
        margin-top: 30px;
    }

    .hero-proof strong {
        font-size: 22px;
    }

    .assurance-row {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .assurance-row span {
        min-height: 48px;
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid var(--catalog-line);
    }

    .assurance-row span:last-child {
        border-bottom: 0;
    }

    .catalog-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .filter-group {
        flex-wrap: nowrap;
        width: calc(100vw - 14px);
        margin-left: -14px;
        padding: 0 14px 8px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .filter-group::-webkit-scrollbar {
        display: none;
    }

    .filter-btn {
        flex: 0 0 auto;
    }

    .catalog-grid,
    .factory-compare,
    .service-layout,
    .contact-shell {
        grid-template-columns: 1fr;
    }

    .factory-profile {
        grid-template-rows: 190px 1fr;
    }

    .factory-profile > div {
        padding: 24px;
    }

    .service-layout {
        gap: 36px;
    }

    .service-heading {
        position: static;
    }

    .service-points {
        grid-template-columns: 1fr;
    }

    .service-points article {
        min-height: 0;
    }

    .process-track {
        grid-template-columns: 1fr;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .process-track li {
        flex-direction: row;
        gap: 18px;
        padding: 0 0 30px 24px;
    }

    .process-track li::before {
        left: -5px;
        top: 7px;
    }

    .process-track li > span {
        flex: 0 0 24px;
    }

    .home-v3 .catalog-inquiry {
        padding: 22px;
    }

    .home-v3 .catalog-inquiry .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .catalog-footer .footer-bottom {
        flex-direction: column;
    }

    .home-v3 .whatsapp-float {
        display: none;
    }

    .mobile-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        min-height: 62px;
        background: white;
        border-top: 1px solid #d8e0dd;
        box-shadow: 0 -8px 24px rgba(14, 34, 31, 0.12);
    }

    .mobile-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: var(--catalog-ink);
        font-size: 14px;
        font-weight: 800;
    }

    .mobile-cta a:last-child {
        background: #167f4b;
        color: white;
    }
}

@media (max-width: 480px) {
    .home-v3 .container {
        width: calc(100% - 24px);
    }

    .catalog-hero h1 {
        font-size: 34px !important;
    }

    .catalog-card-body > p {
        min-height: 0;
    }

    .catalog-card h3 {
        font-size: 19px;
    }

    .factory-profile h3 {
        font-size: 24px;
    }
}
