body {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #F9FBE7;
    box-sizing: border-box;
}
nav {
    display: grid;
    grid-template-columns: 1fr 14fr 1fr;
}

header {
    display: grid;
    grid-template-columns: 1fr 14fr 1fr;
}

section {
    display: grid;
    grid-template-columns: 1fr 14fr 1fr;
}

footer {
    display: grid;
    grid-template-columns: 1fr 14fr 1fr;
    margin-bottom: 50px;
}

.div_main {
    line-height: 60px;
    border-bottom: 1px solid black;
}

.linked {
    color: black;
    text-decoration: none;
    transition: 200ms ease-in-out;
}
.linked:hover {
    color: #FEA1A1;
}

.menubar {
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid black;
}

.mobile-menu {
    display: none;
    z-index: 105;
}

#header {
    width: 100%;
    position: relative;
    margin: auto;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-container {
    width: 100%;
    max-width: 100%; /* Dikey dikdörtgen görünüm için max genişlik belirleyin */
}

.image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 150%; /* Dikey dikdörtgen yapmak için yükseklik oranı ayarlayın */
    overflow: hidden; /* Taşan içeriği gizler */
}

.imgResizeUp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Resmi alanın tamamını kaplayacak şekilde ayarlayın */
    object-fit: cover; /* Resmi kesme olmadan alanın tamamına sığacak şekilde ayarlayın */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Yazı rengi */
    font-size: 1.5em;
    text-align: center;
    transition: 200ms ease-in-out;
}

.description {
    text-align: center;
    padding: 10px;
    font-size: 1em;
    color: #333;
    background-color: #f8f8f8; /* Açıklama metni için arka plan rengi */
    width: 100%;
    box-sizing: border-box; /* Padding'i kutu boyutuna dahil edin */
}
.search-input {
    font-family: "Jost", sans-serif;
}
.search-button {
    font-family: "Jost", sans-serif;
}

.product-button2 {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background-color: white;
    width: 100%;
    color: black;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 200ms ease-in-out;
}
.product-button2:hover {
    background-color: #ECCDB4;
}

/* Modal genel stili */
.modal {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    z-index: 10000; /* Üst katmanda yer alır */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Taşan içerik gizlenir */
    background-color: rgba(0, 0, 0, 0.7); /* Koyu arka plan */
}

/* Modal içerik stili */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    height: 80%;
    max-height: 600px;
    display: flex;
    flex-direction: column; /* İçeriği dikey olarak düzenler */
}

/* Kapat düğmesi */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* iframe stili */
iframe {
    width: 100%;
    height: calc(100% - 40px); /* Kapat düğmesi için yer bırak */
    border: none;
}

