:root {
    --red: #a7191f;
    --copper: #c45843;
    --ink: #2a2928;
    --muted: #64615f;
    --line: #d8d4d0;
    --max: 1600px;
    /* --serif: "Cormorant Garamond", Georgia, serif; */
    --serif: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    --sans: Arial, "Helvetica Neue", sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px
}

body {
    margin: 0;
    color: var(--ink);
    background: #fefefe;
    font-family: var(--sans);
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

.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
}

.site-header {
    position: fixed;
    z-index: 50;
    inset: 0 0 auto;
    background: #fff;
    height: 136px;
    transition: .35s height, .35s box-shadow
}

.site-header.scrolled {
    height: 88px;
    box-shadow: 0 8px 35px rgba(20, 12, 8, .12)
}

.nav-shell {
    height: 100%;
    max-width: var(--max);
    margin: auto;
    padding: 0 clamp(24px, 3.1vw, 60px);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    width: 180px;
    height: 76px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.brand img {
    width: 100%;
    transform: scale(1.04)
}

.main-nav {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.35vw, 52px);
    font-size: 16px;
    font-weight: 600
}

.main-nav>a,
.nav-parent,
.language>button {
    border: 0;
    background: none;
    padding: 20px 0;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: 0;
    text-transform: uppercase;
}

.main-nav .active {
    color: var(--red)
}

.nav-group,
.language {
    position: relative
}

.nav-parent span {
    display: none
}

.submenu {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    background: #fff;
    min-width: 245px;
    padding: 14px 0;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    pointer-events: none
}

.submenu a {
    display: block;
    padding: 11px 24px;
    font-size: 15px;
    color: #45413f;
    font-weight: 500;
}

.submenu a:hover {
    color: var(--red);
    background: #faf7f5
}

.nav-group:hover>.submenu,
.nav-group:focus-within>.submenu,
.language:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto
}

.language {
    border-left: 1px solid #ddd;
    padding-left: 24px
}

.language .submenu {
    min-width: 100px
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    width: 44px;
    height: 44px;
    padding: 10px
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 2px;
    background: #222;
    margin: 5px auto;
    transition: .25s
}

#translate{display: none;}



.hero {
    height: min(760px, calc(100vh - 30px));
    min-height: 590px;
    margin-top: 136px;
    position: relative;
    overflow: hidden
}

.hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(82, 0, 4, .95) 0, rgba(82, 0, 4, .82) 31%, rgba(0, 0, 0, .05) 48%, transparent 100%);
    clip-path: polygon(0 0, 52% 0, 37% 100%, 0 100%)
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: var(--max);
    margin: auto;
    padding: clamp(130px, 19vh, 190px) clamp(24px, 3.1vw, 60px);
    color: #fff
}

.hero h1 {
    margin: 0;
    font: 500 clamp(40px, 3.35vw, 64px)/1.18 var(--serif);
    letter-spacing: 0
}

.hero-copy i,
.red-rule {
    display: block;
    width: 68px;
    height: 2px;
    background: currentColor;
    margin: 30px 0
}

.hero-copy p {
    font-size: 24px;
    line-height: 1.45;
    color: #ffffffcc
}

.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: 24px;
    height: 38px;
    border: 1px solid #ffffffaa;
    border-radius: 14px
}

.scroll-cue span {
    position: absolute;
    width: 3px;
    height: 7px;
    background: #fff;
    left: 9px;
    top: 7px;
    border-radius: 3px;
    animation: scrollCue 1.8s infinite
}

@keyframes scrollCue {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(15px)
    }
}

.section {
    padding: clamp(78px, 7vw, 120px) clamp(24px, 4vw, 80px)
}

.content-grid,
.cases-grid,
.faq-grid,
.product-grid,
.footer-main,
.copyright {
    max-width: var(--max);
    margin: auto
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(380px, .75fr) 1.25fr;
    gap: clamp(50px, 6vw, 100px);
    align-items: center
}
.section-copy{
    overflow:hidden
}

.section-copy .eyebrow,
.section-heading>p {
    margin: 0 0 18px;
    color: var(--red);
    font-size: 14px;
    letter-spacing: 2px
}

.section-copy h2,
.section-heading h2 {
    font: 500 clamp(24px, 3vw, 42px)/1.14 var(--serif);
    margin: 0;
    letter-spacing: 0
}

.section-copy>p:last-of-type {
    font-size: 17px;
    line-height: 1.75;
    color: var(--muted)
}

.red-rule {
    color: var(--red);
    margin: 24px 0 32px
}

.values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 28px
}

.values article {
    text-align: center;
    padding: 0 28px;
    border-right: 1px solid #ddd
}

.values article:last-child {
    border: 0
}

.values b {
    display: block;
    color: var(--red);
    font-size: 40px;
    font-weight: 400;
    height: 64px
}

.values h3 {
    font: 600 19px var(--serif);
    margin: 8px 0
}

.values p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--muted)
}

.about-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.about-images img {
    width: 100%;
    height: 255px;
    object-fit: cover
}




.about-main {
    width: min(var(--about-content), calc(100% - 80px));
    margin: auto;
    padding: 44px 0 80px
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 24px;
    margin-bottom: 48px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1.5px
}

.about-breadcrumb a,
.about-breadcrumb span {
    color: #aaa
}

.about-breadcrumb strong {
    color: var(--red);
    font-weight: 600
}

.about-introduction {
    display: grid;
    grid-template-columns: 688px minmax(0, 720px);
    gap: 32px
}

.about-intro-image {
    height: 688px;
    overflow: hidden
}

.about-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-intro-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    height: 688px
}

.about-heading h2 {
    margin: 18px 0 0;
    color: #2a2928;
    font: 500 42px/58px var(--serif);
}

.about-heading>p {
    margin: 0;
    color: var(--red);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1.8px;
}

.about-heading>i {
        display: block;
        width: 94px;
        height: 4px;
        margin-top: 32px;
        background: var(--red)
}

.about-description {
    display: grid;
    gap: 15px;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 29px
}

