* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

:root {
--primary: #8B7355;
--secondary: #D4A574;
--accent: #5C4033;
--light: #F5F1ED;
}

body {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
line-height: 1.7;
color: #333;
background: #fff;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Cormorant Garamond', serif;
font-weight: 600;
line-height: 1.3;
color: var(--accent);
}

h1 { font-size: 3rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.5rem; }

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

a {
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
}

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

.privacy-popup {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(--accent);
color: #fff;
padding: 15px 20px;
z-index: 9999;
transform: translateY(100%);
transition: transform 0.4s ease;
}

.privacy-popup.show {
transform: translateY(0);
}

.privacy-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}

.privacy-content p {
flex: 1;
font-size: 14px;
margin: 0;
}

.privacy-buttons {
display: flex;
gap: 10px;
}

.btn-accept, .btn-learn {
padding: 8px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
font-weight: 500;
}

.btn-accept {
background: var(--secondary);
color: var(--accent);
}

.btn-accept:hover {
background: var(--primary);
color: #fff;
}

.btn-learn {
background: transparent;
color: #fff;
border: 1px solid #fff;
}

.btn-learn:hover {
background: #fff;
color: var(--accent);
}

.header {
background: #fff;
padding: 20px 0;
border-bottom: 1px solid rgba(0,0,0,0.05);
position: relative;
}

.header-content {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

.logo {
font-family: 'Cormorant Garamond', serif;
font-size: 1.6rem;
font-weight: 600;
color: var(--primary);
}

.menu-toggle {
display: none;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: 5px;
}

.menu-toggle span {
width: 25px;
height: 2px;
background: var(--accent);
transition: all 0.3s ease;
}

.nav {
display: flex;
gap: 35px;
}

.nav-link {
font-size: 14px;
font-weight: 400;
color: #333;
position: relative;
padding: 5px 0;
}

.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary);
transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
width: 100%;
}

.hero-modern {
position: relative;
padding: 100px 0 80px;
overflow: hidden;
background: var(--light);
}

.hero-bg {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
opacity: 0.1;
z-index: 0;
}

.hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
position: relative;
z-index: 1;
}

.hero-label {
display: inline-block;
padding: 6px 16px;
background: var(--secondary);
color: var(--accent);
font-size: 13px;
font-weight: 500;
border-radius: 20px;
margin-bottom: 20px;
}

.hero-text h1 {
margin-bottom: 20px;
font-size: 3.5rem;
}

.hero-text p {
font-size: 1.1rem;
color: #666;
margin-bottom: 35px;
line-height: 1.8;
}

.hero-buttons {
display: flex;
gap: 15px;
flex-wrap: wrap;
}

.btn-primary, .btn-outline {
display: inline-block;
padding: 14px 32px;
border-radius: 4px;
font-weight: 500;
font-size: 14px;
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid var(--primary);
}

.btn-primary {
background: var(--primary);
color: #fff;
}