@media only screen and (min-width: 1280px) {
    /* Masaüstü Stilleri */
    #div_main_mobile {
        display: none;
    }
    #menubar_mobile {
        display: none;
    }
    .div_main_desktop {
        display: grid;
        grid-template-columns: 1.2fr 2.6fr 1.2fr;
        grid-gap: 20px;
    }
    .logo {
        width: 720px;
    }
    .desktop_menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .desktop_menu a {
        color: black;
        text-decoration: none;
    }
    .menubar {
        text-align: center;
    }
    .desktop_menu a li {
        display: inline-block;
        margin-left: 50px;
        margin-right: 50px;
        transition: 200ms ease-in-out;
    }
    .desktop_menu a:hover li {
        color: #FEA1A1;
    }
    .video_text {
        position: absolute;
        z-index: 1;
        width: 50%;
        left: 25%;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        text-shadow: 0 0 5px black;
    }
    .sampler {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
        background-color: white;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.1); /* Yarı saydam siyah arka plan */
    }
    .image-wrapper:hover .overlay {
        background-color: rgba(0, 0, 0, 0); /* Yarı saydam siyah arka plan */
        text-shadow: 0px 0px 5px black;
    }
    .main-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .main-products {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    .product-container {
        display: flex;
        gap: 20px; /* Ürün kutuları arasındaki boşluk */
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-box {
        width: 100%;
        min-height: 375px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product-image {
        width: 100%;
        height: 200px; /* Sabit yükseklik */
        object-fit: cover; /* Resmin kutuya sığması için */
        border-radius: 5px;
    }
    .product-name {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }
    .product-price {
        font-size: 14px;
        color: #888;
        margin-bottom: 10px;
    }
    .product-price > img {
        width: 70%;
    }
    .product-button {
        background-color: #F9FBE7;
        color: black;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
        transition: 200ms ease-in-out;
    }
    .product-button:hover {
        background-color: #ECCDB4;
    }
    .footer-main {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-top: 1px solid black;
        text-align: center;
    }
    .footer-by {
        width: 35%;
    }
    .product_page {
        width: 1080px;
        margin: auto;
        display: grid;
        grid-template-columns: 1.3fr 0.7fr;
        grid-gap: 20px;
    }
    .search-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .search-box {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 25px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 50%;
    }
    .search-input {
        border: none;
        padding: 10px 20px;
        width: 100%;
        outline: none;
        border-radius: 25px 0 0 25px;
        font-size: 16px;
    }
    .search-button {
        background-color: #F9FBE7;
        color: black;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 0 25px 25px 0;
        font-size: 16px;
        transition: background-color 0.3s;
    }
    .search-button:hover {
        background-color: #ECCDB4;
    }
    .sertificates {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-color: white;
    }
    .sertificates > .sertificates_item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sertificates > .sertificates_item > img {
        width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    /* Tabletler ve Diğer Orta Boyutlu Cihaz Stilleri */
    #div_main_desktop {
        display: none;
    }
    #menubar_mobile {
        display: none;
    }
    .div_main_mobile {
        display: grid;
        grid-template-columns: 1fr 3fr 1fr;
    }
    .logo {
        width: 480px;
    }
    .desktop_menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .desktop_menu a {
        color: black;
        text-decoration: none;
    }
    .menubar {
        text-align: center;
    }
    .desktop_menu a li {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        transition: 200ms ease-in-out;
    }
    .desktop_menu a:hover li {
        color: #FEA1A1;
        text-shadow: 0 0 2px black;
    }
    .video_text {
        position: absolute;
        z-index: 1;
        width: 50%;
        left: 25%;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        text-shadow: 0 0 5px black;
    }
    .sampler {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        background-color: white;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.1); /* Yarı saydam siyah arka plan */
    }
    .image-wrapper:hover .overlay {
        background-color: rgba(0, 0, 0, 0); /* Yarı saydam siyah arka plan */
        text-shadow: 0px 0px 5px black;
    }
    .main-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .main-products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .product-container {
        display: flex;
        gap: 20px; /* Ürün kutuları arasındaki boşluk */
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-box {
        width: 100%;
        min-height: 375px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product-image {
        width: 100%;
        height: 200px; /* Sabit yükseklik */
        object-fit: cover; /* Resmin kutuya sığması için */
        border-radius: 5px;
    }
    .product-name {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }
    .product-price {
        font-size: 14px;
        color: #888;
        margin-bottom: 10px;
    }
    .product-price > img {
        width: 70%;
    }
    .product-button {
        background-color: #F9FBE7;
        color: black;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
        transition: 200ms ease-in-out;
    }
    .product-button:hover {
        background-color: #ECCDB4;
    }
    .footer-main {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-top: 1px solid black;
        text-align: center;
    }
    .footer-by {
        width: 50%;
    }
    .product_page {
        width: 640px;
        margin: auto;
        display: grid;
        grid-template-columns: 1.3fr 0.7fr;
        grid-gap: 20px;
    }
    .search-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .search-box {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 25px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 70%;
    }
    .search-input {
        border: none;
        padding: 10px 20px;
        width: 100%;
        outline: none;
        border-radius: 25px 0 0 25px;
        font-size: 16px;
    }
    .search-button {
        background-color: #F9FBE7;
        color: black;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 0 25px 25px 0;
        font-size: 16px;
        transition: background-color 0.3s;
    }
    .search-button:hover {
        background-color: #ECCDB4;
    }
    .sertificates {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        background-color: white;
    }
    .sertificates > .sertificates_item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sertificates > .sertificates_item > img {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    /* Mobil Cihaz Stilleri */
    #div_main_desktop {
        display: none;
    }
    #div_main_mobile > #div_main_mobile_center {
        display: none;
    }
    #menubar_desktop {
        display: none;
    }
    .div_main_mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .logo {
        width: 360px;
    }
    .menubar_mobile {
        text-align: right;
        padding-right: 18px;
        box-sizing: border-box;
    }
    .burger-menu {
        cursor: pointer;
        text-decoration: none;
        color: black;
    }
    /* Mobil menü başlangçıç */
    .mobile-menu {
        background-color: white;
        position: absolute;
        left: 0;
        width: 100%;
    }
    .mobile-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .mobile-menu ul li {
        position: relative;
    }
    .mobile-menu ul li a {
        color: black;
        text-align: center;
        text-decoration: none;
        display: block;
        padding: 10px;
    }
    .mobile-menu ul li a:hover {
        background-color: #F0EDD4;
    }
    .mobile-menu ul li a::after {
        display: none;
    }
    .submenu {
        display: none;
        background-color: #ECCDB4;
        padding-left: 15px;
    }
    .submenu li a {
        padding: 10px 15px;
    }
    /* Mobil menü bitiş */
    .video_text {
        position: absolute;
        z-index: 1;
        width: 50%;
        left: 25%;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        text-shadow: 0 0 5px black;
    }
    .sampler {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        background-color: white;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.1); /* Yarı saydam siyah arka plan */
        text-shadow: 0 0 5px black;
    }
    .main-img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .main-products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .product-container {
        display: flex;
        gap: 20px; /* Ürün kutuları arasındaki boşluk */
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-box {
        width: 100%;
        min-height: 375px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product-image {
        width: 100%;
        height: 200px; /* Sabit yükseklik */
        object-fit: cover; /* Resmin kutuya sığması için */
        border-radius: 5px;
    }
    .product-name {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }
    .product-price {
        font-size: 14px;
        color: #888;
        margin-bottom: 10px;
    }
    .product-price > img {
        width: 70%;
    }
    .product-button {
        background-color: #F9FBE7;
        color: black;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
        transition: 200ms ease-in-out;
    }
    .product-button:hover {
        background-color: #ECCDB4;
    }
    .footer-main {
        display: grid;
        grid-template-columns: 1fr;
        border-top: 1px solid black;
        text-align: center;
    }
    .footer-by {
        width: 35%;
    }
    .product_page {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
    }
    .search-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .search-box {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 25px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 100%;
    }
    .search-input {
        border: none;
        padding: 10px 20px;
        width: 100%;
        outline: none;
        border-radius: 25px 0 0 25px;
        font-size: 16px;
    }
    .search-button {
        background-color: #F9FBE7;
        color: black;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 0 25px 25px 0;
        font-size: 16px;
        transition: background-color 0.3s;
    }
    .search-button:hover {
        background-color: #ECCDB4;
    }
    .sertificates {
        display: grid;
        grid-template-columns: 1fr;
        background-color: white;
    }
    .sertificates > .sertificates_item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sertificates > .sertificates_item > img {
        width: 200px;
        margin: 20px;
    }
}

.legacy-content-section {
    padding-top: 46px;
    padding-bottom: 46px;
    background: white;
}

.legacy-content-section:nth-of-type(odd) {
    background: transparent;
}

.legacy-content-section h1,
.legacy-content-section h2 {
    margin-top: 0;
}

.legacy-text-panel {
    background-color: white;
    padding: 30px;
    text-align: center;
    line-height: 1.7;
}

/* Refined spacious home revision */
.refined-home .lux-topline,
.refined-home #div_main {
    display: none;
}

.clean-topbar {
    display: grid;
    grid-template-columns: 1fr 14fr 1fr;
    width: 100%;
    margin: 18px 0 0;
}

.clean-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--ldc-muted);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.clean-topbar-inner a {
    color: var(--ldc-ink);
    text-decoration: none;
}

.refined-home .brand-header {
    margin: 26px 0 20px;
    padding: 0;
}

.refined-main {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.cinematic-hero {
    position: relative;
    width: calc(100vw - 48px);
    max-width: 1720px;
    min-height: clamp(680px, 82vh, 900px);
    margin: 34px 50% 132px;
    transform: translateX(-50%);
    overflow: hidden;
    background: #0f0f0f;
    box-shadow: 0 42px 110px rgba(17, 17, 17, 0.24);
    isolation: isolate;
}

.cinematic-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.05)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 42%);
}

.cinematic-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.18) 45%, transparent 54%),
        radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.22), transparent 24%);
    mix-blend-mode: screen;
    transform: translateX(-10%);
    animation: cinematic-glint 8s ease-in-out infinite alternate;
}

.cinematic-media,
.cinematic-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cinematic-media video {
    object-fit: cover;
    filter: saturate(0.86) contrast(1.12) brightness(0.82);
    transform: scale(1.04);
    animation: cinematic-drift 18s ease-in-out infinite alternate;
}

.cinematic-copy {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 64px));
    padding: clamp(78px, 10vh, 124px) 0 0 clamp(32px, 7vw, 118px);
    color: white;
}

.cinematic-grid {
    position: relative;
    z-index: 3;
    height: 100%;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.cinematic-grid-inner {
    position: relative;
    height: 100%;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 34px;
}

.cinematic-copy .eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.cinematic-copy h1 {
    max-width: 720px;
    margin: 0;
    color: white;
    font-size: clamp(58px, 8.4vw, 132px);
    font-weight: 390;
    line-height: 0.88;
}

.cinematic-copy p {
    max-width: 430px;
    margin: 32px 0 0 clamp(0px, 8vw, 148px);
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 1.4vw, 22px);
    line-height: 1.55;
}

.cinematic-copy .hero-actions {
    margin-left: clamp(0px, 8vw, 148px);
}

.cinematic-copy .lux-cta {
    background: white;
    color: var(--ldc-ink);
    border-color: white;
}

.cinematic-copy .lux-cta:hover {
    background: transparent;
    color: white;
}

.cinematic-copy .lux-link {
    color: white;
}