.about-description p {
    margin: 0
}

.finish-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 44px;
}

.finish-list p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #272727;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px
}

.finish-list p:before {
    content: "";
    flex: 0 0 38px;
    height: 2px;
    background: var(--red)
}

.about-facts {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #111;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px
}

.about-facts strong {
    color: var(--red);
    font-weight: normal
}

.about-facts em {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--red)
}

.business-scope {
    padding-top: 60px
}

.business-heading {
    width: 720px;
    margin-bottom: 27px
}

.business-heading>div {
    margin-top: 27px;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 29px
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.business-card {
    min-width: 0
}

.business-card>img {
    width: 100%;
    height: 256px;
    object-fit: cover
}

.business-number {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    color: var(--red)
}

.business-number b {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.8px
}

.business-number i {
    width: 36px;
    height: 1px;
    background: var(--red)
}

.business-card h3 {
    margin: 4px 0 12px;
    color: #2a2928;
    font: 500 24px/30px var(--serif)
}

.business-card>p {
    max-width: 385px;
    margin: 0 0 14px;
    color: #606060;
    font-size: 14px;
    line-height: 22px
}

.business-card ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none
}

.business-card li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 24px
}

.business-card li:before {
    content: "";
    flex: 0 0 12px;
    height: 2px;
    margin-top: 11px;
    background: var(--red)
}



@media(max-width:1560px) {

    .about-main {
        width: calc(100% - 80px)
    }

}

@media(max-width:1200px) {

    .about-introduction {
        grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr)
    }

    .about-intro-image,
    .about-intro-copy {
        height: 640px
    }

    .about-description {
        font-size: 15px;
        line-height: 25px
    }

    .finish-list {
        gap: 12px 24px
    }

    .about-facts {
        gap: 16px;
        font-size: 14px
    }

    .business-grid {
        gap: 24px
    }

    .business-card>img {
        height: 220px
    }

}

@media(max-width:960px) {
    .about-introduction {
        grid-template-columns: 1fr
    }

    .about-intro-image {
        height: auto;
        aspect-ratio: 1/1
    }

    .about-intro-copy {
        height: auto;
        gap: 34px
    }

    .business-heading {
        width: 100%
    }

    .business-grid {
        grid-template-columns: 1fr 1fr
    }

    .business-card:last-child {
        grid-column: 1/-1;
        max-width: calc(50% - 12px)
    }

}

@media(max-width:820px) {

    .about-main {
        padding-top: 33px
    }

    .about-breadcrumb {
        margin-bottom: 43px
    }

    .about-heading h2 {
        font-size: 40px;
        line-height: 1.2
    }

    .business-scope {
        padding-top: 0px
    }
}

@media(max-width:620px) {

    .about-main {
        width: calc(100% - 36px)
    }

    .about-breadcrumb {
        gap: 14px;
        font-size: 11px
    }

    .about-intro-image {
        aspect-ratio: 1/1
    }

    .about-heading h2 {
        font-size: 34px
    }

    .finish-list {
        grid-template-columns: 1fr
    }

    .about-facts {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px
    }

    .about-facts i {
        display: none
    }

    .business-grid {
        grid-template-columns: 1fr
    }

    .business-card:last-child {
        grid-column: auto;
        max-width: none
    }

    .business-card>img {
        height: auto;
        aspect-ratio: 448/256
    }

}








.dark {
    background: #171715;
    color: #fff
}

.section-heading {
    text-align: center;
    max-width: var(--max);
    margin: 0 auto 56px
}

.section-heading>p {
    color: var(--copper);
    letter-spacing: 6px
}

.section-heading>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px
}

.section-heading i {
    width: 80px;
    height: 1px;
    background: var(--copper)
}

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

.product-card {
    height: 415px;
    position: relative;
    overflow: hidden;
    border: 2px solid #80483d
}

.product-card:after {
    content: "";
    position: absolute;
    inset: 48% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .94))
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s
}

.product-card:hover img {
    transform: scale(1.07)
}

.product-card span,
.product-card h3 {
    position: absolute;
    z-index: 2;
    left: 28px;
    color: #fff
}

.product-card span {
    bottom: 60px;
    font: 400 58px var(--serif)
}

.product-card h3 {
    bottom: 22px;
    margin: 0;
    font: 600 clamp(18px, 1.45vw, 27px) var(--serif)
}


.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 808px) minmax(430px, 600px);
    gap: clamp(44px, 4vw, 72px);
    align-items: start
}

/* .product-gallery-main {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #eee
}

.product-gallery-main .swiper-slide {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #eee
}

.product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease
}

.product-gallery-main .swiper-slide-active img {
    transform: scale(1.015)
}

.gallery-prev,
.gallery-next {
    position: absolute;
    z-index: 4;
    top: 50%;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    border: 1px solid #ffffff99;
    background: #0006;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: background .25s, border-color .25s, opacity .25s
}

.gallery-prev {
    left: 22px
}

.gallery-next {
    right: 22px
}

.gallery-prev:hover,
.gallery-next:hover {
    border-color: #a7191f;
    background: #a7191f
}

.gallery-prev.swiper-button-disabled,
.gallery-next.swiper-button-disabled {
    opacity: .35
}

.gallery-count {
    position: absolute;
    z-index: 4;
    right: 22px;
    bottom: 20px;
    left: auto !important;
    width: auto !important;
    padding: 8px 12px;
    background: #0008;
    color: #fff;
    font: 500 14px/1 var(--serif);
    letter-spacing: 1px
}

.product-gallery-thumbs {
    width: 100%;
    margin-top: 20px;
    overflow: hidden
}

.product-gallery-thumbs .swiper-slide {
    height: 128px;
    border: 2px solid transparent;
    background: #eee;
    overflow: hidden;
    opacity: .58;
    cursor: pointer;
    transition: border-color .25s, opacity .25s
}

.product-gallery-thumbs .swiper-slide:hover,
.product-gallery-thumbs .swiper-slide-thumb-active {
    border-color: #a7191f;
    opacity: 1
}

.product-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-copy {
    padding-top: 8px
}

.detail-eyebrow {
    margin: 0 0 24px;
    color: #a7191f;
    font-size: 14px;
    font-weight: 600;
}

.detail-copy h1 {
    margin: 0;
    font: 500 clamp(44px, 3.1vw, 60px)/1.05 var(--serif);
    letter-spacing: 0
}

.detail-rule {
    display: block;
    width: 72px;
    height: 3px;
    margin: 27px 0 30px;
    background: #a7191f
}

.detail-lead {
    margin: 0 0 35px;
    color: #666;
    font-size: 16px;
    line-height: 1.75
} */