.btn-primary:hover {
background: var(--accent);
border-color: var(--accent);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.btn-outline {
background: transparent;
color: var(--primary);
}

.btn-outline:hover {
background: var(--primary);
color: #fff;
}

.hero-card {
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.hero-card img {
width: 100%;
height: auto;
display: block;
}

.hero-badge {
position: absolute;
top: 20px;
right: 20px;
background: var(--secondary);
color: var(--accent);
padding: 10px 20px;
border-radius: 30px;
font-weight: 600;
font-size: 14px;
}

.story-section, .featured-section, .process-section, .artisan-section, .values-section, .testimonial-section, .visit-section {
padding: 80px 0;
}

.story-section {
background: #fff;
}

.story-grid {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 60px;
align-items: center;
}

.story-content h2 {
margin-bottom: 25px;
}

.story-content p {
margin-bottom: 20px;
color: #666;
line-height: 1.8;
}

.story-stats {
display: flex;
flex-direction: column;
gap: 30px;
}

.stat-item {
padding: 25px;
background: var(--light);
border-radius: 8px;
text-align: center;
}

.stat-number {
font-family: 'Cormorant Garamond', serif;
font-size: 3rem;
font-weight: 600;
color: var(--primary);
margin-bottom: 5px;
}

.stat-label {
font-size: 14px;
color: #666;
}

.featured-section {
background: var(--light);
}

.section-header {
text-align: center;
margin-bottom: 60px;
}

.section-header h2 {
margin-bottom: 15px;
}

.section-header p {
font-size: 1.1rem;
color: #666;
}

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

.featured-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}

.featured-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.featured-image {
width: 100%;
height: 320px;
overflow: hidden;
}

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

.featured-info {
padding: 30px;
}

.featured-info h3 {
margin-bottom: 15px;
}

.featured-info p {
color: #666;
margin-bottom: 20px;
line-height: 1.8;
}

.link-arrow {
color: var(--primary);
font-weight: 500;
font-size: 14px;
}

.link-arrow:hover {
color: var(--accent);
}

.process-section {
background: #fff;
}

.process-timeline {
max-width: 800px;
margin: 0 auto;
position: relative;
}

.process-timeline::before {
content: '';
position: absolute;
left: 20px;
top: 0;
bottom: 0;
width: 2px;
background: var(--secondary);
}

.timeline-item {
position: relative;
padding-left: 60px;
margin-bottom: 40px;
}

.timeline-dot {
position: absolute;
left: 11px;
top: 5px;
width: 20px;
height: 20px;
background: var(--primary);
border-radius: 50%;
border: 3px solid var(--light);
}

.timeline-content h3 {
margin-bottom: 10px;
}

.timeline-content p {
color: #666;
line-height: 1.8;
}

.artisan-section {
background: var(--light);
}

.artisan-content {
max-width: 900px;
margin: 0 auto;
}

.section-label {
display: inline-block;
padding: 6px 16px;
background: var(--secondary);
color: var(--accent);
font-size: 13px;
font-weight: 500;
border-radius: 20px;
margin-bottom: 20px;
}

.artisan-text h2 {
margin-bottom: 25px;
}

.artisan-text p {
color: #666;
margin-bottom: 20px;
line-height: 1.8;
}

.artisan-text .btn-primary {
margin-top: 15px;
}

.values-section {
background: #fff;
}

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

.value-card {
padding: 30px;
background: var(--light);
border-radius: 8px;
text-align: center;
}

.value-card h3 {
margin-bottom: 15px;
font-size: 1.3rem;
}

.value-card p {
color: #666;
font-size: 14px;
line-height: 1.7;
}

.testimonial-section {
background: var(--primary);
color: #fff;
}

.testimonial-content {
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.testimonial-text h2 {
color: #fff;
margin-bottom: 50px;
}

blockquote {
margin-bottom: 40px;
}

blockquote p {
font-size: 1.2rem;
font-style: italic;
line-height: 1.8;
margin-bottom: 15px;
}

cite {
font-style: normal;
font-size: 14px;
opacity: 0.9;
}

.visit-section {
background: var(--light);
}

.visit-info h2 {
margin-bottom: 20px;
}

.visit-info > p {
color: #666;
margin-bottom: 35px;
line-height: 1.8;
}

.visit-details {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 35px;
}

.detail-item strong {
display: block;
color: var(--accent);
margin-bottom: 8px;
font-size: 15px;
}

.detail-item p {
color: #666;
font-size: 14px;
line-height: 1.7;
}

.page-hero {
background: var(--light);
padding: 70px 0;
text-align: center;
}

.page-hero h1 {
font-size: 2.8rem;
margin-bottom: 15px;
}

.page-hero p {
font-size: 1.2rem;
color: #666;
}

.collection-intro, .products-intro, .contact-section {
padding: 80px 0;
background: #fff;
}

.intro-content {
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.intro-content h2 {
margin-bottom: 25px;
}

.intro-content p {
margin-bottom: 20px;
color: #666;
line-height: 1.8;
}

.collection-categories, .products-section {
padding: 80px 0;
background: var(--light);
}

.collection-categories h2, .products-section h2 {
text-align: center;
margin-bottom: 60px;
}

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

.category-card {
background: #fff;
padding: 35px;
border-radius: 8px;
text-align: center;
transition: all 0.3s ease;
}

.category-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.category-card h3 {
margin-bottom: 15px;
}

.category-card p {
font-size: 14px;
color: #666;
margin-bottom: 20px;
line-height: 1.7;
}

.btn-link {
color: var(--primary);
font-weight: 500;
font-size: 14px;
}

.btn-link:hover {
color: var(--accent);
}

.collection-highlights, .products-benefits {
padding: 80px 0;
background: #fff;
}

.collection-highlights h2, .products-benefits h2 {
text-align: center;
margin-bottom: 60px;
}

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

.highlight-item, .benefit-item {
text-align: center;
}

.highlight-item h3, .benefit-item h3 {
margin-bottom: 15px;
}

.highlight-item p, .benefit-item p {
font-size: 14px;
color: #666;
line-height: 1.7;
}

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

.product-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.product-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.product-image {
width: 100%;
height: 320px;
overflow: hidden;
}

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

.product-info {
padding: 30px;
}

.product-info h3 {
margin-bottom: 12px;
}

.product-info p {
font-size: 14px;
color: #666;
margin-bottom: 20px;
line-height: 1.7;
}

.product-price {
font-family: 'Cormorant Garamond', serif;
font-size: 1.8rem;
font-weight: 600;
color: var(--primary);
margin-bottom: 20px;
}

.btn-product {
width: 100%;
background: var(--primary);
color: #fff;
padding: 12px;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
}

.btn-product:hover {
background: var(--accent);
}

.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
}

.contact-info h2 {
margin-bottom: 20px;
}

.contact-info > p {
margin-bottom: 35px;
color: #666;
line-height: 1.8;
}

.contact-details {
display: flex;
flex-direction: column;
gap: 30px;
}

.contact-item {
display: flex;
gap: 20px;
}

.contact-item h3 {
margin-bottom: 8px;
font-size: 1.2rem;
}

.contact-item p {
font-size: 14px;
color: #666;
line-height: 1.7;
}

.contact-form-wrapper {
background: var(--light);
padding: 45px;
border-radius: 12px;
}

.contact-form-wrapper h2 {
margin-bottom: 30px;
}

.contact-form {
display: flex;
flex-direction: column;
gap: 20px;
}

.form-group {
display: flex;
flex-direction: column;
gap: 8px;
}

.form-group label {
font-weight: 500;
color: var(--accent);
font-size: 14px;
}

.form-group input,
.form-group textarea {
padding: 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--primary);
}

.checkbox-group {
flex-direction: row;
align-items: flex-start;
}

.checkbox-label {
display: flex;
gap: 10px;
font-size: 13px;
color: #666;
cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
margin-top: 3px;
cursor: pointer;
}

.checkbox-label a {
color: var(--primary);
text-decoration: underline;
}

.btn-submit {
background: var(--primary);
color: #fff;
padding: 14px 30px;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
}

.btn-submit:hover {
background: var(--accent);
}

.map-section {
padding: 80px 0;
background: var(--light);
}

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

.map-wrapper {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.thankyou-section, .error-section {
background: var(--light);
padding: 100px 0;
text-align: center;
min-height: calc(100vh - 160px);
display: flex;
align-items: center;
}

.thankyou-content, .error-content {
max-width: 700px;
margin: 0 auto;
}

.thankyou-content h1, .error-content h1 {
margin-bottom: 20px;
}

.thankyou-content p, .error-content p {
margin-bottom: 35px;
color: #666;
font-size: 1.1rem;
line-height: 1.8;
}

.thankyou-actions, .error-actions {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}

.error-number {
font-family: 'Cormorant Garamond', serif;
font-size: 10rem;
font-weight: 600;
color: var(--secondary);
line-height: 1;
margin-bottom: 20px;
}

.policy-section {
background: #fff;
padding: 80px 0;
}

.policy-content {
max-width: 900px;
margin: 0 auto;
}

.policy-content h1 {
margin-bottom: 15px;
}

.policy-date {
color: #666;
font-size: 14px;
margin-bottom: 50px;
}

.policy-content h2 {
margin-top: 50px;
margin-bottom: 20px;
font-size: 1.8rem;
}

.policy-content h3 {
margin-top: 30px;
margin-bottom: 15px;
color: var(--primary);
font-size: 1.3rem;
}

.policy-content p {
margin-bottom: 20px;
color: #666;
line-height: 1.8;
}

.policy-content ul {
margin: 20px 0 20px 30px;
}

.policy-content li {
margin-bottom: 10px;
color: #666;
line-height: 1.8;
}

.footer {
background: var(--accent);
color: #fff;
padding: 30px 0;
}

.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}

.footer-info p {
font-size: 14px;
}

.footer-links {
display: flex;
gap: 25px;
flex-wrap: wrap;
}

.footer-links a {
font-size: 13px;
color: #fff;
opacity: 0.85;
transition: opacity 0.3s ease;
}

.footer-links a:hover {
opacity: 1;
}

@media (max-width: 1024px) {
.hero-grid {
grid-template-columns: 1fr;
gap: 50px;
}
.hero-text h1 {
font-size: 2.8rem;
}
.story-grid {
grid-template-columns: 1fr;
}
.featured-grid {
grid-template-columns: 1fr;
}
.values-grid {
grid-template-columns: repeat(2, 1fr);
}
.visit-details {
grid-template-columns: 1fr;
gap: 20px;
}
.categories-grid {
grid-template-columns: repeat(2, 1fr);
}
.products-grid {
grid-template-columns: repeat(2, 1fr);
}
.contact-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {
.menu-toggle {
display: flex;
z-index: 1001;
}
.nav {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
flex-direction: column;
padding: 20px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
display: none;
gap: 15px;
z-index: 1000;
}
.nav.active {
display: flex;
}
.hero-modern {
padding: 70px 0 60px;
}
.hero-text h1 {
font-size: 2.2rem;
}
.hero-text p {
font-size: 1rem;
}
h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.3rem; }
.story-section, .featured-section, .process-section, .artisan-section, .values-section, .testimonial-section, .visit-section, .collection-intro, .products-intro, .contact-section, .collection-categories, .products-section, .collection-highlights, .products-benefits, .map-section {
padding: 60px 0;
}
.values-grid {
grid-template-columns: 1fr;
}
.highlights-grid, .benefits-grid {
grid-template-columns: 1fr;
}
.categories-grid {
grid-template-columns: 1fr;
}
.products-grid {
grid-template-columns: 1fr;
}
.contact-form-wrapper {
padding: 30px 20px;
}
.footer-content {
flex-direction: column;
text-align: center;
}
.footer-links {
justify-content: center;
}
}

@media (max-width: 480px) {
.container {
padding: 0 15px;
}
.hero-text h1 {
font-size: 1.8rem;
}
.btn-primary, .btn-outline {
padding: 12px 24px;
font-size: 13px;
}
.hero-buttons {
flex-direction: column;
}
.hero-buttons .btn-primary,
.hero-buttons .btn-outline {
width: 100%;
text-align: center;
}
.stat-number {
font-size: 2.5rem;
}
blockquote p {
font-size: 1.05rem;
}
.thankyou-actions, .error-actions {
flex-direction: column;
}
.thankyou-actions .btn-primary,
.thankyou-actions .btn-outline,
.error-actions .btn-primary,
.error-actions .btn-outline {
width: 100%;
}
}

@media (max-width: 320px) {
body {
font-size: 14px;
}
.logo {
font-size: 1.3rem;
}
.hero-text h1 {
font-size: 1.6rem;
}
h2 {
font-size: 1.6rem;
}
.stat-number {
font-size: 2rem;
}
.error-number {
font-size: 6rem;
}
}