.cinematic-panel {
    position: absolute;
    z-index: 3;
    right: clamp(24px, 5vw, 84px);
    bottom: clamp(24px, 5vw, 72px);
    width: min(620px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
}

.cinematic-panel > div {
    min-height: 102px;
    padding: 22px;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.cinematic-panel > div:last-child {
    border-right: 0;
}

.cinematic-panel strong,
.cinematic-panel span {
    display: block;
}

.cinematic-panel strong {
    font-weight: 500;
    letter-spacing: 0.04em;
}

.cinematic-panel span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.35;
}

.refined-hero {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 88px;
    align-items: end;
    margin: 0 0 118px;
}

.refined-hero-copy {
    padding: 0 0 48px;
}

.copy-measure {
    max-width: 640px;
}

.refined-hero-copy h1 {
    margin: 0;
    font-size: clamp(50px, 6.4vw, 96px);
    line-height: 0.94;
    font-weight: 430;
}

.refined-hero-copy p {
    max-width: 420px;
    margin: 30px 0 0 auto;
    color: var(--ldc-muted);
    font-size: 18px;
    line-height: 1.65;
}

.refined-hero-media {
    height: min(680px, 72vh);
    min-height: 520px;
    overflow: hidden;
    box-shadow: var(--ldc-shadow);
    background: var(--ldc-paper);
}

.refined-hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.9) contrast(1.04);
}

.quiet-categories,
.quiet-products,
.quiet-story,
.quiet-cert-band {
    margin: 0 0 128px;
}

.quiet-heading {
    display: grid;
    grid-template-columns: 220px minmax(0, 640px);
    gap: 48px;
    align-items: start;
    max-width: none;
    margin-bottom: 36px;
}

.quiet-heading h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 62px);
    font-weight: 430;
}

.quiet-heading p {
    max-width: 520px;
    margin: 18px 0 0;
    color: var(--ldc-muted);
    line-height: 1.65;
    font-size: 17px;
}

.quiet-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.quiet-category-card {
    color: var(--ldc-ink);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--ldc-line);
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
    transition: transform 280ms ease, box-shadow 280ms ease;
}

.quiet-category-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(17, 17, 17, 0.13);
}

.quiet-category-card img {
    width: 100%;
    height: 330px;
    display: block;
    object-fit: cover;
}

.quiet-category-card div {
    padding: 24px 24px 28px;
}

.quiet-category-card h3,
.quiet-product-card h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.quiet-category-card p,
.quiet-product-card p {
    color: var(--ldc-muted);
    line-height: 1.55;
}

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

.quiet-product-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--ldc-line);
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
    overflow: hidden;
}

.quiet-product-card img {
    width: 100%;
    height: 310px;
    display: block;
    object-fit: cover;
    transition: transform 520ms ease;
}

.quiet-product-card:hover img {
    transform: scale(1.045);
}

.quiet-product-card > div {
    padding: 24px;
}

.quiet-cert {
    min-height: 54px;
    margin: 12px 0;
}

.quiet-cert img {
    width: 92px;
    max-height: 50px;
    object-fit: contain;
}

.quiet-story {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 70px;
    align-items: end;
    padding: 74px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--ldc-line);
    box-shadow: var(--ldc-shadow);
}

.quiet-story img {
    width: 100%;
    height: 480px;
    display: block;
    object-fit: cover;
}

.quiet-story h2 {
    margin: 0;
    font-size: clamp(34px, 4.6vw, 68px);
    font-weight: 430;
}

.quiet-story p {
    max-width: 560px;
    margin-left: auto;
    color: var(--ldc-muted);
    font-size: 18px;
    line-height: 1.72;
}

.quiet-cert-band {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: center;
    padding: 52px 0;
    border-top: 1px solid var(--ldc-line);
    border-bottom: 1px solid var(--ldc-line);
}

.quiet-cert-band h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 430;
}

.quiet-cert-band > div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 42px;
    flex-wrap: wrap;
}

.quiet-cert-band img {
    width: 150px;
    max-height: 90px;
    object-fit: contain;
}