.spec-list {
    margin: 0;
    border-top: 1px solid #ddd
}

.spec-list div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid #ddd
}

.spec-list dt {
    color: #777;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px
}

.spec-list dd {
    margin: 0;
    color: #292929;
    font: 500 16px/1.4 var(--serif)
}

.quote-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    margin-top: 32px;
    padding: 18px 22px;
    background: #a7191f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background .25s
}

.quote-button:hover {
    background: #72070d
}

.quote-button span {
    font-size: 20px
}

.custom-note {
    max-width: 480px;
    margin: 20px 0 0;
    color: #888;
    font-size: 12px;
    line-height: 1.6
}

.overview-section {
    margin-top: 112px;
    padding: 95px 40px;
    background: #f5f3f1;
    text-align: center
}

.overview-copy {
    max-width: 960px;
    margin: auto
}

.overview-copy>p,
.craft-heading>p {
    margin: 0 0 21px;
    color: #a7191f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px
}

.overview-copy h2,
.craft-heading h2 {
    margin: 0;
    font: 500 clamp(42px, 3.1vw, 58px)/1.08 var(--serif);
    letter-spacing: 0
}

.overview-copy i {
    display: block;
    width: 70px;
    height: 2px;
    margin: 28px auto;
    background: #a7191f
}

.overview-copy>div {
    color: #666;
    font-size: 17px;
    line-height: 1.75
}

.craft-section {
    padding: 108px 0 120px
}

.craft-heading {
    text-align: center;
    margin-bottom: 52px
}

.craftsmanship-swiper {
    overflow: hidden
}

.craft-card {
    position: relative;
    height: 420px;
    /* background: #222; */
    overflow: hidden
}

.craft-card:after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .88))
}

.craft-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s
}

.craft-card:hover img {
    transform: scale(1.045)
}

.craft-card>div {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 24px;
    bottom: 27px;
    color: #fff
}

.craft-card span {
    display: block;
    margin-bottom: 8px;
    color: #fff9;
    font: 500 18px var(--serif)
}

.craft-card h3 {
    margin: 0;
    font: 500 24px/1.2 var(--serif)
}

.craft-controls {
    height: 54px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px
}

.craft-prev,
.craft-next {
    width: 48px;
    height: 48px;
    border: 1px solid #bbb;
    background: #fff;
    color: #222;
    font-size: 21px;
    cursor: pointer;
    transition: .25s
}

.craft-prev:hover,
.craft-next:hover {
    border-color: #a7191f;
    background: #a7191f;
    color: #fff
}

.craft-prev.swiper-button-disabled,
.craft-next.swiper-button-disabled {
    opacity: .35;
    cursor: default
}

.craft-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center
}

.craft-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    margin: 0 4px !important;
    border-radius: 0;
    background: #999;
    opacity: .45
}

.craft-pagination .swiper-pagination-bullet-active {
    background: #a7191f;
    opacity: 1
}

.product-details-page .footer {
    margin-top: 0
}

.detail-grid>* {
    min-width: 0
}

.product-gallery {
    min-width: 0;
    max-width: 100%
}

.product-gallery-main,
.product-gallery-thumbs {
    max-width: 100%
}

@media(max-width:1400px) {

    .detail-grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
        gap: 38px
    }

    .product-gallery-main {
        height: auto;
        aspect-ratio: 808/600
    }

    .product-gallery-thumbs .swiper-slide {
        height: auto;
        aspect-ratio: 1.5
    }

    .craft-card {
        height: 370px
    }
}


@media(max-width:900px) {
    .detail-grid {
        grid-template-columns: 1fr
    }

    .detail-copy {
        padding-top: 24px
    }

    .product-gallery-main {
        height: auto;
        aspect-ratio: 808/600
    }

    .product-gallery-thumbs .swiper-slide {
        height: auto;
        aspect-ratio: 1.5
    }

    .overview-section {
        margin-top: 80px;
        padding: 75px 24px
    }

    .craft-section {
        padding: 78px 0 90px
    }

    .craft-card {
        height: 390px
    }
}

@media(max-width:520px) {

    .product-gallery-thumbs {
        margin-top: 10px
    }

    .gallery-prev,
    .gallery-next {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        font-size: 18px
    }

    .gallery-prev {
        left: 12px
    }

    .gallery-next {
        right: 12px
    }

    .gallery-count {
        right: 12px;
        bottom: 12px
    }

    .detail-copy h1 {
        font-size: 39px
    }

    .detail-lead {
        font-size: 15px
    }

    .spec-list div {
        grid-template-columns: 110px 1fr;
        gap: 10px
    }

    .spec-list dd {
        font-size: 15px
    }

    .quote-button {
        width: 100%
    }

    .overview-section {
        margin-top: 64px;
        padding: 62px 18px
    }

    .overview-copy h2,
    .craft-heading h2 {
        font-size: 35px
    }

    .overview-copy>div {
        font-size: 15px
    }

    .craft-section {
        padding: 64px 0 72px
    }

    .craft-heading {
        margin-bottom: 36px
    }

    .craft-card {
        height: 430px
    }
}


.outline-btn {
    width: max-content;
    margin: 44px auto 0;
    display: flex;
    align-items: center;
    gap: 35px;
    border: 1px solid var(--copper);
    padding: 15px 22px;
    color: #fff;
    font-size: 16px;
    transition: .25s
}


