* {
box-sizing: border-box;
}

body {
margin: 0;
font-family: Arial, sans-serif;
background: #f7f1e8;
color: #3b2a20;
}

.container {
width: 90%;
max-width: 1200px;
margin: auto;
}

.logo {
font-size: 28px;
font-weight: bold;
}

.logo small {
display: block;
font-size: 14px;
}

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

.product-card img {
width: 100%;
height: 350px;
object-fit: cover;
}

.product-card {
background: white;
padding: 20px;
border-radius: 10px;
}

button, a {
text-decoration: none;
}
.site-header {
padding: 25px 0;
background: #f7f1e8;
}

.header-inner {
width: 90%;
max-width: 1200px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
}

.main-nav ul {
display: flex;
gap: 35px;
list-style: none;
margin: 0;
padding: 0;
}

.main-nav a {
  color: #3b2a20;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 0;
  position: relative;
  transition: 0.3s;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #8b6239;
  transition: 0.3s;
}

.main-nav a:hover::after {
  width: 100%;
}

.main-nav a:hover {
  color: #8b6239;
}

.main-nav a:hover,
.main-nav .active {
color: #9a6b3f;
}

.header-icons {
  display: flex;
  gap: 15px;
}

.header-icons a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b2a20;
  text-decoration: none;
  cursor: pointer;
}

.header-icons i {
  font-size: 22px;
}
.gallery-main img,
#gallery-main-img {
width: 100%;
max-width: 550px;
height: 550px;
object-fit: contain;
}
#gallery-main-video {
width: 100%;
max-width: 550px;
height: 550px;
object-fit: contain;
display: none;
}

.gallery-thumbs {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 15px;
max-width: 550px;
}

.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
cursor: pointer;
border-radius: 8px;
}
.header-icons a svg {
width: 18px !important;
height: 18px !important;
}

.header-icons a {
width: 25px !important;
height: 25px !important;
}
.pd-contact svg {
width: 18px !important;
height: 18px !important;
}

.pd-contact .btn {
display: flex;
align-items: center;
gap: 10px;
}

.pd-contact .btn svg {
flex-shrink: 0;
}
.hero {
min-height: 420px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: #f3eadc;
padding: 50px 20px;
}

.hero-content {
max-width: 700px;
}

.hero h1 {
font-size: 42px;
font-weight: 500;
color: #3b2a20;
margin-bottom: 15px;
}

.hero p {
font-size: 16px;
line-height: 1.5;
color: #6b5444;
margin-bottom: 25px;
}

.hero-btn {
  display: inline-block;
  padding: 16px 45px;
  background: #3b2a20;
  color: white;
  border-radius: 40px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
  border: 1px solid #3b2a20;
}
.hero-btn:hover {
  background: transparent;
  color: #3b2a20;
}

.hero-btn:hover {
  background: transparent;
  color: #3b2a20;
}

.hero-btn:hover {
background: #8b6239;
}


.about-home {
padding: 70px 0;
text-align: center;
}

.about-home h2 {
font-size: 35px;
font-weight: 500;
margin-bottom: 20px;
}


.about-home p {
max-width: 650px;
margin: auto;
line-height: 1.8;
color: #6b5444;
}


.featured {
padding: 60px 0;
}

.section-title {
text-align: center;
margin-bottom: 40px;
}

.section-title h2 {
font-size: 35px;
font-weight: 500;
}
.site-header {
  background: #f7f1e8;
  padding: 25px 0;
  border-bottom: 1px solid rgba(59,42,32,0.15);
}

.header-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.logo {
  color: #3b2a20;
  text-decoration: none;
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: 600;
}


.logo small {
  display: block;
  font-size: 12px;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 5px;
}


.main-nav ul {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
}


.main-nav a {
  color: #3b2a20;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
}


.main-nav a:hover {
  color: #8b6239;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-icons a {
  font-size: 12px;
  color: #3b2a20;
  text-decoration: none;
  letter-spacing: 0;
}