@media only screen and (max-width: 1180px) {
    .quiet-category-grid,
    .quiet-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    .refined-hero,
    .quiet-story,
    .quiet-cert-band {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .refined-hero-copy {
        padding: 20px 0 0;
    }

    .refined-hero-copy p,
    .quiet-story p {
        margin-left: 0;
    }

    .quiet-heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .refined-hero-media {
        min-height: 420px;
    }

    .quiet-cert-band > div:last-child {
        justify-content: flex-start;
    }

    .cinematic-hero {
        width: calc(100vw - 28px);
        min-height: 760px;
        margin-top: 24px;
        margin-bottom: 92px;
    }

    .cinematic-copy {
        width: auto;
        padding: 72px 28px 0;
    }

    .cinematic-copy p,
    .cinematic-copy .hero-actions {
        margin-left: 0;
    }

    .cinematic-panel {
        left: 24px;
        right: 24px;
        width: auto;
        grid-template-columns: 1fr;
    }

    .cinematic-panel > div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .cinematic-panel > div:last-child {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .refined-main {
        width: min(100% - 28px, 680px);
    }

    .clean-topbar {
        margin-top: 12px;
        font-size: 11px;
        gap: 18px;
    }

    .refined-main {
        margin-top: 0;
    }

    .refined-hero,
    .quiet-categories,
    .quiet-products,
    .quiet-story,
    .quiet-cert-band {
        margin-bottom: 84px;
    }

    .refined-hero-copy h1 {
        font-size: clamp(42px, 13vw, 64px);
    }

    .quiet-category-grid,
    .quiet-product-grid {
        grid-template-columns: 1fr;
    }

    .quiet-category-card img,
    .quiet-product-card img {
        height: 300px;
    }

    .quiet-story {
        padding: 28px;
    }

    .quiet-story img {
        height: 340px;
    }
}

@keyframes cinematic-drift {
    from {
        transform: scale(1.04) translate3d(-0.8%, 0, 0);
    }
    to {
        transform: scale(1.1) translate3d(1.2%, -0.8%, 0);
    }
}

@keyframes cinematic-glint {
    from {
        opacity: 0.38;
        transform: translateX(-18%);
    }
    to {
        opacity: 0.8;
        transform: translateX(18%);
    }
}

/* Index final symmetric layout */
.index-main {
    margin: 0;
    overflow: hidden;
}

.index-main .cinematic-hero {
    width: 100%;
    max-width: none;
    min-height: clamp(640px, 82vh, 920px);
    margin: 0 0 72px;
    transform: none;
    box-shadow: none;
}

.index-main .cinematic-copy {
    width: min(720px, 100%);
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.index-main .cinematic-copy h1 {
    max-width: none;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1.08;
    font-weight: 430;
}

.index-main .cinematic-copy p {
    max-width: none;
    margin: 14px 0 0;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.45;
}

.index-main .cinematic-copy .hero-actions {
    justify-content: center;
    margin: 22px 0 0;
}

.index-main .cinematic-copy .lux-cta,
.index-main .cinematic-copy .lux-link {
    min-height: 38px;
    font-size: 11px;
}

.index-main .cinematic-panel {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    transform: none;
    align-self: auto;
    margin: 0;
}

.index-content-shell {
    display: grid;
    grid-template-columns: 1fr 14fr 1fr;
    padding: 52px 0;
}

.index-section-heading {
    margin-bottom: 30px;
    text-align: center;
}

.index-section-heading h2,
.index-content-shell h1,
.index-content-shell h2 {
    font-weight: 430;
}

.index-section-heading h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
}

.index-symmetric-grid {
    width: 100%;
}

.index-content-shell .sampler {
    grid-gap: 26px;
}

.index-content-shell .main-products {
    grid-gap: 26px;
}

.index-content-shell .image-container,
.index-content-shell .product-box {
    height: 100%;
}

.index-content-shell .description {
    min-height: 150px;
}

.index-content-shell .legacy-text-panel {
    margin: 22px 0 34px;
}

@media only screen and (min-width: 1280px) {
    .index-content-shell .sampler,
    .index-content-shell .main-products {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .index-content-shell .sampler,
    .index-content-shell .main-products {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .index-main .cinematic-hero {
        width: 100%;
        min-height: 690px;
        margin-bottom: 44px;
    }

    .index-main .cinematic-copy {
        width: 100%;
        padding: 72px 0 0;
        text-align: center;
    }

    .index-main .cinematic-copy .hero-actions {
        justify-content: center;
    }

    .cinematic-grid {
        width: calc(100% - 28px);
    }

    .index-content-shell {
        grid-template-columns: 14px 1fr 14px;
        padding: 38px 0;
    }

    .index-content-shell .sampler,
    .index-content-shell .main-products {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* Definitive centered video overlay */
.index-main .cinematic-grid {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: min(1180px, calc(100% - 48px));
    height: auto;
    margin: 0 auto;
    display: block;
    border-left: 0;
    border-right: 0;
}

.index-main .cinematic-grid-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 34px;
}

.index-main .cinematic-copy {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.index-main .cinematic-copy h1,
.index-main .cinematic-copy p,
.index-main .cinematic-copy .hero-actions {
    width: 100%;
    max-width: none;
}

.index-main .cinematic-copy p {
    margin: 14px auto 0;
}

.index-main .cinematic-copy .hero-actions {
    margin: 22px 0 0;
    justify-content: center;
}

.index-main .cinematic-panel {
    position: static;
    width: 100%;
    margin: 0;
    transform: none;
}

@media only screen and (max-width: 767px) {
    .index-main .cinematic-grid {
        width: calc(100% - 28px);
    }
}

/* Clean hero center override */
.index-main .hero-center {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.index-main .hero-center-content {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    color: white;
    text-align: center;
    pointer-events: auto;
}

.index-main .hero-center-copy {
    width: 100%;
}

.index-main .hero-center-copy .eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.index-main .hero-center-copy h1 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: white;
    font-size: clamp(30px, 3.2vw, 50px);
    font-weight: 430;
    line-height: 1.08;
}

.index-main .hero-center-copy p {
    width: 100%;
    max-width: none;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(14px, 1.2vw, 18px);
}

.index-main .hero-center-copy .hero-actions {
    width: 100%;
    margin: 22px 0 0;
    justify-content: center;
}

.index-main .hero-center-copy .lux-cta {
    background: white;
    color: var(--ldc-ink);
    border-color: white;
}

.index-main .hero-center-copy .lux-link {
    color: white;
}

.index-main .hero-center-panel {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
}

.index-main .hero-center-panel > div {
    min-height: 92px;
    padding: 20px;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.index-main .hero-center-panel > div:last-child {
    border-right: 0;
}

.index-main .hero-center-panel strong,
.index-main .hero-center-panel span {
    display: block;
}

.index-main .hero-center-panel span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .index-main .hero-center-content {
        width: calc(100% - 28px);
    }

    .index-main .hero-center-panel {
        grid-template-columns: 1fr;
    }

    .index-main .hero-center-panel > div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .index-main .hero-center-panel > div:last-child {
        border-bottom: 0;
    }
}

/* Final atelier content system */
.atelier-intro,
.atelier-collections,
.atelier-products,
.atelier-knowledge,
.atelier-assurance {
    width: min(1180px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.atelier-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.48fr);
    gap: 96px;
    align-items: end;
    margin-bottom: 96px;
    padding-top: 4px;
}

.atelier-intro h2,
.atelier-section-head h2,
.atelier-knowledge h2,
.atelier-assurance h2 {
    margin: 0;
    font-weight: 420;
    line-height: 0.98;
    letter-spacing: 0;
}

.atelier-intro h2 {
    max-width: 760px;
    font-size: clamp(42px, 5.8vw, 84px);
}

.atelier-intro > p {
    margin: 0 0 10px;
    color: var(--ldc-muted);
    font-size: 18px;
    line-height: 1.7;
}

.atelier-collections {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 26px;
    margin-bottom: 132px;
}

.atelier-collection {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-rows: 1fr auto;
    color: var(--ldc-ink);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--ldc-line);
    box-shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
    overflow: hidden;
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.atelier-collection:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 90px rgba(17, 17, 17, 0.15);
}

.atelier-collection-1,
.atelier-collection-4 {
    grid-column: span 7;
}

.atelier-collection-2,
.atelier-collection-3 {
    grid-column: span 5;
}

.atelier-collection-2 {
    margin-top: 72px;
}

.atelier-collection-3 {
    margin-top: -48px;
}

.atelier-collection-4 {
    margin-top: 24px;
}

.atelier-collection-image {
    min-height: 380px;
    overflow: hidden;
}

.atelier-collection-image img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    display: block;
    object-fit: cover;
    transition: transform 680ms ease, filter 680ms ease;
}

.atelier-collection:hover img {
    transform: scale(1.055);
    filter: contrast(1.06) saturate(0.96);
}

.atelier-collection-text {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 18px;
    padding: 26px 28px 30px;
}

.atelier-collection-text span {
    color: var(--ldc-muted);
    font-size: 12px;
    letter-spacing: 0.16em;
}

.atelier-collection-text h3 {
    margin: 0;
    font-size: clamp(30px, 4vw, 56px);
    font-weight: 430;
    line-height: 0.95;
}

.atelier-collection-text p {
    grid-column: 2;
    max-width: 420px;
    margin: 16px 0 0;
    color: var(--ldc-muted);
    line-height: 1.6;
}

.atelier-products {
    margin-bottom: 136px;
}

.atelier-section-head {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) auto;
    gap: 34px;
    align-items: end;
    margin-bottom: 42px;
}

.atelier-section-head h2 {
    font-size: clamp(40px, 5vw, 74px);
}

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

.atelier-product {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--ldc-line);
    box-shadow: 0 20px 58px rgba(17, 17, 17, 0.09);
    overflow: hidden;
}

.atelier-product-2,
.atelier-product-4 {
    margin-top: 54px;
}

.atelier-product-image {
    display: block;
    overflow: hidden;
}

.atelier-product-image img {
    width: 100%;
    height: 340px;
    display: block;
    object-fit: cover;
    transition: transform 580ms ease;
}

.atelier-product:hover img {
    transform: scale(1.05);
}

.atelier-product-copy {
    padding: 24px;
}

.atelier-product-copy h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18;
}

.atelier-product-copy p {
    min-height: 28px;
    margin: 12px 0;
    color: var(--ldc-muted);
}

.atelier-cert {
    min-height: 48px;
    margin-bottom: 14px;
}

.atelier-cert img {
    width: 88px;
    max-height: 46px;
    object-fit: contain;
}

.atelier-knowledge {
    display: grid;
    grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
    gap: 76px;
    align-items: center;
    margin-bottom: 128px;
    padding: 72px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--ldc-line);
    box-shadow: var(--ldc-shadow);
}