.outline-btn.light {
    margin: 60px 0 0;
    color: var(--red)
}
.outline-btn:hover {
    background: var(--red);
    border-color: var(--red);
    color:#fff;
}


.cases-grid,
.faq-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(50px, 6vw, 100px);
    align-items: center
}

.case-gallery {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 32px;
    height: 460px
}

.case-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.case-gallery>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}
.case-gallery>div img{
    height: 240px;
}

.stats {
    padding: 42px clamp(24px, 4vw, 80px);
    background: url("../../images/stats-bg.jpg") center/cover;
    color: #fff
}

.stats-grid {
    max-width: var(--max);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.stats-grid div {
    text-align: center;
    border-right: 1px solid #ffffff66
}

.stats-grid div:last-child {
    border: 0
}

.stats b {
    display: block;
    font: 500 36px var(--serif)
}

.stats span {
    display: block;
    font: 500 18px var(--serif);
    margin-top: 7px
}

.faq {
    background: #faf9f8
}

.accordion article {
    border: 1px solid var(--line);
    background: #fff;
    margin-bottom: 12px
}

.accordion button {
    width: 100%;
    height: 110px;
    border: 0;
    background: none;
    display: grid;
    grid-template-columns: 56px 1fr 40px;
    align-items: center;
    gap: 36px;
    padding: 0 32px;
    text-align: left;
    cursor: pointer
}

.accordion button b {
    color: var(--red);
    font: 500 40px var(--serif)
}

.accordion button span {
    font: 500 20px var(--serif)
}

.accordion button i {
    color: var(--red);
    font-style: normal;
    font-size: 25px;
    text-align: center;
    transition: .25s
}

.accordion article>p {
    display: none;
    margin: 0;
    padding: 0 32px 28px 124px;
    color: var(--muted);
    line-height: 1.7
}

.accordion article.open>p {
    display: block
}

.accordion article.open i {
    transform: rotate(45deg)
}



.contact-layout {
    display: grid;
    grid-template-columns: 659px minmax(0,749px);
    gap: 60px;
    align-items: start;
  }
  
  .contact-heading > p,
  .inquiry-panel > header h2 {
    margin: 0;
    color: var(--red);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .contact-heading h2 {
    margin: 11px 0 0;
    color: #2a2928;
    font: 500 42px / 58px var(--serif);
    letter-spacing: 0;
  }
  
  .contact-heading i {
    display: block;
    width: 64px;
    height: 3px;
    margin-top: 40px;
    background: var(--red);
  }
  
  .contact-details {
    display: grid;
    width: 420px;
    margin-top: 52px;
  }
  
  .contact-details article {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 28px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .contact-details article + article { padding-top: 48px; }
  .contact-details article > img { width: 64px; height: 64px; }
  .contact-details h3 { margin: 0 0 12px; color: var(--red); font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: 1.2px; }
  .contact-details p { margin: 0; color: #292929; font-size: 18px; line-height: 30px; }
  
  .inquiry-panel { padding-top: 2px; }
  .inquiry-panel > header p { color: #666; font-size: 16px; line-height: 28px; }
  .inquiry-form { display: grid; gap: 32px; margin-top: 32px; }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 30px; }
  .inquiry-form label { display: grid; gap: 10px; min-width: 0; }
  .inquiry-form label > span { color: #1e1e1e; font-size: 16px; font-weight: 600; line-height: 24px; }
  .inquiry-form label b { color: var(--red); font-weight: 600; }
  
  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    color: #292929;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: border-color .25s, box-shadow .25s;
  }
  
  .inquiry-form input,
  .inquiry-form select { height: 64px; padding: 0 24px; }
  .inquiry-form select { appearance: none; padding-right: 58px; background-image: url("assets/contact-select.svg"); background-repeat: no-repeat; background-position: right 24px center; background-size: 16px 16px; }
  .inquiry-form textarea { min-height: 88px; padding: 19px 24px; resize: vertical; }
  .inquiry-form input::placeholder,
  .inquiry-form textarea::placeholder { color: #9a9a9a; opacity: 1; }
  .inquiry-form input:focus,
  .inquiry-form select:focus,
  .inquiry-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(167,25,31,.08); }
  
  .inquiry-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: max-content;
    min-height: 56px;
    padding: 12px 16px;
    border: 1px solid var(--red);
    background: #fff;
    color: var(--red);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: color .25s, background .25s;
  }
  
  .inquiry-submit img { width: 32px; height: 32px; }
  .inquiry-submit:hover { background: var(--red); color: #fff; }
  .inquiry-submit:hover img { filter: brightness(0) invert(1); }



  .projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.project-case-card {
    border: 1px solid #e3e3e3;
    background: #fff;
    overflow: hidden
}

.project-case-card button>img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform .65s
}

.project-case-card:hover button>img {
    transform: scale(1.035)
}

.project-case-card>div {
    padding: 16px
}

.project-case-card h3 {
    margin: 0 0 6px;
    color: #1c1c1c;
    font: 500 20px/1.4 var(--serif)
}

.project-case-card p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.55
}
.project-image-button,
.lightbox-close,
.lightbox-nav {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: 1;
  text-align: inherit;
  cursor: pointer;
}


.project-image-button {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    padding: 0;
    border: 0;
    background: #111;
    overflow: hidden;
    cursor: zoom-in
}

.project-image-button:after {
    content: "+";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #ffffffaa;
    background: #0008;
    color: #fff;
    font-size: 25px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s, transform .25s, background-color .25s
}

.project-image-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s
}

.project-image-button:hover img,
.project-image-button:focus-visible img {
    transform: scale(1.035)
}

.project-image-button:hover:after,
.project-image-button:focus-visible:after {
    opacity: 1;
    transform: none
}

.project-image-button:focus-visible {
    outline: 3px solid #a7191f;
    outline-offset: -3px
}

.lightbox-open {
    overflow: hidden
}

.project-lightbox {
    width: 100vw;
    max-width: none;
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: clamp(18px, 3.75vw, 60px);
    border: 0;
    background: rgba(7, 7, 7, .96);
    color: #fff;
    overflow: hidden;
    opacity: 0;
    transition: opacity .22s ease
}

.project-lightbox::backdrop {
    background: rgba(0, 0, 0, .84);
    backdrop-filter: blur(6px)
}

.project-lightbox[open] {
    display: block
}

.project-lightbox.is-visible {
    opacity: 1
}

.project-lightbox-shell {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: clamp(12px, 2vw, 32px);
    width: min(1600px, 100%);
    height: 100%;
    margin: auto
}

.project-lightbox-media {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 18px;
    min-width: 0;
    height: 100%;
    margin: 0
}

.project-lightbox-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    cursor: zoom-out
}