.header-icons a:hover {
  color: #8b6239;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 40px;
}

.product-card {
  background: transparent;
  padding: 20px;
  border-radius: 0;
  transition: 0.3s;
  text-align: center;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.product-card h3 {
  color: #3b2a20;
  font-size: 22px;
  margin-top: 20px;
}

.product-card p {
  color: #8b6239;
  font-size: 18px;
}

.product-card a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: transparent;
  color: #3b2a20;
  border: 1px solid #3b2a20;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.product-card a:hover {
  background: #3b2a20;
  color: white;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 80px 0;
}


.gallery-main img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}


.gallery-thumbs {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}


.gallery-thumbs img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
}


.pd-name {
  font-size: 38px;
  color: #3b2a20;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}


.pd-price {
  display: block;
  font-size: 28px;
  color: #8b6239;
  margin: 25px 0;
  letter-spacing: 1px;
  font-weight: 500;
}


.pd-desc {
  color: #6b5444;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.3px;
}


.pd-contact {
  margin-top: 35px;
  display: flex;
  gap: 15px;
}


.pd-contact .btn {
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s;
}


.btn-whatsapp {
  background: #3b2a20;
  color: white;
}


.btn-instagram {
  border: 1px solid #3b2a20;
  color: #3b2a20;
}
.reviews-page {
  padding: 80px 20px;
  text-align: center;
}

.reviews-page h1 {
  font-size: 45px;
  color: #3b2a20;
  font-weight: 500;
  margin-bottom: 20px;
}

.reviews-page p {
  color: #6b5444;
  line-height: 1.7;
}


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


.review-card {
  background: white;
  padding: 35px;
  border-radius: 8px;
  text-align: center;
}


.review-card h3 {
  color: #8b6239;
  letter-spacing: 3px;
  font-size: 20px;
}


.review-card p {
  margin-top: 20px;
  font-size: 16px;
}
.contact-page {
  padding: 80px 20px;
  text-align: center;
}

.contact-page h1 {
  font-size: 45px;
  color: #3b2a20;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-page p {
  color: #6b5444;
  line-height: 1.8;
}


.contact-box {
  max-width: 500px;
  margin: 50px auto;
  background: white;
  padding: 40px;
  border-radius: 8px;
  text-align: left;
}


.contact-box p {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}


.contact-box strong {
  color: #3b2a20;
}
.logo img {
  width: 120px;
  height: auto;
  display: block;
}
.site-footer {
  background: #3b2a20;
  color: white;
  text-align: center;
  padding: 50px 20px;
  margin-top: 80px;
}

.site-footer h3 {
  margin-bottom: 15px;
  font-size: 26px;
  letter-spacing: 2px;
}

.site-footer p {
  margin: 10px 0;
  color: #e6d8c7;
  line-height: 1.7;
}
.why-us {
  padding: 80px 20px;
  background: #ffffff;
}

.why-us h2 {
  text-align: center;
  font-size: 38px;
  color: #3b2a20;
  margin-bottom: 50px;
}

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

.why-card {
  background: #f7f1e8;
  padding: 35px;
  border-radius: 8px;
  text-align: center;
}

.why-card h3 {
  color: #3b2a20;
  margin-bottom: 15px;
}

.why-card p {
  color: #6b5444;
  line-height: 1.7;
}
.about-page {
  padding: 80px 20px;
  text-align: center;
}

.about-page h1 {
  font-size: 45px;
  color: #3b2a20;
  font-weight: 500;
  margin-bottom: 35px;
}

.about-page h2 {
  margin-top: 50px;
  font-size: 32px;
  color: #8b6239;
}

.about-page p {
  max-width: 750px;
  margin: 20px auto;
  color: #6b5444;
  line-height: 1.9;
  font-size: 17px;
}
@media (max-width: 768px) {

.header-inner {
  flex-direction: column;
  gap: 20px;
}

.main-nav ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.logo img {
  width: 100px;
}
.gallery-main img,
#gallery-main-img,
#gallery-main-video {
height: 320px;
max-width: 100%;
}

.hero h1 {
  font-size: 48px;
  font-weight: 500;
  color: #3b2a20;
  letter-spacing: 2px;
  line-height: 1.2;
}

.hero p {
  font-size: 18px;
  line-height: 1.8;
  color: #6b5444;
  max-width: 650px;
  margin: 0 auto 35px;
  letter-spacing: 0.3px;
}

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

.product-card img {
  height: 320px;
}

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

.pd-name {
  font-size: 32px;
}

.why-grid,
.reviews-grid {
  grid-template-columns: 1fr;
}

.site-footer {
  padding: 40px 20px;
}

}
.filter-bar {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.filter-btn {
  background: transparent;
  border: 1px solid #3b2a20;
  color: #3b2a20;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-btn:hover,
.filter-btn.active {
  background: #3b2a20;
  color: white;
}
.header-icons a {
  font-size: 22px;
  color: #3b2a20;
}

.header-icons a:hover {
  color: #8b6239;
}
.video-thumb {
width: 80px;
height: 80px;
position: relative;
overflow: hidden;
border-radius: 8px;
cursor: pointer;
}

.video-thumb video {
width: 100%;
height: 100%;
object-fit: cover;
}


.video-thumb span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 25px;
color: white;
}
.language-switch {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
}

.language-switch a {
color: #3b2a20;
text-decoration: none;
}

.language-switch .active {
font-weight: bold;
}
.media-lightbox {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.9);
z-index: 9999;
align-items: center;
justify-content: center;
padding: 20px;
box-sizing: border-box;
}