.atelier-knowledge-media {
    overflow: hidden;
}

.atelier-knowledge-media img {
    width: 100%;
    height: 520px;
    display: block;
    object-fit: cover;
}

.atelier-knowledge h2 {
    max-width: 720px;
    font-size: clamp(38px, 5vw, 78px);
}

.atelier-knowledge p {
    max-width: 560px;
    margin: 28px 0 0 auto;
    color: var(--ldc-muted);
    font-size: 18px;
    line-height: 1.75;
}

.atelier-assurance {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 108px;
    padding: 56px 0;
    border-top: 1px solid var(--ldc-line);
    border-bottom: 1px solid var(--ldc-line);
}

.atelier-assurance h2 {
    max-width: 620px;
    font-size: clamp(34px, 4.6vw, 70px);
}

.atelier-assurance-logos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 42px;
    flex-wrap: wrap;
}

.atelier-assurance-logos img {
    width: 150px;
    max-height: 92px;
    object-fit: contain;
    filter: drop-shadow(0 16px 26px rgba(17, 17, 17, 0.1));
}

@media only screen and (max-width: 1100px) {
    .atelier-product-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atelier-product-2,
    .atelier-product-4 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 900px) {
    .atelier-intro,
    .atelier-section-head,
    .atelier-knowledge,
    .atelier-assurance {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .atelier-collections {
        grid-template-columns: 1fr;
    }

    .atelier-collection,
    .atelier-collection-1,
    .atelier-collection-2,
    .atelier-collection-3,
    .atelier-collection-4 {
        grid-column: auto;
        margin-top: 0;
    }

    .atelier-knowledge p {
        margin-left: 0;
    }

    .atelier-assurance-logos {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .atelier-intro,
    .atelier-collections,
    .atelier-products,
    .atelier-knowledge,
    .atelier-assurance {
        width: min(100% - 28px, 680px);
        margin-bottom: 84px;
    }

    .atelier-intro h2,
    .atelier-section-head h2,
    .atelier-knowledge h2,
    .atelier-assurance h2 {
        font-size: clamp(36px, 11vw, 56px);
    }

    .atelier-collection {
        min-height: auto;
    }

    .atelier-collection-image,
    .atelier-collection-image img,
    .atelier-product-image img {
        min-height: 0;
        height: 310px;
    }

    .atelier-collection-text {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .atelier-collection-text p {
        grid-column: auto;
    }

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

    .atelier-knowledge {
        padding: 28px;
    }

    .atelier-knowledge-media img {
        height: 340px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    /* Yan Çevrilmiş Mobil Cihaz Stilleri */
    #div_main_desktop {
        display: none;
    }
    #div_main_mobile > #div_main_mobile_center {
        display: none;
    }
    #menubar_desktop {
        display: none;
    }
    .div_main_mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .logo {
        width: 360px;
    }
    .menubar_mobile {
        text-align: right;
        padding-right: 18px;
        box-sizing: border-box;
    }
    .burger-menu {
        cursor: pointer;
        text-decoration: none;
        color: black;
    }
    /* Mobil menü başlangçıç */
    .mobile-menu {
        background-color: white;
        position: absolute;
        left: 0;
        width: 100%;
    }
    .mobile-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .mobile-menu ul li {
        position: relative;
    }
    .mobile-menu ul li a {
        color: black;
        text-align: center;
        text-decoration: none;
        display: block;
        padding: 10px;
    }
    .mobile-menu ul li a:hover {
        background-color: #F0EDD4;
    }
    .mobile-menu ul li a::after {
        display: none;
    }
    .submenu {
        display: none;
        background-color: #ECCDB4;
        padding-left: 15px;
    }
    .submenu li a {
        padding: 10px 15px;
    }
    /* Mobil menü bitiş */
    .video_text {
        position: absolute;
        z-index: 1;
        width: 50%;
        left: 25%;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        text-shadow: 0 0 5px black;
    }
    .sampler {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        background-color: white;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.1); /* Yarı saydam siyah arka plan */
        text-shadow: 0 0 5px black;
    }
    .main-img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .main-products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .product-container {
        display: flex;
        gap: 20px; /* Ürün kutuları arasındaki boşluk */
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-box {
        width: 100%;
        min-height: 375px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product-image {
        width: 100%;
        height: 200px; /* Sabit yükseklik */
        object-fit: cover; /* Resmin kutuya sığması için */
        border-radius: 5px;
    }
    .product-name {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }
    .product-price {
        font-size: 14px;
        color: #888;
        margin-bottom: 10px;
    }
    .product-price > img {
        width: 70%;
    }
    .product-button {
        background-color: #F9FBE7;
        color: black;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
        transition: 200ms ease-in-out;
    }
    .product-button:hover {
        background-color: #ECCDB4;
    }
    .footer-main {
        display: grid;
        grid-template-columns: 1fr;
        border-top: 1px solid black;
        text-align: center;
    }
    .footer-by {
        width: 35%;
    }
    .product_page {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
    }
    .search-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .search-box {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 25px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 100%;
    }
    .search-input {
        border: none;
        padding: 10px 20px;
        width: 100%;
        outline: none;
        border-radius: 25px 0 0 25px;
        font-size: 16px;
    }
    .search-button {
        background-color: #F9FBE7;
        color: black;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 0 25px 25px 0;
        font-size: 16px;
        transition: background-color 0.3s;
    }
    .search-button:hover {
        background-color: #ECCDB4;
    }
    .sertificates {
        display: grid;
        grid-template-columns: 1fr;
        background-color: white;
    }
    .sertificates > .sertificates_item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sertificates > .sertificates_item > img {
        width: 200px;
        margin: 20px;
    }
}

/* Crystal editorial refresh */
:root {
    --ldc-ink: #111111;
    --ldc-muted: #6c6862;
    --ldc-line: rgba(17, 17, 17, 0.12);
    --ldc-paper: #ffffff;
    --ldc-ivory: #f7f3ec;
    --ldc-champagne: #e8d7bc;
    --ldc-crystal: #dceff3;
    --ldc-blush: #efd6d2;
    --ldc-shadow: 0 26px 70px rgba(18, 18, 18, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ldc-ink);
    background:
        linear-gradient(135deg, rgba(220, 239, 243, 0.42), transparent 28%),
        linear-gradient(315deg, rgba(232, 215, 188, 0.44), transparent 32%),
        var(--ldc-ivory);
    letter-spacing: 0;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.72;
    background-image:
        linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.72) 48%, transparent 55%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 120px);
    background-size: 180% 180%, 100% 100%;
    animation: crystal-sheen 12s ease-in-out infinite alternate;
}

nav,
header,
section,
footer {
    animation: page-rise 720ms ease both;
}

nav:first-of-type {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
}

.div_main,
.menubar {
    border-bottom: 1px solid var(--ldc-line);
    background: rgba(255, 255, 255, 0.78);
}