.project-lightbox-stage:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border: 2px solid #ffffff38;
    border-top-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: lightbox-spin .8s linear infinite;
    transition: opacity .2s
}

.project-lightbox.is-loading .project-lightbox-stage:before {
    opacity: 1
}

.project-lightbox-stage img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0;
    transform: scale(.975);
    transition: opacity .3s ease, transform .38s ease
}

.project-lightbox-stage img.is-ready {
    opacity: 1;
    transform: none
}

.project-lightbox figcaption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 32px;
    font: 500 24px/1.2 var(--serif)
}

.project-lightbox figcaption span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.project-lightbox figcaption small {
    flex: none;
    color: #ffffffaa;
    font: 400 14px var(--sans)
}

.lightbox-close,
.lightbox-nav {
    display: grid;
    place-items: center;
    border: 1px solid #ffffff66;
    background: rgba(17, 17, 17, .62);
    color: #fff;
    cursor: pointer;
    transition: border-color .25s, background-color .25s, transform .25s
}

.lightbox-close:hover,
.lightbox-nav:hover {
    border-color: #a7191f;
    background: #a7191f
}

.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px
}

.lightbox-close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    font-size: 32px;
    line-height: 1
}

.lightbox-nav {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    font-size: 22px
}

.lightbox-nav:hover {
    transform: scale(1.06)
}



.project-lightbox-media {
    min-height: 0;
    max-height: 100%;
    overflow: hidden
}

@keyframes lightbox-spin {
    to {
        transform: rotate(360deg)
    }
}





  @media (max-width: 1560px) {
    .contact-layout { grid-template-columns: minmax(390px,.9fr) minmax(0,1.1fr); }
  }
  
  @media (max-width: 1200px) {

    .projects-grid {
        gap: 22px
    }
    .project-image-button {
        height: 260px
    }


    .project-case-card>img {
        height: 260px
    }
    .contact-layout { grid-template-columns: minmax(340px,.85fr) minmax(0,1.15fr); gap: 45px; }
    .contact-heading h2 { font-size: 39px; line-height: 1.2; }
    .contact-details { width: 100%; }


  }
  
  @media (max-width: 900px) {
    .contact-layout { grid-template-columns: 1fr; gap: 72px; }
    .contact-details { max-width: 520px; }
    .contact-page .footer-main { grid-template-columns: 1fr 1fr; gap: 45px; }
    .contact-page .footer-main > div + div { min-height: 0; margin-left: 0; padding-left: 0; border-left: 0; }
    .projects-grid {
        grid-template-columns: 1fr 1fr
    }

    .project-case-card>img {
        height: 250px
    }
    .project-image-button {
        height: 250px
    }

    .project-lightbox {
        padding: 70px 18px 24px
    }

    .project-lightbox-shell {
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        gap: 8px
    }

    .lightbox-nav {
        width: 46px;
        height: 46px
    }

    .project-lightbox figcaption {
        font-size: 20px
    }

    .lightbox-close {
        top: -54px
    }
  }
  
  
  @media (max-width: 620px) {
    .form-grid { grid-template-columns: 1fr; }
    .project-image-button {
        height: auto;
        aspect-ratio: 459/320
    }

    .project-image-button:after {
        opacity: 1;
        transform: none
    }

    .project-lightbox {
        padding: 66px 14px 22px
    }

    .project-lightbox-shell {
        display: block
    }

    .project-lightbox-media {
        gap: 14px
    }

    .project-lightbox-stage {
        height: calc(100vh - 164px)
    }

    .lightbox-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(8, 8, 8, .74)
    }

    .lightbox-nav:hover {
        transform: translateY(-50%) scale(1.04)
    }

    .lightbox-prev {
        left: 8px
    }

    .lightbox-next {
        right: 8px
    }

    .project-lightbox figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        font-size: 18px
    }

    .project-lightbox figcaption span {
        max-width: 100%
    }

    .lightbox-close {
        top: -52px;
        right: 0
    }
  }
  
  @media (max-width: 520px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .project-case-card>img {
        height: auto;
        aspect-ratio: 459/320
    }
    .contact-heading h2 { font-size: 30px; }
    .contact-details article { grid-template-columns: 52px 1fr; gap: 18px; }
    .contact-details article > img { width: 52px; height: 52px; }
    .contact-details p { font-size: 16px; line-height: 1.7; }
    .inquiry-submit { width: 100%;font-size:14px }
  }
  

.text-c{
    margin-top:40px;
    text-align: center;
    font-size:14px;
}
.text-c a{
    padding:5px 10px;
    background-color: #f8f8f8;
    color:#999
}
.text-c span{
    padding:5px 10px;
    background-color: var(--red);
    color:#fff;
}

.footer {
    background: #5a0008 url("../../images/ft-bg.webp") center/cover;
    color: #ffffffd9;
    padding: 70px clamp(24px, 4vw, 80px) 25px
}

.footer-main {
    display: grid;
    grid-template-columns: 1.15fr .7fr .85fr 1.2fr;
    gap: 70px
}

.footer-brand img {
    width: 250px;
    filter: brightness(0) invert(1)
}

.footer p,
.footer a {
    display: block;
    font: 500 16px/1.65 var(--serif);
    margin: 0 0 10px
}
.footer p{
    margin:20px 0 30px;
}

.footer h3 {
    font: 500 28px var(--serif);
    color: #fff;
    margin: 0 0 28px
}