.media-lightbox img,
.media-lightbox video {
max-width: 90vw;
max-height: 85vh;
width: auto;
height: auto;
object-fit: contain;
border-radius: 10px;
}

#lightbox-close {
position: absolute;
top: 15px;
right: 20px;
font-size: 40px;
color: white;
background: transparent;
border: none;
cursor: pointer;
z-index: 10000;
}


/* Telefon */
@media (max-width: 768px) {

.media-lightbox {
padding: 15px;
}

.media-lightbox img,
.media-lightbox video {
max-width: 95vw;
max-height: 75vh;
border-radius: 8px;
}

#lightbox-close {
top: 10px;
right: 15px;
font-size: 35px;
}

}
.contact-page {
padding: 100px 20px;
background: #f3eadc;
text-align: center;
}


.contact-page h1 {
font-size: 45px;
font-weight: 500;
color: #3b2a20;
margin-bottom: 20px;
}


.contact-intro {
max-width: 650px;
margin: 0 auto 50px;
font-size: 18px;
line-height: 1.8;
color: #6b5444;
}


.contact-box {
max-width: 650px;
margin: auto;
display: flex;
flex-direction: column;
gap: 20px;
}


.contact-item {
display: flex;
align-items: center;
gap: 25px;
padding: 25px;
background: #fff;
border-radius: 15px;
text-decoration: none;
color: #3b2a20;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: 0.3s;
}


.contact-item:hover {
transform: translateY(-5px);
}


.contact-item i {
font-size: 35px;
color: #3b2a20;
width: 45px;
}


.contact-item h3 {
margin: 0 0 5px;
font-size: 20px;
}


.contact-item p {
margin: 0;
color: #6b5444;
}


@media(max-width:768px){

.contact-page h1 {
font-size: 34px;
}


.contact-item {
padding: 20px;
}

}
.video-thumb-image {
    width:100%;
    height:100%;
    object-fit:cover;
}
/* PRODUCT CARDS - UNIFORM MEDIA */

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

.product-card {
    overflow: hidden;
}

@media (max-width: 768px) {

    .product-card img,
    .product-card video {
        height: 320px;
    }

}