.div_main {
    line-height: 46px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.menubar {
    min-height: 62px;
    line-height: 62px;
}

.desktop_menu a,
.linked,
.mobile-menu ul li a {
    color: var(--ldc-ink);
}

.desktop_menu a li,
.linked,
.mobile-menu ul li a {
    position: relative;
}

.desktop_menu a li::after,
.linked::after,
.mobile-menu ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 10px;
    height: 1px;
    background: currentColor;
    transition: left 260ms ease, right 260ms ease;
}

.linked::after {
    bottom: -3px;
}

.desktop_menu a:hover li,
.linked:hover,
.mobile-menu ul li a:hover {
    color: var(--ldc-ink);
}

.desktop_menu a:hover li::after,
.linked:hover::after,
.mobile-menu ul li a:hover::after {
    left: 0;
    right: 0;
}

.logo {
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.08));
    transition: transform 420ms ease, filter 420ms ease;
}

.logo:hover {
    transform: translateY(-2px) scale(1.015);
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.12));
}

.video-container {
    min-height: 560px;
    background: #111;
}

.video-container video {
    transform: scale(1.02);
    filter: saturate(0.88) contrast(1.06) brightness(0.9);
    animation: slow-zoom 14s ease-in-out infinite alternate;
}

.video-container .overlay {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.04) 62%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.32), transparent 55%);
}

.text-overlay {
    max-width: 620px;
    bottom: 13%;
    left: 8%;
    animation: hero-copy 900ms ease 180ms both;
}

.text-overlay h2 {
    font-size: clamp(38px, 6vw, 82px);
    line-height: 0.96;
    font-weight: 500;
    letter-spacing: 0;
}

.text-overlay p {
    max-width: 520px;
    margin-top: 18px;
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 1.45;
}

section[style*="background-color: white"],
section[style*="background-color:white"] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 236, 0.98)) !important;
}

section h1,
section h2 {
    font-weight: 500;
    line-height: 1.08;
}

.sampler,
.main-products,
.sertificates {
    background: transparent !important;
}

.grid-item {
    align-items: stretch;
    animation: page-rise 720ms ease both;
}

.grid-item h2 {
    min-height: 46px;
    margin: 0 0 16px;
    text-align: center;
    font-size: clamp(24px, 2.4vw, 38px);
}

.image-container,
.product-box,
.description,
.search-box,
.modal-content {
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--ldc-shadow);
}

.image-container,
.product-box {
    overflow: hidden;
}

.image-wrapper {
    background: var(--ldc-paper);
}

.imgResizeUp,
.product-image,
.main-img {
    transition: transform 700ms ease, filter 700ms ease;
}

.image-wrapper::after,
.product-box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.46) 45%, transparent 68%);
    transform: translateX(-140%);
    transition: transform 900ms ease;
}

.image-wrapper:hover::after,
.product-box:hover::before {
    transform: translateX(140%);
}

.image-wrapper:hover .imgResizeUp,
.product-box:hover .product-image {
    transform: scale(1.065);
    filter: saturate(0.96) contrast(1.06);
}

.image-wrapper .overlay {
    background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.32));
}

.description {
    min-height: 178px;
    padding: 22px;
    color: var(--ldc-muted);
    line-height: 1.65;
}

.product-box {
    position: relative;
    border-radius: 0;
    padding: 0;
    transform: translateY(0);
    transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease;
}

.product-box:hover {
    transform: translateY(-8px);
    border-color: rgba(17, 17, 17, 0.28);
    box-shadow: 0 34px 86px rgba(18, 18, 18, 0.16);
}

.product-image {
    border-radius: 0;
    height: 260px;
    background: var(--ldc-paper);
}

.product-name {
    padding: 0 18px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.product-price {
    padding: 0 18px;
    color: var(--ldc-muted);
}

.product-button,
.product-button2,
.search-button,
input[type="submit"] {
    min-height: 44px;
    border: 1px solid var(--ldc-ink);
    border-radius: 0;
    background: var(--ldc-ink);
    color: white;
    letter-spacing: 0.08em;
    font-weight: 500;
    transition: background 260ms ease, color 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.product-button:hover,
.product-button2:hover,
.search-button:hover,
input[type="submit"]:hover {
    background: white;
    color: var(--ldc-ink);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.12);
}

.search-box {
    border-radius: 0;
}

.search-input {
    border-radius: 0;
}

.footer-main {
    border-top: 1px solid var(--ldc-line);
    padding-top: 28px;
}

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

.footer-credit {
    grid-column: 2;
    margin: 22px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--ldc-line);
    color: var(--ldc-muted);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.main-img,
.sertificates_item img,
.footer-by {
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.09));
}

.mobile-menu {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.submenu {
    background: var(--ldc-ivory);
}

@keyframes page-rise {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hero-copy {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slow-zoom {
    from {
        transform: scale(1.02);
    }
    to {
        transform: scale(1.08);
    }
}

@keyframes crystal-sheen {
    from {
        background-position: 0% 50%, 0 0;
    }
    to {
        background-position: 100% 50%, 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .video-container {
        min-height: 460px;
    }

    .text-overlay {
        left: 7%;
        right: 7%;
        bottom: 10%;
    }

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

    .product-image {
        height: 240px;
    }

    .description {
        min-height: auto;
    }
}

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

/* Asymmetric home redesign */
.home-page main {
    overflow: hidden;
}

.brand-header {
    padding: 22px 0 18px;
}

.brand-mark {
    display: flex;
    justify-content: center;
}

.free-hero,
.collection-drift,
.featured-runway,
.story-cascade,
.cert-band {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
}

.free-hero {
    position: relative;
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(320px, 0.76fr) minmax(520px, 1.24fr);
    align-items: center;
    gap: 34px;
    padding: 58px 0 86px;
}

.free-hero::before {
    content: "";
    position: absolute;
    left: -12vw;
    top: 14%;
    width: 52vw;
    height: 52vw;
    z-index: -1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.96), rgba(220, 239, 243, 0.32) 42%, transparent 68%);
}

.hero-copy-block {
    position: relative;
    z-index: 2;
    max-width: 560px;
    padding: 36px 0 36px 24px;
}

.eyebrow,
.section-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--ldc-muted);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-copy-block h1 {
    margin: 0;
    font-size: clamp(52px, 7vw, 118px);
    font-weight: 430;
    line-height: 0.9;
}

.hero-copy-block p {
    max-width: 440px;
    margin: 28px 0 0;
    color: var(--ldc-muted);
    font-size: 20px;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.lux-cta,
.lux-link {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lux-cta {
    padding: 0 24px;
    background: var(--ldc-ink);
    color: white;
    border: 1px solid var(--ldc-ink);
    transition: transform 260ms ease, background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.lux-cta:hover {
    background: white;
    color: var(--ldc-ink);
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.14);
}

.lux-link {
    color: var(--ldc-ink);
    border-bottom: 1px solid currentColor;
}

.hero-media-grid {
    position: relative;
    min-height: 640px;
}

.media-card {
    position: absolute;
    margin: 0;
    overflow: hidden;
    background: white;
    box-shadow: 0 36px 90px rgba(17, 17, 17, 0.18);
}

.media-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, 0.4) 48%, transparent 62%);
    transform: translateX(-130%);
    animation: editorial-sweep 5.8s ease-in-out infinite;
}