.socials {
    display: flex;
    gap: 14px;
    margin-top: 22px
}

.socials a {
    margin: 0;
    transition: all .5s;
}
.socials a:hover{
    transform: translateY(-5px);
}

.copyright {
    border-top: 1px solid #ffffff4a;
    margin-top: 50px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    font: 500 13px var(--serif)
}
.copyright a{
    display: inline-block;
}

.back-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    background: var(--red);
    color: #fff;
    z-index: 20;
    opacity: 0;
    transform: translateY(12px);
    transition: .25s;
    cursor: pointer
}

.back-top.show {
    opacity: 1;
    transform: none
}

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .85s ease, transform .85s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:1200px) {
    .site-header {
        height: 96px
    }

    .hero {
        margin-top: 96px
    }

    .main-nav {
        gap: 18px;
        font-size: 12px
    }

    .brand {
        width: 145px
    }

    .content-grid {
        grid-template-columns: 1fr
    }

    .about-side {
        max-width: 900px
    }

    .cases-grid,
    .faq-grid {
        grid-template-columns: 1fr
    }

    .case-gallery {
        height: 500px
    }

    .footer-main {
        grid-template-columns: 1fr 1fr
    }

    .product-card {
        height: 360px
    }
}

@media(max-width:820px) {
    html {
        scroll-padding-top: 76px
    }

    .site-header,
    .site-header.scrolled {
        height: 76px
    }

    .nav-shell {
        padding: 0 18px
    }

    .brand {
        width: 125px;
        height: 56px
    }

    .menu-toggle {
        display: block
    }

    .menu-toggle.open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg)
    }

    .menu-toggle.open span:nth-child(2) {
        opacity: 0
    }

    .menu-toggle.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg)
    }

    .main-nav {
        position: fixed;
        inset: 76px 0 auto;
        background: #fff;
        display: block;
        padding: 10px 22px 24px;
        max-height: calc(100vh - 76px);
        overflow: auto;
        transform: translateY(-120%);
        opacity: 0;
        transition: .35s;
        box-shadow: 0 15px 30px #0002
    }

    .main-nav.open {
        transform: none;
        opacity: 1
    }

    .main-nav>a,
    .nav-parent,
    .language>button {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 16px 0;
        border-bottom: 1px solid #eee;
        text-align: left
    }

    .nav-parent span {
        display: inline
    }

    .nav-group .submenu,
    .language .submenu {
        position: static;
        box-shadow: none;
        min-width: 0;
        padding: 0 0 0 15px;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto
    }

    .nav-group.open>.submenu,
    .language.open>.submenu {
        display: block
    }

    .language {
        padding: 0;
        border: 0
    }

    .hero {
        margin-top: 76px;
        height: 640px;
        min-height: 0
    }

    .hero-shade {
        clip-path: none;
        background: linear-gradient(90deg, #570008e8 0, #570008a8 55%, #0002)
    }

    .hero-copy {
        padding-top: 180px
    }

    .hero h1 {
        font-size: 42px
    }

    .hero-copy p {
        font-size: 19px
    }

    .section {
        padding: 30px 20px
    }

    .content-grid {
        gap: 30px
    }

    .values {
        grid-template-columns: repeat(3,1fr)
    }

    .values article {
        border-right: 0;
        border-bottom: 1px solid #ddd;
        padding: 22px 0
    }

    .about-images {
        gap: 14px
    }

    .about-images img {
        height: 190px
    }

    .section-heading>div i {
        display: none
    }

    .product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }

    .product-card {
        height: 320px
    }

    .product-card span {
        font-size: 45px
    }

    .case-gallery {
        height: auto;
        grid-template-columns: 1fr
    }

    .case-main {
        height: 420px !important
    }

    .case-gallery>div img {
        height: 190px
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0
    }

    .stats-grid div {
        padding: 20px 5px;
        border-bottom: 1px solid #ffffff66
    }

    .stats-grid div:last-child{border-bottom:1px solid #ffffff66}
    .stats-grid div:nth-child(2) {
        border-right: 0
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px
    }

    .copyright {
        display: grid;
        gap: 12px
    }

    .accordion button {
        height: auto;
        min-height: 96px;
        grid-template-columns: 36px 1fr 30px;
        gap: 14px;
        padding: 18px
    }

    .accordion button span {
        font-size: 21px
    }

    .accordion article>p {
        padding: 0 18px 24px 68px
    }
}

@media(max-width:520px) {
    .values {
        grid-template-columns: 1fr
    }

    .hero {
        height: 570px
    }

    .hero-image {
        object-position: 62% center
    }

    .hero-copy {
        padding-top: 150px
    }

    .hero h1 {
        font-size: 34px
    }

    .hero-copy p {
        font-size: 17px
    }

    .section-copy h2,
    .section-heading h2 {
        font-size: 30px
    }

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

    .product-card {
        height: 390px
    }

    .about-images {
        grid-template-columns: 1fr
    }

    .case-gallery>div {
        gap: 10px
    }

    .case-gallery>div img {
        height: 150px
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stats-grid div {
        border-right: 0
    }

    .footer-main {
        grid-template-columns: 1fr
    }
    .footer-main div:nth-child(2),.footer-main div:nth-child(3),.footer-main div:nth-child(4){display: none;}

    .footer-brand img {
        width: 220px
    }

    .copyright {
        font-size: 12px;
        margin-top:20px;
    }

    .section-heading>div {
        display: block
    }

    .accordion button span {
        font-size: 19px
    }
    .footer{padding-top:30px;}
    .footer-brand img{
        width:200px;
        margin: 0 auto;
    }
    .footer-brand>p{text-align: center;}
    .contact-details article + article{padding-top:20px;padding-bottom:20px;}
    .outline-btn{width:100%}
    .outline-btn.light{margin-top:30px;width:100%}
}

.main-nav .nav-parent.active {
    color: var(--red)
}

.product-hero {
    position: relative;
    height: 560px;
    margin-top: 136px;
    overflow: hidden;
    color: #fff
}

.product-hero>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .18) 63%, transparent)
}

