@font-face {
    font-family: 'Aesthetic';
    src: url('../fonts/Aesthetic-Regular.woff2') format('woff2'),
         url('../fonts/Aesthetic-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #d4af37;
    --secondary-color: #2c3e50;
    --text-color: #000;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --black: #000000;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --border-radius: 8px;
    --transition: all 0.3s ease;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

a {
    outline: none;
    text-decoration: none;
}

input,
select,
textarea,
button {
    outline: none;
}

img {
    outline: none;
    border: 0;
    max-width: 100%;
    height: auto;
}

a img {
    border: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.column:first-child,
.columns:first-child {
    margin-left: 0 !important;
}

.column:last-child {
    margin-right: 0 !important;
}

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

.hcenter {
    text-align: center;
}

.acenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.abscenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.avertcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swap-vr {
    display: flex;
    flex-direction: column-reverse;
}

.hidden {
    display: none;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

::-moz-placeholder {
    opacity: 1;
}

p:last-child {
    padding-bottom: 0 !important;
}

.button {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: 0.6s;
    outline: none;
    z-index: 1;
}

.button:hover {
    text-decoration: none;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
    padding-top: 0; /* Компенсація для фіксованого хедера */
}

/* Блокування прокрутки при відкритому мобільному меню */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Slider */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slider-container {
    height: 100%;
}

.slide {
    position: relative;
    height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.slide-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    border-radius: 15px;
}*/

.slide-title {

    margin-bottom: 0;
    text-transform: uppercase;

}

/* Стилі для кожного слова */
.slide-title .word-1 {
font-family: Aesthetic;
font-weight: 400;
font-size: 170px;
line-height: 100%;
color: var(--white);
}

.slide-title .word-2 {
font-family: Aesthetic;
font-weight: 400;
font-size: 120px;
line-height: 100%;
color: var(--white);
margin-left: 100px;
padding: 70px 50px;
position: relative;

}

.slide-title .word-2::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(143.58deg, #FFFFFF 21.23%, rgba(153, 153, 153, 0) 81.45%);
    border-radius: 50%;
    padding: 4px;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
}

.slide-title .word-3 {
font-family: Inter;
font-weight: 300;
font-size: 200px;
line-height: 100%;
color: var(--white);
display: block;
text-align: right;
}

.slide-btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: var(--white);
    color: var(--black);
    padding: 2rem 0rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    box-shadow: var(--shadow);
    z-index: 4;
        max-width: 300px;
    width: 100%;
    border:2px solid var(--white);
}

.slide-btn:hover {
    background-color: transparent;
    color: var(--white);
    
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Catalog Section */
.catalog-section {
    padding: 80px 0;
    background-color: var(--white);
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.catalog-title {
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    text-transform: uppercase;
    margin: 0;
}

.see-all-link {
    font-size: 25px;
    font-weight: 300;
    color: var(--black);
    text-decoration: none;
    position: relative;
    transition: var(--transition);
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-image-slice: 1;
}

.see-all-link:hover {
    color: var(--primary-color);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.category-item {
    text-decoration: none;
    transition: var(--transition);
    overflow: hidden;
}

.category-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.category-image {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition);
}

.category-item:hover .category-image img {
    transform: scale(1.1);
}

.category-name {
    font-size: 30px;
    font-weight: 300;
    color: var(--black);
    text-align: center;
    padding: 20px 15px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Banner Section */
.banner-section {
    position: relative;
    width: 100%;
    height: auto;
        padding: 80px 0;
}

.banner-images {
    display: flex;
    width: 100%;
}

.banner-left-image,
.banner-right-image {
    position: relative;
}

.banner-left-image img,
.banner-right-image img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/shadow-main-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.banner-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    padding: 0px;
}

.banner-text {
    color: var(--white);
    text-align: left;
}

.banner-title {
    font-family: 'Aesthetic', sans-serif;
    font-size: 110px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.gold-text {
    color: var(--primary-color);
}

.banner-subtitle {
    margin-bottom: 40px;
    text-align: center;
}

.banner-subtitle p {
    font-size: 50px;
    font-weight: 400;
    color: var(--white);
    margin: 5px 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.banner-buttons {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.btn-transfer,
.btn-buy {
    display: inline-block;
    padding: 25px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    transition: var(--transition);
    text-align: center;
}

.btn-transfer {
        background-color: var(--white);
    color: var(--black);
     border: 2px solid var(--white);
}

.btn-transfer:hover {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}


.btn-buy {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-buy:hover {
        background-color: var(--white);
    color: var(--black);
     border: 2px solid var(--white);
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 80px 0;
    background-color: var(--white);
}

.why-choose-title {
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    text-align: right;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.features-grid {
    display: flex;
    gap: 50px;
    align-items: center;
    
}

.feature-item {
    text-align: center;
}

.feature-image {
    margin-bottom: 30px;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition);
}


.feature-name {
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}

.feature-description {
    font-size: 25px;
    font-weight: 300;
    color: var(--black);
    line-height: 1.6;
    text-transform: uppercase;
    margin: 0;
}

/* Factory Section */
.factory-section {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 700px;
    background-image: url('../images/main-banner-bottom-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.factory-content {
    text-align: center;
    position: relative;
    z-index: 3;
}

.factory-title {
    font-family: 'Aesthetic', sans-serif;
    font-size: 115px;
    font-weight: 400;
    color: var(--white);
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}



.factory-btn {
    display: inline-block;
    padding: 18px 40px;
    background-color: var(--white);
    color: var(--black);
    text-decoration: none;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    border: 2px solid var(--white);
}

.factory-btn:hover {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.factory-background-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url('../images/banner-bottom-text-background.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

/* Factory Hero Section */
.factory-hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.factory-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/factory-top-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.factory-hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(108.74deg, rgba(23, 0, 0, 0.24) 0%, rgba(23, 0, 0, 0.06) 100%);
    backdrop-filter: blur(93.5px);
    box-shadow: 0px 0px 50px -25px #00000080;
    z-index: 2;
}

.factory-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--white);
    width: 100%;
}

.factory-hero-title {
        font-family: 'Aesthetic', sans-serif;
    font-size: 100px;
    font-weight: 400;
    color: var(--white);
    margin: 0 0 40px 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.factory-hero-btn {
    display: inline-block;
    padding: 20px 50px;
    background-color: transparent;
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    font-size: 24px;
    font-weight:500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    border: 2px solid var(--white);
}

.factory-hero-btn:hover {
    background-color: var(--white);
    color: var(--black);
    border-color: var(--white);
}

/* Factory About Section */
.factory-about-section {
    padding: 100px 0;
    background-color: var(--white);
}

.factory-about-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.factory-about-image {
    flex: 1;
    max-width: 845px;
}

.factory-about-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.factory-about-text {
    flex: 1;
    max-width: 840px;
}

.factory-about-description {
    font-size: 43px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: var(--black);
    margin: 0;
}

.factory-about-first-word {
    font-family: 'Aesthetic', sans-serif;
    font-size: 60px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 400;
}

/* Factory Company Section */
.factory-company-section {
    padding: 100px 0;
    background-color: var(--light-bg);
}

.factory-company-title {
    font-family: 'Aesthetic', sans-serif;
    font-size: 110px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.factory-company-description {
    font-size: 43px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    margin: 0 auto 60px auto;
    max-width: 1095px;
}

.factory-company-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.factory-company-image {
    overflow: hidden;
    transition: var(--transition);
}



.factory-company-image img {
    width: 100%;
    height: 357px;
    object-fit: cover;
    transition: var(--transition);
}



/* Reviews Section */
.reviews-section {
    padding: 80px 0;
    background-color: var(--white);
}

.reviews-title {
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}

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

.review-item {
    background-color: var(--white);
    padding: 40px 30px;
    border-radius: 50px;
    backdrop-filter: blur(0px);
    box-shadow: 0px 0px 24.3px 0px #00000033;
    text-align: center;
    transition: var(--transition);
}

.review-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.review-stars {
    margin-bottom: 20px;
}

.star {
    width: 35px;
    height: 35px;
    margin: 0 2px;
}

.review-text {
    font-size: 18px;
    font-weight: 300;
    color: var(--black);
    line-height: 120%;
}

.review-author {
    padding-top: 20px;
}

.author-name {
    font-size: 18px;
    font-weight: 300;
    color: var(--black);
}

.author-location {
    font-size: 18px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
    letter-spacing: 1px;
    opacity: 50%;
}

/* Newsletter Section */
.newsletter-section {
    padding: 80px 0;
}

.newsletter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.newsletter-text {
    font-size: 35px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
    flex-shrink: 0;
    text-transform: uppercase;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsletter-input {
    padding: 35px 20px;
    border: 2px solid #ddd;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
    background-color: var(--white);
    width: 300px;
    transition: var(--transition);
    outline: none;
    text-transform: uppercase;
     border: 2px solid var(--black);
     text-align: center;
}

.newsletter-input:focus {
    border-color: var(--primary-color);
}

.newsletter-input::placeholder {
    color: var(--black);
}

.newsletter-btn {
    padding: 35px 30px;
    background-color: var(--black);
    color: var(--white);
    border: 2px solid var(--black);
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.newsletter-btn:hover {
    background-color: transparent;
    color: var(--black);
}

/* Slick Carousel Customization */
.slick-dots {
    bottom: 30px;
    z-index: 3;
}

.slick-dots li button:before {
    font-size: 15px;
    color: var(--white);
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    color: var(--primary-color);
    opacity: 1;
}

.navbar {
 
    position: relative;
    width: 100%;
    z-index: 1000;
     padding: 100px 0;
}

.nav-container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    font-family: 'Aesthetic', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
}

/* Головне меню */
.main-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

header .menu-item {
    position: relative;
}

header .menu-item > a {
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    padding: 1rem 0;
    display: block;
    transition: var(--transition);
    white-space: nowrap;
    position: relative;
    padding-right: 1.5rem;
}

header .menu-item.menu-item-has-children > a::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('../images/menu-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

header .menu-item > a:hover::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Випадаюче підменю */
header .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    min-width: 100px;
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
    z-index: 1001;
    border-radius: 15px;
}

header .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header .sub-menu .menu-item {
    display: block;
}

header .sub-menu .menu-item a {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    display: block;
    transition: var(--transition);
    position: relative;
     padding: 8px;
    color: var(--black);
    text-transform: none;
    text-align: left;
}

header .sub-menu .menu-item a::after {
    display: none;
}



/* Пошук */
.search-container {
    position: relative;
    display: none !important;
}

.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    transition: var(--transition);
}

.search-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.search-icon:hover img {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(25deg);
}

.search-form {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    padding: 1rem;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
}

.search-form.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-form input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    font-size: 16px;
    outline: none;
}

.search-form input:focus {
    border-color: var(--primary-color);
}

.search-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #999;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close:hover {
    color: var(--primary-color);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu-toggle .bar {
    width: 25px;
    height: 2px;
    background-color: var(--white);
    margin: 4px 0;
    transition: var(--transition);
}

.mobile-menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(1px,1px);
    margin: 0;
}

.mobile-menu-toggle.active .bar:nth-child(2) {
    transform: rotate(-45deg);
    margin: 0;
}

/* Footer Styles */
.footer {
    background-color: #D9D9D9;
    color: var(--black);
    padding: 60px 0 30px 0;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.footer-row:last-child {
    margin-bottom: 0;
}

.footer-logo h3 {
    font-family: 'Aesthetic', sans-serif;
    font-size: 86px;
    font-weight: 400;
    color: var(--black);
    margin: 0;
    text-transform: uppercase;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social .social-link img {
    width: 69px;
    height: 69px;
    transition: var(--transition);
}

.footer-social .social-link:hover img {
    opacity: 0.7;
}

/* Footer Row 2: Menu and Addresses */
.footer-middle {
    align-items: center;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 5px;
}

.footer-nav a {
    font-size: 30px;
    font-weight: 300;
    color: var(--black);
    text-decoration: none;
    transition: var(--transition);
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}

.footer-nav a:hover {
    color: var(--primary-color);
}

.footer-addresses {
    display: flex;
    gap: 60px;
}

.address-block {
    text-align: center;
}

.address-block p {
    font-size: 30px;
    font-weight: 300;
    color: var(--black);
    margin: 5px 0;
    text-transform: uppercase;
        line-height: 1;
}

/* Footer Row 3: Contacts */
.footer-contacts {
    justify-content: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.contact-phone,
.contact-email {
    font-size: 30px;
    font-weight: 300;
    color: var(--black);
    text-decoration: none;
    transition: var(--transition);
    text-transform: uppercase;
    line-height: 1;
}

.contact-phone:hover,
.contact-email:hover {
    color: var(--primary-color);
}

/* Footer Row 4: Copyright */
.footer-bottom {
    justify-content: center;
    margin-top: 30px;
}

.footer-copyright p {
    font-size: 20px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
    opacity: 50%;
    text-transform: uppercase;
}

/* Popup Modal */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-container {
    position: relative;
    max-width: 1000px;
    width: 90%;
    background-color: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.popup-overlay.active .popup-container {
    transform: scale(1);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    border-radius: 50%;
    font-size: 40px;
    color: var(--black);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.popup-close:hover {
   
    transform: scale(1.1);
}

.popup-content {
    display: flex;
    min-height: 500px;
    background: #D9D9D9;
}

.popup-image {
    flex: 1;
    overflow: hidden;
    box-shadow: 6px 0px 20px 0px #00000040;

}

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

.popup-text {
    flex: 1;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.popup-psa {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--text-gray);
    margin: 0 0 10px 0;
    text-transform: lowercase;
}

.popup-title {
    font-family: 'Aesthetic', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--black);
    margin: 0 0 15px 0;
        border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}

.popup-offer {
    font-family: 'Aesthetic', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--black);
    margin: 0 0 40px 0;
}

.popup-description {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: var(--black);
    margin: 0 0 40px 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.popup-btn {
    padding: 18px 40px;
    background-color: transparent;
    color: var(--black);
    border: 2px solid var(--black);
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--transition);
    align-self: center;
    max-width: 340px;
    width: 100%;
}

.popup-btn:hover {
    background-color: var(--black);
    color: var(--white);
}

/* Transfer Form Popup */
.transfer-form-content {
    width: 100%;
}

.transfer-title {
    font-family: 'Aesthetic', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--black);
    margin: 0 0 40px 0;
    text-transform: lowercase;
    text-align: center;
    line-height: 1.2;
        border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}

.transfer-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.transfer-input {
    padding: 18px 25px;
    border: 1px solid var(--black);
    border-radius: 15px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
    background-color: transparent;
    transition: var(--transition);
    outline: none;
}

.transfer-input:focus {
    border-color: var(--primary-color);
}

.transfer-input::placeholder {
    color: #999;
    font-style: normal;
}

.transfer-btn {
    padding: 18px 40px;
    background-color: transparent;
    color: var(--black);
    border: 2px solid var(--black);
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 10px;
}

.transfer-btn:hover {
    background-color: var(--black);
    color: var(--white);
}

.transfer-note {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-gray);
    margin: 0;
    text-align: center;
    line-height: 1.4;
}
.mobile-menu-footer {
    display: none;
}

main {
margin-top:-252px;
}

.inner main {
    margin-top: 0;
}

.inner .nav-logo,.inner header .menu-item > a{
    color: var(--black);
}
.inner .mobile-menu-toggle .bar {
    background-color: var(--black);
}
.inner header .menu-item > a::after {
    background-image: url('../images/menu-arrow-inner.svg');
}

/* Мобільна адаптивність */
@media screen and (max-width: 992px) {
    body {
        padding-top: 0px;
    }
    main {
    margin-top: -86px;
}

    /* Мобільне меню активне - блокування прокрутки */
    body.menu-open {
        padding-top: 0px;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .hero-slider {
        height: 100vh;
    }

    .slide {
        height: 100vh;
    }

    .slide-title {
        margin-bottom: 0;
        gap: 0.3rem;
    }

    /* Мобільні стилі для слів */
    .slide-title .word-1 {
        font-size: 45px;
        letter-spacing: 2px;
    }

    .slide-title .word-2 {
        font-size: 35px;
        letter-spacing: 4px;
        margin-left: 0;
            padding: 35px 25px;
    }
    .slide-title .word-2::before {
    padding: 2px;
    }
    .slide-title .word-3 {
        font-size: 38px;
        letter-spacing: 2px;
    }

    .slide-btn {
        bottom: 60px;
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }

    .slick-dots {
        bottom: 20px;
    }

    /* Catalog Section Mobile */
    .catalog-section,.banner-section {
        padding: 50px 0;
    }

    .catalog-header {
        margin-bottom: 40px;
    }

    .catalog-title {
        font-size: 40px;
    }

    .see-all-link {
        font-size: 16px;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .category-image {
        height: 180px;
    }

    .category-name {
        font-size: 16px;
        padding: 15px 10px;
    }

    /* Banner Section Mobile */
    .banner-images {
        flex-direction: column;
    }
    
    .banner-left-image,
    .banner-right-image {
        flex: none;
    }
    
    .banner-right-image {
        display: none;
    }
    
    .banner-overlay-content {
        padding: 30px 20px;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
    }
    
    .banner-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .banner-subtitle p {
        font-size: 18px;
    }
    
    .banner-buttons {
        gap: 12px;
    }
    
    .btn-transfer,
    .btn-buy {
        padding: 12px 25px;
        font-size: 14px;
        max-width: 500px;
    }

    /* Why Choose Us Section Mobile */
    .why-choose-us-section {
        padding: 60px 0;
    }

    .why-choose-title {
        font-size: 32px;
        margin-bottom: 40px;
        text-align: center;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      
    }

    .feature-name {
        font-size: 20px;
    }

    .feature-description {
        font-size: 14px;
    }

    /* Factory Section Mobile */
    .factory-section {
        height: 50vh;
        min-height: 400px;
        padding: 40px 20px;
    }

    .factory-title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .factory-subtitle p {
        font-size: 20px;
        padding: 10px 20px;
    }

    .factory-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

    .factory-background-overlay {
        width: 100%;
        height: 100%;
    }

    /* Factory Hero Section Mobile */
    .factory-hero-section {

        padding: 40px 20px;
    }

    .factory-hero-title {
        font-size: 36px;
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .factory-hero-btn {
        padding: 16px 35px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    /* Factory About Section Mobile */
    .factory-about-section {
        padding: 60px 0;
    }

    .factory-about-content {

        gap: 40px;
    }

    .factory-about-image {
        max-width: 100%;
    }

    .factory-about-text {
        max-width: 100%;
    }

    .factory-about-description {
        font-size: 18px;
        line-height: 1.7;
    }

    .factory-about-first-word {
        font-size: 22px;
    }

    /* Factory Company Section Mobile */
    .factory-company-section {
        padding: 60px 0;
    }

    .factory-company-title {
        font-size: 32px;
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .factory-company-description {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 40px;
    }

    .factory-company-images {

        gap: 20px;
        margin-top: 40px;
    }

    .factory-company-image img {
        height: 250px;
    }

    /* Reviews Section Mobile */
    .reviews-section {
        padding: 60px 0;
    }

    .reviews-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .review-item {
        padding: 30px 20px;
    }

    .star {
        width: 20px;
        height: 20px;
    }

    .review-text {
        font-size: 14px;
    }

    .author-name {
        font-size: 18px;
    }

    .author-location {
        font-size: 12px;
    }

    /* Newsletter Section Mobile */
    .newsletter-section {
        padding: 60px 0;
    }

    .newsletter-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .newsletter-text {
        font-size: 18px;
    }

    .newsletter-form {
        gap: 20px;
        width: 100%;
        justify-content: center;
    }

    .newsletter-input {
        width: 100%;
        max-width: 350px;

    }

    .newsletter-btn {
        padding: 12px 25px;
        font-size: 14px;
        align-self: center;
    }

    /* Footer Mobile */
    .footer {
        padding: 40px 0 20px 0;
    }

    .footer-row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer-top {
        padding-bottom: 20px;
    }

    .footer-logo h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footer-social {
        gap: 15px;
    }

    .footer-middle {
        gap: 30px;
    }

    .footer-nav li {
        margin-bottom: 10px;
    }

    .footer-nav a {
        font-size: 14px;
    }

    .footer-addresses {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .address-block {
        text-align: center;
    }

    .address-block p {
        font-size: 13px;
    }

    .footer-contacts {
        padding-bottom: 20px;
    }

    .contact-info {
        gap: 10px;
    }

    .contact-phone,
    .contact-email {
        font-size: 16px;
    }

    .footer-copyright p {
        font-size: 12px;
    }

    /* Popup Mobile */
    .popup-container {
        width: 95%;
        max-width: none;
    }

    .popup-content {
       
        min-height: auto;
    }

    .popup-image {
       height: auto;
    }

    .popup-text {
        padding: 40px 30px;
    }

    .popup-title {
        font-size: 32px;
    }

    .popup-offer {
        font-size: 16px;
    }

    .popup-description {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .popup-btn {
        padding: 15px 30px;
        font-size: 14px;
    }

    .popup-close {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    /* Transfer Form Popup Mobile */
    .transfer-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .transfer-form {
        gap: 15px;
        margin-bottom: 20px;
    }

    .transfer-input {
        padding: 15px 20px;
        font-size: 14px;
    }

    .transfer-btn {
        padding: 15px 30px;
        font-size: 14px;
    }

    .transfer-note {
        font-size: 12px;
    }

    .navbar {
        padding: 25px 0;
        transition: background-color 0.3s ease;
    }

    .navbar.menu-open {
        background-color: var(--white);
    }

    .navbar.menu-open .nav-logo {
        color: var(--black);
    }

    .navbar.menu-open .mobile-menu-toggle .bar {
        background-color: var(--black);
    }

    .nav-logo {
        font-size: 32px;
        transition: color 0.3s ease;
    }

    .mobile-menu-toggle .bar {
        transition: var(--transition), background-color 0.3s ease;
    }

    .main-nav {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: var(--white);
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-top: 0;
        transition: left 0.3s ease;
        transform: none;
        gap: 0;
        border-top: 1px solid;
        border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--black) 50%, rgba(0, 0, 0, 0) 100%);
        border-image-slice: 1;
        overflow-y: auto;
    }

    .main-nav.active {
        left: 0;
    }

    .search-container {
        display: none;
        width: 100%;
        padding: 2rem;
        order: -1;
    }

    .main-nav.active .search-container {
        display: block;
    }

    .search-icon {
        display: none;
    }

    .search-form {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
        min-width: auto;
        width: 100%;
        position: relative;
        top:0
    }

    .search-form input {
        background: #fff;
        border: 2px solid var(--black);
        color: var(--black);
        width: 100%;
        border-radius: 21px;
        padding-left: 45px;
        background-image: url('../images/search-icon-form.svg');
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 20px 20px;
    }

    .search-form input::placeholder {
        color: transparent;
    }

    .search-close {
        display: none;
    }

    header .menu-item {
        width: 100%;
        padding: 0 25px;
    }

    header .menu-item > a {
        padding: 10px 0;
        font-size: 20px;
        width: auto;
        display: inline-block;
        color: var(--black);
        text-align: left;
        border-bottom: 1px solid;
        border-image-source: linear-gradient(90deg, var(--black) 0%, rgba(0, 0, 0, 0) 100%);
        border-image-slice: 1;
    }

    header .menu-item > a::after {
        display: none;
    }

    header .menu-item.menu-item-has-children > a::after {
        display: block;
         background-image: url('../images/menu-arrow-black.svg');
         right: -20px;
    }
    header .menu-item > a:hover::after {
        transform: translateY(-50%);
    }
    header .menu-item.menu-item-has-children.active > a::after {
        transform: translateY(-50%) rotate(180deg);
    }
    header .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0;
    }

    header .menu-item-has-children.active .sub-menu {
        max-height: 300px;
    }

    header .sub-menu .menu-item {
    padding: 0;
}
    header .sub-menu .menu-item a {
        padding: 5px 0;
        font-size: 14px;
        color: var(--black);
        font-weight: 200;
        border: 0;
    }

    header .sub-menu .menu-item a:hover {
        background-color: var(--primary-color);
    }

    header .mobile-menu-toggle {
        display: flex;
    }

    /* Mobile Menu Footer */
    .mobile-menu-footer {
        margin-top: auto;
        padding: 2rem 1.5rem 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .social-icons {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
    }

    .social-link img {
        width: 34px;
        height: 34px;
        transition: var(--transition);
    }

    .social-link:hover img {
        transform: scale(1.1);
    }

    .mobile-request-btn {
        background-color: #000;
        color: var(--white);
        padding: 12px 32px;
        text-decoration: none;
        border-radius: 58.5px;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        transition: var(--transition);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
        text-align: center;
        max-width: 245px;
    }

    .mobile-request-btn:hover {
        background-color: #b8941f;
        transform: translateY(-1px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
}

/* Thank You Popup Styles */
.thank-you-popup {
    max-width: 600px;
}

.thank-you-content {
    padding: 60px 40px;
    text-align: center;
    background: #D9D9D9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.thank-you-title {
    font-family: 'Aesthetic', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--black);
    margin: 0;
    text-transform: lowercase;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    padding-bottom: 15px;
}

.thank-you-message {
    text-align: center;
}

.thank-you-message p {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: var(--black);
    margin: 10px 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.thank-you-contact {
    font-size: 18px !important;
    margin-top: 20px !important;
    text-transform: none !important;
}

.whatsapp-btn {
    display: inline-block;
    padding: 18px 40px;
    background-color: var(--black);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    border: 2px solid var(--black);
}

.whatsapp-btn:hover {
    background-color: transparent;
    border-color: var(--black);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
    color: var(--black);
}

.thank-you-brand {
    margin-top: 20px;
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    padding-top: 25px;
}

.thank-you-brand p {
    font-family: 'Aesthetic', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--black);
    margin: 0;
    text-transform: uppercase;
    opacity: 0.7;
}

/* Thank You Popup Mobile */
@media screen and (max-width: 768px) {
    .thank-you-popup {
        width: 95%;
        max-width: none;
    }

    .thank-you-content {
        padding: 40px 30px;
        gap: 25px;
    }

    .thank-you-title {
        font-size: 36px;
        padding-bottom: 12px;
    }

    .thank-you-message p {
        font-size: 18px;
    }

    .thank-you-contact {
        font-size: 16px !important;
        margin-top: 15px !important;
    }

    .whatsapp-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

    .thank-you-brand {
        margin-top: 15px;
        padding-top: 20px;
    }

    .thank-you-brand p {
        font-size: 20px;
    }
}

/* About Us Section */
.about-us-section {
    padding: 0;
    background-color: var(--white);
}

.about-us-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.about-us-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-us-main-text p {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    line-height: 1;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
}

.about-us-main-text p:last-child {
    margin-bottom: 0;
}

.about-us-main-text .first-word {
    font-family: 'Aesthetic', sans-serif;
    font-size: 99px;
    font-weight: 400;
    color: var(--black);
}

.about-us-collection-text p {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 300;
    color: var(--black);
    line-height: 1.5;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    padding-top: 30px;
}

.about-us-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 550px;
}

.about-image {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}



.about-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition);
}



/* About Us Mobile */
@media screen and (max-width: 768px) {
    .about-us-section {
        padding: 80px 0 60px 0;
    }

    .about-us-content {
        flex-direction: column;
        gap: 50px;
    }

    .about-us-text {
        gap: 40px;
    }

    .about-us-main-text p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-us-main-text .first-word {
        font-size: 24px;
    }

    .about-us-collection-text p {
        font-size: 16px;
        text-align: center;
    }

    .about-us-images {
        gap: 20px;
    }

    .about-image {
        border-radius: 10px;
    }
}

/* Contacts Hero Section */
.contacts-hero-section {
    position: relative;
    width: 100%;
    min-height: 770px;
    background-image: url('../images/main-banner-bottom-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.contacts-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
}

.contacts-hero-title {
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-line-1,
.hero-line-2 {
    font-family: 'Aesthetic', sans-serif;
    font-weight: 400;
    font-size: 115px;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-line-2 .famous-word {
    color: var(--primary-color);
}

.contacts-hero-subtitle {
    text-align: center;
}

.contacts-hero-subtitle p {
    font-family: 'Inter', sans-serif;
    font-size: 115px;
    font-weight: 300;
    color: var(--white);
    margin: 5px 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

/* Contacts Hero Mobile */
@media screen and (max-width: 768px) {
    .contacts-hero-section {

        padding: 40px 20px;
    }

    .contacts-hero-content {
        text-align: center;
    }

    .contacts-hero-title {
        margin-bottom: 30px;
        gap: 5px;
    }

    .hero-line-1,
    .hero-line-2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .contacts-hero-subtitle p {
        font-size: 18px;
        margin: 3px 0;
    }
}

/* Contacts Info Section */
.contacts-info-section {
    padding: 80px 0;
    background-color: var(--white);
}

.contacts-info-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contacts-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-image {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}



.contact-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition);
}



.contacts-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    text-align: right;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-transform: uppercase;
}

.contact-city {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-address,
.contact-country {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
    line-height: 1.4;
}

.contact-phone {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
    text-decoration: none;
}

.contact-social {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: right;
}

.contact-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.contact-social-link img {
    width: 69px;
    height: 69px;
    transition: var(--transition);
}

.contact-social-link:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

/* Contacts Info Mobile */
@media screen and (max-width: 768px) {
    .contacts-info-section {
        padding: 60px 0;
    }

    .contacts-info-content {

        gap: 50px;
    }

    .contacts-images {
        gap: 20px;
    }



    .contacts-details {
        gap: 30px;

    }

    .contact-text {
        gap: 20px;
    }

    .contact-city {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .contact-address,
    .contact-country {
        font-size: 18px;
    }

    .contact-phone {
        font-size: 22px;
    }

    .contact-social {
        justify-content: right;
        gap: 15px;
    }

    .contact-social-link img {
        width: 40px;
        height: 40px;
    }
}

/* Catalog Header Section */
.catalog-header-section {
    position: relative;
    width: 100%;
    min-height: 640px;
    background-image: url('../images/catalog-header-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
}

.catalog-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.catalog-header-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.breadcrumb-link {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    transition: var(--transition);
}

.breadcrumb-link:hover {
    color: var(--primary-color);
}

.breadcrumb-separator {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: var(--white);
}

.breadcrumb-current {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: var(--white);
    text-transform: uppercase
}

.catalog-page-title {
   font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.catalog-inner-text {
     font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 80px;
}

/* Catalog Header Mobile */
@media screen and (max-width: 768px) {
    .catalog-header-section {
        min-height: 400px;
        padding-bottom: 40px;
    }

    .breadcrumbs {
        margin-bottom: 10px;
        gap: 8px;
    }

    .breadcrumb-link,
    .breadcrumb-separator,
    .breadcrumb-current {
        font-size: 14px;
    }

    .catalog-page-title {
        font-size: 36px;
    }
}

/* GIA Certificate Section */
.gia-certificate-section {
    padding: 80px 0;
    background-color: var(--white);
}

.gia-certificate-section .container {
    display: flex;
    flex-direction: column;
}

.gia-certificate-content {
    display: flex;
flex-wrap: wrap;
}



.gia-certificate-title {
    font-family: 'Inter', sans-serif;
    font-size: 47px;
    font-weight: 600;
    color: var(--black);
    margin: 0 0 60px 0;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.gia-certificate-text {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
}

.gia-certificate-image {

    margin-left: auto;
    overflow: hidden;
    transition: var(--transition);
}



.gia-certificate-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition);
}



/* GIA Certificate Mobile */
@media screen and (max-width: 768px) {
    .gia-certificate-section {
        padding: 60px 0;
    }

    .gia-certificate-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .gia-certificate-title {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .gia-certificate-text {
        font-size: 18px;
        text-align: center;
    }

    .gia-certificate-image {
        border-radius: 10px;
        max-width: 100%;
    }
}

/* Rings Collection Section */
.rings-collection-section {
    padding: 80px 0;
    background-color: var(--white);
}

.rings-collection-content {
    display: flex;
    gap: 10px;
}

.rings-collection-text-block {
    flex: 1;
    margin-right: auto;
}

.rings-collection-title {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    margin: 0 0 40px 0;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.rings-collection-title .aesthetic-word {
    font-family: 'Aesthetic', serif;
    font-weight: 400;
    font-size: 99px;
}

.rings-collection-text {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: var(--black);
    margin: 0 0 30px 0;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.rings-transfer-btn {
    margin-top: 40px;
    background: var(--black);
    color: var(--white);
    border: none;
    padding: 25px 40px;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 58px;
    cursor: pointer;
    transition: var(--transition);
    border:2px solid var(--black)!important;
   
}

.rings-transfer-btn:hover {
    background: var(--white);
    color:var(--black)
}

.rings-collection-image {
    flex: 0 0 auto;
    max-width: 653px;
    margin-left: auto;
    overflow: hidden;
    transition: var(--transition);
}

.rings-collection-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition);
}



/* Rings Collection Mobile */
@media (max-width: 768px) {
    .rings-collection-section {
        padding: 40px 0;
    }

    .rings-collection-content {
        flex-direction: column;
        gap: 40px;
    }

    .rings-collection-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }

    .rings-collection-text {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .rings-transfer-btn {
        width: 100%;
        padding: 15px 20px;
        font-size: 14px;
    }

    .rings-collection-image {
        max-width: 100%;
        margin: 0;
    }
}

/* Gallery Section */
.gallery-section {
    padding: 80px 0;
    background-color: var(--white);
}

.gallery-title {
    font-family: 'Inter', sans-serif;
    font-size: 47px;
    font-weight: 600;
    color: var(--black);
    margin: 0 0 60px 0;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.gallery-title .aesthetic-word {
    font-family: 'Aesthetic', serif;
    font-weight: 400;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    grid-auto-flow: dense;
    align-items: start;
}

/* Alternative masonry layout */
@supports (masonry: auto) {
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-template-rows: masonry;
        gap: 15px;
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: var(--transition);
    height: 300px;
}

.gallery-item-large {
    grid-column: span 2;
    height: 300px;
}

.gallery-item-wide {
    grid-column: span 2;
    height: 300px;
}

.gallery-item-tall {
    height: 300px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    display: block;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Gallery Mobile */
@media (max-width: 768px) {
    .gallery-section {
        padding: 40px 0;
    }

    .gallery-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 10px;
        grid-auto-flow: dense;
    }

    .gallery-item {
        height: 180px;
    }

    .gallery-item-large {
        grid-column: span 1;
    }

    .gallery-item-wide {
        grid-column: span 2;
        height: 150px;
    }

    .gallery-item-tall {
        height: 220px;
    }
}

@media (max-width: 1919px) {
.slide-title .word-1 {
    font-size: 100px;
}
.slide-title .word-2 {
    font-size: 80px;
}
.slide-title .word-3 {
    font-size: 150px;
}
.slide-btn {
    padding: 1rem 0rem;
}
.factory-title {
    font-size: 95px;
}
.about-us-main-text .first-word,.hero-line-1, .hero-line-2,.contacts-hero-subtitle p,.rings-collection-title .aesthetic-word,.factory-hero-title,.factory-company-title {
     font-size: 80px;
}
.about-us-main-text p,.rings-collection-title,.rings-collection-text {
    font-size: 40px;
}
.factory-about-first-word {
    font-size: 60px;
}
.about-us-images {
    max-width: 400px;
}
.about-us-collection-text p {
    font-size: 27px;
}
.contacts-hero-section {
    min-height: 600px;
}
.factory-about-image {
    max-width: 600px;
}
.factory-about-description {
    font-size: 36px;
}
}

@media (max-width: 1599px) {
.nav-logo {
    font-size: 30px;
}
.slide-title .word-1 {
    font-size: 80px;
}
.slide-title .word-2 {
    font-size: 60px;
}
.slide-title .word-3 {
    font-size: 120px;
}
.catalog-title,.why-choose-title,.reviews-title {
    font-size: 40px;
}
.banner-title,.factory-title {
    font-size: 70px;
}
.banner-subtitle p {
    font-size: 40px;
}
.banner-section,.why-choose-us-section,.catalog-section,.reviews-section,.newsletter-section,.about-us-section {
    padding: 40px 0;
}
.feature-name {
    font-size: 24px;
}
.feature-description {
    font-size: 21px;
}
.star {
    width: 25px;
    height: 25px;
}
.newsletter-text {
    font-size: 24px;
}
.newsletter-input,.newsletter-btn {
    padding: 25px 10px;
    font-size: 18px;
    width: auto;
}
.footer-logo h3 {
    font-size: 66px;
}
    .about-us-main-text .first-word,.rings-collection-title .aesthetic-word {
        font-size: 60px;
    }
        .about-us-main-text p, .rings-collection-title, .rings-collection-text {
        font-size: 36px;
    }
        .about-us-collection-text p {
        font-size: 24px;
    }
    .contact-city,.contact-address, .contact-country, .contact-phone {
        font-size: 40px;
    }
    .rings-collection-image {
      max-width: 400px;
    }
    .rings-transfer-btn {
    margin-top: 20px;
    font-size: 24px;
    }
    .factory-hero-section {
 
    min-height: auto;
    padding: 50px 0;
}
 .factory-hero-title, .factory-company-title {
        font-size: 70px;
    }
        .factory-about-first-word {
        font-size: 50px;
    }
        .factory-about-description {
        font-size: 27px;
    }
    .factory-company-description {
    font-size: 36px;
}
}
@media (max-width:1199.98px) {
header .menu-item > a {
    font-size: 18px;
}
.newsletter-content {
    flex-wrap: wrap;
}
.catalog-title,.why-choose-title,.reviews-title {
    font-size: 30px;
}
.see-all-link {
    font-size: 18px;
}
.category-image {
    height: 60vh;
}
.category-name {
    font-size: 24px;
}
.btn-transfer, .btn-buy {
    padding: 15px 20px;
    font-size: 18px;
}
.banner-title,.factory-title {
    font-size: 50px;
}
.banner-subtitle p {
    font-size: 30px;
}
.feature-image {
    margin-bottom: 10px;
}
.feature-name {
    font-size: 19px;
}
.feature-description {
    font-size: 18px;
}
.factory-section {
    height: auto;
    min-height: auto;
    padding: 50px 0;
}
.review-text,.footer-copyright p {
    font-size: 16px;
}
.footer-logo h3 {
    font-size: 40px;
}
.footer-nav a,.address-block p {
    font-size: 24px;
}
.footer-social .social-link img,.contact-social-link img {
    width: 40px;
    height: 40px;
}
.contact-phone {
    font-size: 36px;
}
.contact-email {
    font-size: 24px;
}
    .about-us-images {
        max-width: 300px;
    }
        .about-us-main-text .first-word,.rings-collection-title .aesthetic-word,.factory-hero-title, .factory-company-title {
        font-size: 50px;
    }
        .about-us-main-text p,.rings-collection-title, .rings-collection-text {
        font-size: 27px;
    }
        .about-us-collection-text p {
        font-size: 21px;
        padding: 0;
    }
    .hero-line-1, .hero-line-2, .contacts-hero-subtitle p {
        font-size: 60px;
    }
        .contacts-hero-section {
        min-height: auto;
        padding: 50px 0;
    }
        .contact-city, .contact-address, .contact-country, .contact-phone {
        font-size: 36px;
    }
        .factory-about-description {
        font-size: 21px;
        line-height: 1.2;
    }
        .factory-about-image {
        max-width: 500px;
    }
        .factory-about-first-word {
        font-size: 40px;
    }
        .factory-company-description {
        font-size: 27px;
        line-height: 1.2;
    }
}


@media (max-width:991.98px) {
.feature-item {
    width: 30%;
    display: flex;
    flex-direction: column;
}
    .category-image {
        height: 40vh;
    }
      .feature-name {
        font-size: 14px;
    }
        .feature-description {
        font-size: 14px;
    }
    .hero-line-1, .hero-line-2, .contacts-hero-subtitle p {
        font-size: 50px;
    }
        .contact-city, .contact-address, .contact-country, .contact-phone {
        font-size: 24px;
    }
    .rings-collection-title .aesthetic-word {
        font-size: 40px;
    }
    .rings-collection-title, .rings-collection-text {
        font-size: 24px;
    }
        .rings-collection-image {
        max-width: 300px;
    }
        .factory-about-description {
        font-size: 18px;
        line-height: 1;
    }
        .factory-about-first-word {
        font-size: 30px;
    }
    .factory-hero-title, .factory-company-title {
        font-size: 40px;
    }
        .factory-company-description {
        font-size: 24px;

    }
}

@media (max-width:767.98px) {
.slide-title .word-1 {
    font-size: 60px;
}
.slide-title .word-2 {
    font-size: 40px;
}
.slide-title .word-3 {
    font-size: 100px;
}
.features-grid {
    align-items: self-start;
}
        .about-us-images {
        max-width: 100%;
        display: flex;
        flex-direction: row;
    }
        .hero-line-1, .hero-line-2, .contacts-hero-subtitle p {
        font-size: 40px;
    }
        .contact-city, .contact-address, .contact-country, .contact-phone {
        font-size: 18px;
    }
    .rings-collection-text-block {
    margin-right: 0;
}
.rings-collection-section .btn-transfer {
         margin: 20px auto 0;
        display: block;
    }
        .rings-collection-image {
        max-width: none;
    }
        .factory-hero-title, .factory-company-title {
        font-size: 30px;
    }
        .factory-about-content {
        flex-direction: column-reverse;
    }
        .factory-company-description {
        font-size: 18px;
    }
}

@media (max-width:575.98px) {
.slide-title .word-1 {
    font-size: 40px;
}
.slide-title .word-2 {
    font-size: 30px;
}
.slide-title .word-3 {
    font-size: 80px;
}
    .banner-title, .factory-title {
        font-size: 30px;
    }
        .banner-images {
        overflow: hidden;
    }
    .banner-left-image img, .banner-right-image img {
    width: auto;
    height: 400px;
    }
    .banner-subtitle p {
        font-size: 20px;
    }
    .btn-transfer, .btn-buy {
        font-size: 12px;
    }
        .features-grid {
        flex-direction: column;
    }
        .feature-item {
        width: 100%;
        }
            .footer-nav a, .address-block p {
        font-size: 18px;
    }
        .contact-phone {
        font-size: 24px;
    }
        .contact-email {
        font-size: 18px;
    }
    .categories-grid {
        grid-template-columns: repeat(1, 1fr);
    }
        .transfer-input {
       width: 100%;
    }
    .newsletter-input, .newsletter-btn {
        width: 100%;
        max-width: 350px;
    }
  
        .newsletter-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
        .about-us-main-text .first-word,.rings-collection-title .aesthetic-word {
        font-size: 30px;
    }
        .about-us-main-text p,.rings-collection-title, .rings-collection-text {
        font-size: 21px;
    }
        .about-us-collection-text p {
        font-size: 18px;
                }
                    .hero-line-1, .hero-line-2, .contacts-hero-subtitle p {
        font-size: 27px;
    }
    .contacts-info-content {
        flex-direction: column-reverse;
    }

        .contacts-details {
        width: 100%;
        text-align: center;
    }
        .contact-social {
        justify-content: center;
    }
        .factory-hero-title, .factory-company-title {
        font-size: 24px;
    }
        .factory-hero-btn {
        padding: 16px 25px;
        font-size: 14px;
        }
            .factory-about-first-word {
        font-size: 27px;
    }
        .factory-about-description {
        font-size: 16px;
        }
}

@media (max-width:399.98px) {}

@media (max-width:318.98px) {
    .nav-logo {
        font-size: 24px;
    }
        .main-nav {
        top: 74px;
        height: calc(100vh - 74px);
        }
            main {
        margin-top: -110px;
    }
        .hero-line-1, .hero-line-2, .contacts-hero-subtitle p {
        font-size: 21px;
    }
        .contact-email {
        font-size: 14px;
    }
        .factory-hero-title, .factory-company-title {
        font-size: 18px;
    }
        .factory-company-description {
        font-size: 16px;
    }
    .factory-company-images {
    grid-template-columns: repeat(1, 1fr);
    }
        .footer-logo h3 {
        font-size: 30px;
    }
}