.media-card img,
.media-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-card-large {
    right: 4%;
    top: 4%;
    width: 68%;
    height: 62%;
}

.media-card-tall {
    left: 2%;
    top: 22%;
    width: 34%;
    height: 58%;
}

.media-card-small {
    right: 0;
    bottom: 0;
    width: 38%;
    height: 32%;
}

.hero-note {
    position: absolute;
    right: 38%;
    bottom: 40px;
    width: 260px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--ldc-line);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
}

.hero-note strong,
.hero-note span {
    display: block;
}

.hero-note span {
    margin-top: 6px;
    color: var(--ldc-muted);
    line-height: 1.45;
}

.collection-drift {
    padding: 76px 0 66px;
}

.drift-layout {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
    min-height: 720px;
}

.drift-card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    color: white;
    text-decoration: none;
    box-shadow: var(--ldc-shadow);
    isolation: isolate;
}

.drift-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.68));
}

.drift-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    transition: transform 850ms ease, filter 850ms ease;
}

.drift-card:hover img {
    transform: scale(1.11);
    filter: saturate(1.05) contrast(1.08);
}

.drift-card span,
.drift-card div {
    position: absolute;
    z-index: 2;
}

.drift-card span {
    top: 18px;
    left: 20px;
    font-size: 12px;
    letter-spacing: 0.14em;
}

.drift-card div {
    left: 22px;
    right: 22px;
    bottom: 22px;
}

.drift-card h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 58px);
    color: white;
}

.drift-card p {
    max-width: 320px;
    margin: 12px 0 0;
    line-height: 1.45;
}

.drift-card-1 {
    grid-column: 1 / span 5;
    grid-row: 1;
    height: 390px;
}

.drift-card-2 {
    grid-column: 7 / span 6;
    grid-row: 1;
    height: 520px;
    margin-top: 74px;
}

.drift-card-3 {
    grid-column: 2 / span 4;
    grid-row: 2;
    height: 360px;
    margin-top: -10px;
}

.drift-card-4 {
    grid-column: 6 / span 5;
    grid-row: 2;
    height: 310px;
    margin-top: 84px;
}

.featured-runway {
    padding: 88px 0;
}

.runway-heading {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    align-items: end;
    gap: 28px;
    margin-bottom: 34px;
}

.runway-heading h2 {
    margin: 0;
    font-size: clamp(42px, 6vw, 86px);
    font-weight: 430;
}

.runway-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 24px;
    align-items: start;
}

.runway-product {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--ldc-line);
    box-shadow: var(--ldc-shadow);
    overflow: hidden;
}

.runway-product:nth-child(2) {
    margin-top: 82px;
}

.runway-product:nth-child(3) {
    margin-top: 24px;
}

.runway-product:nth-child(4) {
    grid-column: 2 / span 2;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    margin-top: -20px;
}

.runway-product img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 700ms ease;
}

.runway-product:hover img {
    transform: scale(1.06);
}

.runway-product-info {
    padding: 24px;
}

.runway-product-info h3 {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
}

.runway-product-info p {
    color: var(--ldc-muted);
    min-height: 26px;
}

.runway-cert img {
    width: 92px;
    max-height: 54px;
    object-fit: contain;
    margin-bottom: 14px;
}

.story-cascade {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 58px;
    align-items: center;
    padding: 90px 0;
}

.story-image {
    min-height: 560px;
    overflow: hidden;
    box-shadow: var(--ldc-shadow);
}

.story-image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    display: block;
}

.story-text {
    max-width: 620px;
}

.story-text h2 {
    margin: 0;
    font-size: clamp(38px, 5vw, 78px);
    font-weight: 430;
}

.story-text p {
    margin: 26px 0 30px;
    color: var(--ldc-muted);
    font-size: 18px;
    line-height: 1.7;
}

.cert-band {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
    align-items: center;
    padding: 48px;
    margin-bottom: 64px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--ldc-line);
    box-shadow: var(--ldc-shadow);
}

.cert-band h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 58px);
}

.cert-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.cert-logos img {
    width: min(170px, 28vw);
    max-height: 110px;
    object-fit: contain;
    filter: grayscale(0.12) drop-shadow(0 18px 30px rgba(17, 17, 17, 0.1));
}

@keyframes editorial-sweep {
    0%, 46% {
        transform: translateX(-130%);
    }
    72%, 100% {
        transform: translateX(130%);
    }
}

@media only screen and (max-width: 1020px) {
    .free-hero,
    .story-cascade,
    .cert-band {
        grid-template-columns: 1fr;
    }

    .hero-media-grid {
        min-height: 560px;
    }

    .hero-note {
        right: 24px;
        bottom: 24px;
    }

    .drift-layout,
    .runway-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: auto;
    }

    .drift-card,
    .drift-card-1,
    .drift-card-2,
    .drift-card-3,
    .drift-card-4,
    .runway-product,
    .runway-product:nth-child(2),
    .runway-product:nth-child(3),
    .runway-product:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
        margin-top: 0;
        height: auto;
        min-height: 360px;
    }

    .runway-product:nth-child(4) {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .free-hero,
    .collection-drift,
    .featured-runway,
    .story-cascade,
    .cert-band {
        width: min(100% - 28px, 720px);
    }

    .free-hero {
        min-height: auto;
        padding: 38px 0 60px;
    }

    .hero-copy-block {
        padding-left: 0;
    }

    .hero-copy-block h1 {
        font-size: clamp(48px, 16vw, 72px);
    }

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

    .hero-media-grid {
        min-height: 520px;
    }

    .media-card-large {
        width: 86%;
        height: 52%;
        right: 0;
    }

    .media-card-tall {
        width: 48%;
        height: 46%;
        left: 0;
        top: 38%;
    }

    .media-card-small {
        width: 48%;
        height: 28%;
        right: 0;
        bottom: 6%;
    }

    .hero-note {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        margin-top: -24px;
    }

    .drift-layout,
    .runway-grid,
    .runway-heading {
        grid-template-columns: 1fr;
    }

    .drift-card {
        min-height: 340px;
    }

    .runway-product img {
        height: 300px;
    }

    .story-image,
    .story-image img {
        min-height: 360px;
    }

    .cert-band {
        padding: 28px;
    }
}

/* Final menu-aligned video hero */
.index-main .cinematic-hero {
    width: 100%;
    min-height: clamp(640px, 82vh, 900px);
    margin: 0 0 72px;
    transform: none;
}

.index-main .hero-center {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 14fr 1fr;
    align-items: center;
    pointer-events: none;
}

.index-main .hero-center-content {
    grid-column: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
    color: white;
    text-align: center;
    pointer-events: auto;
}

.index-main .hero-center-copy {
    width: min(760px, 100%);
    margin: 0 auto;
}

.index-main .hero-center-copy h1,
.index-main .hero-center-copy p,
.index-main .hero-center-copy .hero-actions {
    width: 100%;
    max-width: none;
}

.index-main .hero-center-copy .eyebrow {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    letter-spacing: 0.14em;
}