.product-hero-copy {
    position: relative;
    z-index: 1;
    max-width: var(--max);
    margin: auto;
    padding: 116px clamp(24px, 4vw, 80px)
}

.product-hero-copy p,
.collection-intro>p,
.results-heading>p {
    color: var(--red);
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 28px
}

.product-hero-copy h1 {
    font: 500 clamp(36px, 4vw, 54px)/1.17 var(--serif);
    margin: 0;
    letter-spacing: 0
}

.product-hero-copy i,
.collection-intro i {
    display: block;
    width: 94px;
    height: 4px;
    background: var(--red);
    margin-top: 28px
}

.product-center {
    padding-top: 44px
}

.product-center-inner {
    max-width: var(--max);
    margin: auto
}

.breadcrumbs {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 54px;
    font-size: 14px;
}

.breadcrumbs a {
    color: #aaa
}

.breadcrumbs strong {
    color: var(--red);
    font-weight: 600
}

.collection-intro {
    max-width: 1180px;
    margin-bottom: 74px
}

.collection-intro>p {
    font-size: 14px;
    margin-bottom: 26px
}

.collection-intro h2 {
    font: 500 clamp(30px, 3.5vw, 42px)/1.18 var(--serif);
    margin: 0
}

.collection-intro i {
    width: 64px;
    margin: 22px 0
}

.collection-intro div {
    max-width: 1080px;
    color: #666;
    font-size: 18px;
    line-height: 1.7
}

.collection-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 64px;
    align-items: start
}

.category-sidebar {
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 0 24px;
    position: sticky;
    top: 112px
}

.category-sidebar h3 {
    font-size: 13px;
    letter-spacing: 1.6px;
    color: #777;
    margin: 0;
    padding: 26px 8px 22px;
    border-bottom: 1px solid #e6e6e6
}

.category-list {
    display: grid
}

.category-button {
    position: relative;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    color: #333;
    padding: 23px 8px;
    text-align: left;
    font-size: 14px;
    letter-spacing: .5px;
    cursor: pointer;
    transition: .25s color, .25s padding
}

.category-button:last-child {
    border-bottom: 0
}

.category-button:hover {
    color: var(--red);
    padding-left: 15px
}

.category-button.active {
    color: var(--red);
    font-weight: 700;
    padding-left: 15px
}

.category-button.active:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 14px;
    width: 6px;
    height: 38px;
    background: var(--red)
}

.results-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    margin-bottom: 28px
}

.results-heading>p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 12px
}

.results-heading h2 {
    margin: 0;
    font: 600 31px var(--serif)
}

.results-heading span {
    font-size: 12px;
    color: #888;
    letter-spacing: 1px
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.collection-card {
    border: 1px solid #e3e3e3;
    background: #fff;
    animation: cardIn .45s ease both;
    overflow: hidden
}

.collection-card>a {
    display: block
}

.collection-card figure {
    margin: 0;
    height: 290px;
    overflow: hidden;
    background: #eee
}

.collection-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s
}

.collection-card:hover img {
    transform: scale(1.05)
}

.collection-card-body {
    padding: 17px
}

.collection-card h3 {
    font: 500 21px/1.3 var(--serif);
    margin: 0 0 15px;
    color: #181818
}

.collection-card span {
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
}

.collection-card span:after {
    content: " →";
    margin-left: 8px
}

.collection-card:nth-child(2) {
    animation-delay: .04s
}

.collection-card:nth-child(3) {
    animation-delay: .08s
}

.collection-card:nth-child(4) {
    animation-delay: .12s
}

.collection-card:nth-child(5) {
    animation-delay: .16s
}

.collection-card:nth-child(6) {
    animation-delay: .2s
}

@keyframes cardIn {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:1200px) {
    .product-hero {
        margin-top: 96px
    }

    .collection-layout {
        grid-template-columns: 280px 1fr;
        gap: 35px
    }

    .collection-grid {
        gap: 20px
    }

    .collection-card figure {
        height: 240px
    }
}

@media(max-width:820px) {
    .product-hero {
        margin-top: 76px;
        height: 460px
    }

    .product-hero-copy {
        padding-top: 118px
    }

    .product-hero-copy h1 {
        font-size: 42px
    }

    .product-center {
        padding-top: 32px
    }

    .collection-intro {
        margin-bottom: 50px
    }

    .collection-layout {
        grid-template-columns: 1fr
    }

    .category-sidebar {
        position: static;
        padding: 0 18px
    }

    .category-list {
        grid-template-columns: 1fr 1fr
    }

    .category-button:nth-child(odd) {
        border-right: 1px solid #e6e6e6
    }

    .category-button.active:after {
        right: auto;
        left: 0;
        top: 17px;
        height: 32px;
        width: 4px
    }

    .collection-grid {
        grid-template-columns: 1fr 1fr
    }

    .collection-card figure {
        height: 260px
    }
}