.index-main .hero-center-copy h1 {
    margin: 0;
    color: white;
    font-size: clamp(34px, 4vw, 62px);
    font-weight: 430;
    line-height: 1.08;
}

.index-main .hero-center-copy p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.5;
}

.index-main .hero-center-copy .hero-actions {
    margin: 24px 0 0;
    justify-content: center;
}

.index-main .hero-center-panel {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.index-main .hero-center-panel > div {
    min-height: 74px;
    padding: 0;
    color: white;
    border: 0;
}

.index-main .hero-center-panel strong,
.index-main .hero-center-panel span {
    display: block;
}

.index-main .hero-center-panel strong {
    font-weight: 520;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.index-main .hero-center-panel span {
    max-width: 260px;
    margin: 8px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.35;
}

@media only screen and (max-width: 767px) {
    .index-main .cinematic-hero {
        min-height: 680px;
        margin-bottom: 44px;
    }

    .index-main .hero-center {
        grid-template-columns: 14px 1fr 14px;
    }

    .index-main .hero-center-content {
        gap: 24px;
    }

    .index-main .hero-center-copy {
        width: 100%;
    }

    .index-main .hero-center-panel {
        grid-template-columns: 1fr;
        gap: 16px;
    }

.index-main .hero-center-panel > div {
        min-height: auto;
    }
}

.product-image-link {
    display: block;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.product-image-link .product-image {
    display: block;
    object-fit: contain;
    padding: 12px;
    box-sizing: border-box;
}

/* Product detail surface */
.product_inf .product-detail-panel {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: clamp(24px, 3vw, 38px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 243, 236, 0.82)),
        var(--ldc-paper);
    border: 1px solid var(--ldc-line);
    box-shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
    color: var(--ldc-ink);
}

.product_inf .product-detail-panel p {
    margin: 0 0 10px;
}

.product_inf .product-detail-panel > div {
    color: var(--ldc-ink);
}

.product_inf .product-detail-panel > div[style*="font-size: small"] {
    color: var(--ldc-muted);
    line-height: 1.65;
}

.product_inf .product-detail-panel hr {
    border: 0;
    border-top: 1px solid var(--ldc-line);
    margin: 12px 0;
}

.product_inf .product-detail-panel .product-price {
    padding: 0;
}

.product_inf .product-detail-panel .product-price img {
    width: min(220px, 100%);
}

/* Certification logos */
.sertificates {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
    background: transparent !important;
}

.sertificates > .sertificates_item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.sertificates > .sertificates_item > img {
    width: min(220px, 80%);
    max-height: 120px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .sertificates {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.local-seo-panel {
    margin: 0 0 76px;
    padding: clamp(28px, 4vw, 54px);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--ldc-line);
    box-shadow: 0 22px 62px rgba(17, 17, 17, 0.08);
}

.local-seo-panel h2 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 430;
    line-height: 1.08;
}

.local-seo-panel > p {
    max-width: 920px;
    margin: 22px 0 0;
    color: var(--ldc-muted);
    font-size: 18px;
    line-height: 1.72;
}

.local-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.local-seo-grid > div {
    padding-top: 18px;
    border-top: 1px solid var(--ldc-line);
}

.local-seo-grid h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 520;
}

.local-seo-grid p {
    margin: 10px 0 0;
    color: var(--ldc-muted);
    line-height: 1.58;
}

@media only screen and (max-width: 767px) {
    .local-seo-grid {
        grid-template-columns: 1fr;
    }
}

/* Auto-rotating image hero */
.index-main .hero-auto-slider {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.index-main .hero-auto-slider .hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    filter: saturate(0.9) contrast(1.08) brightness(0.82);
    transform: scale(1.04);
    animation: hero-slide-fade 24s ease-in-out infinite;
}

.index-main .hero-auto-slider .hero-slide-2 {
    animation-delay: 6s;
}

.index-main .hero-auto-slider .hero-slide-3 {
    animation-delay: 12s;
}

.index-main .hero-auto-slider .hero-slide-4 {
    animation-delay: 18s;
}

@keyframes hero-slide-fade {
    0% {
        opacity: 0;
        transform: scale(1.04) translate3d(0, 0, 0);
    }

    5%,
    20% {
        opacity: 1;
    }

    25%,
    100% {
        opacity: 0;
        transform: scale(1.1) translate3d(1.2%, -0.8%, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .index-main .hero-auto-slider .hero-slide {
        animation: none;
    }

    .index-main .hero-auto-slider .hero-slide:first-child {
        opacity: 1;
    }
}

/* Product listing and pagination */
#menubar_desktop .desktop_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 clamp(18px, 2.3vw, 44px);
    padding: 0;
    margin: 0;
}

#menubar_desktop .desktop_menu a li {
    margin-left: 0;
    margin-right: 0;
}

.listing-section {
    padding-top: 42px;
    padding-bottom: 54px;
    background: white;
}

.listing-head {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.listing-head h2 {
    margin: 10px 0 12px;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 420;
    line-height: 1.08;
}

.listing-head p,
.listing-count,
.empty-products {
    color: rgba(17, 17, 17, 0.68);
}

.category-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 30px;
}

.category-filter-toggle {
    display: none;
}

.category-filter a,
.category-filter-toggle,
.pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(17, 17, 17, 0.18);
    color: var(--ldc-ink);
    background: white;
    text-decoration: none;
    transition: border-color 220ms ease, background 220ms ease, color 220ms ease, transform 220ms ease;
}

.category-filter-toggle {
    display: none;
}

.category-filter a,
.category-filter-toggle {
    padding: 0 18px;
}

.category-filter a:hover,
.category-filter a.is-active,
.category-filter-toggle:hover,
.pagination a:hover,
.pagination a.is-active {
    border-color: var(--ldc-ink);
    background: var(--ldc-ink);
    color: white;
    transform: translateY(-1px);
}

.listing-count,
.empty-products {
    margin: 0 0 22px;
    text-align: center;
    font-size: 14px;
}

.product-listing-grid {
    margin-top: 8px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}

.pagination a {
    min-width: 42px;
    padding: 0 14px;
}

@media only screen and (max-width: 767px) {
    .listing-section {
        padding-top: 30px;
        padding-bottom: 38px;
    }

    .category-filter {
        display: none;
        justify-content: stretch;
        margin-bottom: 24px;
    }

    .category-filter.is-open {
        display: flex;
    }

    .category-filter-toggle {
        display: inline-flex;
        width: 100%;
        margin: 0 0 12px;
        cursor: pointer;
        font: inherit;
    }

    .category-filter a {
        flex: 1 1 calc(50% - 10px);
        padding: 0 10px;
        text-align: center;
    }

    .footer-main,
    .footer-credit {
        grid-template-columns: 1fr;
        grid-column: 2;
    }
}

/* Mobile header column alignment */
@media only screen and (max-width: 767px) {
    .clean-topbar {
        grid-template-columns: 1fr 14fr 1fr;
        margin-top: 14px;
    }

    .clean-topbar-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 14px;
        width: 100%;
        font-size: 11px;
        letter-spacing: 0.04em;
    }

    .clean-topbar-inner span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .clean-topbar-inner a {
        justify-self: end;
        white-space: nowrap;
    }
}