@media(max-width:520px) {
    .product-hero {
        height: 400px
    }

    .product-hero>img {
        object-position: 62% center
    }

    .product-hero-copy {
        padding-top: 96px
    }

    .product-hero-copy h1 {
        font-size: 35px
    }

    /* .collection-intro h2 {
        font-size: 38px
    } */

    .collection-intro div {
        font-size: 16px
    }

    .category-list {
        grid-template-columns: 1fr
    }

    .category-button:nth-child(odd) {
        border-right: 0
    }

    .collection-grid {
        grid-template-columns: 1fr
    }

    .collection-card figure {
        height: 340px
    }

    .results-heading {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .results-heading span {
        justify-self: start
    }

    .breadcrumbs {
        margin-bottom: 38px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

/* Home banner carousel */
.home-banner-swiper,
.home-banner-slide {
    width: 100%;
    height: 100%
}

.home-banner-slide {
    position: relative;
    overflow: hidden
}

.home-banner-slide .hero-image {
    inset: 0
}

.home-banner-slide .hero-copy {
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    color: #fff
}

.home-banner-slide .hero-copy h1 {
    margin: 0;
    font: 500 clamp(30px, 3.35vw, 54px)/1.18 var(--serif);
    letter-spacing: 0
}

.home-banner-slide .hero-copy h2 {
    margin: 0;
    color: #eea885;
    font: 500 clamp(20px, 1.8vw, 30px)/1.2 var(--serif);
    letter-spacing: 0
}

.home-banner-slide .hero-copy i {
    display: block;
    width: 52px;
    height: 3px;
    margin: 27px 0;
    background: currentColor
}

.home-banner-slide .hero-copy p {
    margin: 0;
    color: #ffffffcc;
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 300;
    line-height: 1.34
}

.banner-slide-one .hero-copy {
    left: max(60px, calc((100% - 1770px)/2));
    top: 50%;
    width: min(778px, 48vw);
    transform: translateY(-50%)
}

.banner-slide-one .hero-copy i {
    width: 45px;
    margin: 36px 0
}

.banner-slide-two .hero-copy {
    left: 65.88%;
    top: 50%;
    width: 31%;
    transform: translateY(-50%)
}

.banner-slide-two .hero-copy h1 {
    font-size: clamp(30px, 3.75vw, 54px);
    line-height: 1.12
}

.banner-slide-two .hero-copy h2 {
    margin-top: 27px
}

.banner-slide-two .hero-copy p {
    font-size: clamp(16px, 1.45vw, 24px);
    line-height: 1.36
}

.banner-slide-three .hero-copy {
    left: max(32px, calc((100% - 1800px)/2));
    bottom: 60px;
    width: min(738px, 48vw)
}

.banner-slide-three .hero-copy h1 {
    font-size: clamp(30px, 3vw, 54px)
}

.banner-slide-three .hero-copy h2 {
    margin-top: 10px;
    font-size: clamp(20px, 2.2vw, 40px)
}

.banner-slide-three .hero-copy i {
    margin: 20px 0
}

.banner-slide-three .hero-copy p {
    font-size: clamp(16px, 1.25vw, 24px)
}

.home-banner-prev,
.home-banner-next {
    position: absolute;
    z-index: 8;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 1px solid #ffffff80;
    background: #0004;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    transition: .25s
}

.home-banner-prev {
    left: 24px
}

.home-banner-next {
    right: 24px
}

.hero:hover .home-banner-prev,
.hero:hover .home-banner-next,
.home-banner-prev:focus,
.home-banner-next:focus {
    opacity: 1
}

.home-banner-prev:hover,
.home-banner-next:hover {
    border-color: var(--red);
    background: var(--red)
}

.home-banner-pagination {
    position: absolute !important;
    z-index: 8;
    left: 50% !important;
    bottom: 22px !important;
    display: flex;
    width: auto !important;
    gap: 8px;
    transform: translateX(-50%)
}

.home-banner-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 3px;
    margin: 0 !important;
    border-radius: 0;
    background: #fff;
    opacity: .45
}

.home-banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.home-banner-slide .hero-copy>* {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease
}

.home-banner-slide.swiper-slide-active .hero-copy>* {
    opacity: 1;
    transform: none
}

.home-banner-slide.swiper-slide-active .hero-copy>*:nth-child(2) {
    transition-delay: .12s
}

.home-banner-slide.swiper-slide-active .hero-copy>*:nth-child(3) {
    transition-delay: .2s
}

.home-banner-slide.swiper-slide-active .hero-copy>*:nth-child(4) {
    transition-delay: .28s
}

.home-banner-swiper~.scroll-cue {
    z-index: 9;
    bottom: 18px;
    transform: translateX(-50%)
}

@media(max-width:820px) {
    .home-banner-slide .hero-image {
        object-position: center
    }

    .home-banner-slide .hero-copy,
    .banner-slide-one .hero-copy,
    .banner-slide-two .hero-copy,
    .banner-slide-three .hero-copy {
        left: 24px;
        right: 24px;
        top: auto;
        bottom: 72px;
        width: auto;
        transform: none
    }

    .home-banner-slide .hero-copy:before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: -28px -24px;
        background: linear-gradient(90deg, #310005cc, transparent)
    }

    .home-banner-slide .hero-copy h1,
    .banner-slide-two .hero-copy h1,
    .banner-slide-three .hero-copy h1 {
        font-size: 42px
    }

    .home-banner-slide .hero-copy h2,
    .banner-slide-two .hero-copy h2,
    .banner-slide-three .hero-copy h2 {
        font-size: 27px
    }

    .home-banner-slide .hero-copy p,
    .banner-slide-two .hero-copy p,
    .banner-slide-three .hero-copy p {
        font-size: 17px
    }

    .banner-slide-two .hero-image {
        object-position: 20% center
    }

    .banner-slide-three .hero-image {
        object-position: 70% center
    }

    .home-banner-prev,
    .home-banner-next {
        display: none
    }

    .home-banner-pagination {
        bottom: 28px !important
    }

    .home-banner-swiper~.scroll-cue {
        display: none
    }
    .inquiry-form textarea{font-size: 14px; padding:10px;}
    .inquiry-form input, .inquiry-form select{height:48px;padding:0 10px;font-size: 14px;}
    .contact-layout{gap:40px;}
}

@media(max-width:520px) {

    .home-banner-slide .hero-copy h1,
    .banner-slide-two .hero-copy h1,
    .banner-slide-three .hero-copy h1 {
        font-size: 27px;
        line-height: 1.16
    }

    .home-banner-slide .hero-copy h2,
    .banner-slide-two .hero-copy h2,
    .banner-slide-three .hero-copy h2 {
        font-size: 20px;
        line-height: 1.2
    }

    .home-banner-slide .hero-copy p,
    .banner-slide-two .hero-copy p,
    .banner-slide-three .hero-copy p {
        font-size: 14px;
        line-height: 1.4
    }

    .home-banner-slide .hero-copy i {
        margin: 17px 0
    }

    .banner-slide-one .hero-image {
        object-position: 72% center
    }

    .banner-slide-three .hero-copy {
        bottom: 65px
    }
}