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

body {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
line-height: 1.6;
color: #2c2c2c;
background: #fafafa;
}

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

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

header {
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}

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

.logo {
font-family: 'Cormorant Garamond', serif;
font-size: 22px;
font-weight: 600;
color: #1a1a1a;
}

.main-nav {
display: flex;
gap: 30px;
}

.main-nav a {
text-decoration: none;
color: #2c2c2c;
font-size: 14px;
font-weight: 400;
transition: color 0.3s;
}

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

.menu-toggle {
display: none;
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #2c2c2c;
}

.hero-modern {
position: relative;
min-height: 90vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #8b7355 0%, #6b5a47 100%);
color: #fff;
overflow: hidden;
}

.hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.2);
z-index: 1;
}

.hero-content-modern {
position: relative;
z-index: 2;
max-width: 900px;
text-align: center;
padding: 0 20px;
}

.hero-label {
display: inline-block;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
opacity: 0.9;
}

.hero-content-modern h1 {
font-size: 56px;
margin-bottom: 25px;
line-height: 1.2;
}

.hero-content-modern p {
font-size: 18px;
margin-bottom: 35px;
opacity: 0.95;
line-height: 1.7;
}

.hero-cta-group {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}

.cta-primary {
display: inline-block;
background: #fff;
color: #8b7355;
padding: 16px 40px;
text-decoration: none;
border-radius: 4px;
font-weight: 500;
font-size: 15px;
transition: all 0.3s;
}

.cta-primary:hover {
background: #f5f5f5;
transform: translateY(-2px);
}

.cta-secondary {
display: inline-block;
background: transparent;
color: #fff;
padding: 16px 40px;
text-decoration: none;
border-radius: 4px;
border: 2px solid #fff;
font-weight: 500;
font-size: 15px;
transition: all 0.3s;
}

.cta-secondary:hover {
background: rgba(255,255,255,0.1);
}

.hero-scroll-indicator {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
text-align: center;
}

.hero-scroll-indicator span {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.8;
}

.scroll-line {
width: 1px;
height: 40px;
background: rgba(255,255,255,0.5);
margin: 10px auto 0;
}

.section-label {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
color: #8b7355;
margin-bottom: 15px;
font-weight: 500;
}

.intro-section, .features-section, .process-section, .showcase-section, .cta-section, .details-section, .testimonial-section, .materials-section, .finishes-section, .fabric-section, .sustainability-section, .contact-section, .map-section, .products-section, .values-section, .craftsmanship-section, .final-cta-section {
padding: 70px 20px;
}

.intro-section {
background: #fff;
}

.intro-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}

.intro-text h2 {
font-size: 38px;
margin-bottom: 20px;
color: #1a1a1a;
}

.intro-text p {
margin-bottom: 15px;
color: #555;
}

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

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

.stat-number {
display: block;
font-size: 36px;
font-weight: 600;
color: #8b7355;
font-family: 'Cormorant Garamond', serif;
margin-bottom: 5px;
}

.stat-label {
display: block;
font-size: 13px;
color: #666;
text-transform: uppercase;
letter-spacing: 1px;
}

.intro-image img {
width: 100%;
height: auto;
border-radius: 4px;
}

.image-caption {
font-size: 13px;
color: #999;
margin-top: 10px;
font-style: italic;
}

.values-section {
background: #f5f5f5;
}

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

.value-card {
background: #fff;
padding: 30px 25px;
border-radius: 4px;
text-align: center;
}

.value-icon {
font-size: 32px;
color: #8b7355;
margin-bottom: 15px;
}

.value-card h3 {
font-size: 20px;
margin-bottom: 12px;
}

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

.features-section {
background: #f5f5f5;
}

.features-section h2, .process-section h2, .showcase-section h2, .details-section h2, .testimonial-section h2, .materials-section h2, .finishes-section h2, .fabric-section h2, .sustainability-section h2, .products-section h2, .values-section h2 {
text-align: center;
font-size: 38px;
margin-bottom: 50px;
color: #1a1a1a;
}

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

.feature-card {
background: #fff;
padding: 30px 20px;
border-radius: 4px;
text-align: center;
}

.feature-card i {
font-size: 36px;
color: #8b7355;
margin-bottom: 15px;
}

.feature-card h3 {
font-size: 20px;
margin-bottom: 10px;
}

.feature-card p {
font-size: 14px;
color: #666;
}

.process-section {
background: #fff;
}

.process-timeline {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 25px;
}

.process-step {
text-align: center;
}

.step-number {
width: 60px;
height: 60px;
background: #8b7355;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
font-weight: 600;
margin: 0 auto 20px;
}

.process-step h3 {
font-size: 20px;
margin-bottom: 10px;
}

.process-step p {
font-size: 14px;
color: #666;
}

.showcase-section {
background: #f5f5f5;
}

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

.showcase-item img {
width: 100%;
height: auto;
border-radius: 4px;
margin-bottom: 15px;
}

.showcase-content h3 {
font-size: 22px;
margin-bottom: 10px;
}

.showcase-content p {
font-size: 14px;
color: #666;
}

.testimonial-section {
background: #fff;
}

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

.testimonial {
background: #f5f5f5;
padding: 30px;
border-radius: 4px;
}

.quote-mark {
font-size: 60px;
color: #8b7355;
line-height: 1;
margin-bottom: 10px;
font-family: 'Cormorant Garamond', serif;
}

.testimonial p {
font-size: 15px;
font-style: italic;
margin-bottom: 15px;
color: #555;
}

.testimonial-author {
margin-top: 15px;
}

.testimonial-author strong {
display: block;
color: #1a1a1a;
margin-bottom: 3px;
font-style: normal;
}

.testimonial-author span {
font-size: 13px;
color: #999;
}

.craftsmanship-section {
background: #fff;
}

.craftsmanship-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}

.craftsmanship-text h2 {
font-size: 38px;
margin-bottom: 20px;
}

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

.craftsmanship-list {
list-style: none;
margin-top: 25px;
}

.craftsmanship-list li {
padding-left: 25px;
position: relative;
margin-bottom: 12px;
color: #555;
}

.craftsmanship-list li:before {
content: '\2713';
position: absolute;
left: 0;
color: #8b7355;
font-weight: 600;
}

.craftsmanship-image img {
width: 100%;
height: auto;
border-radius: 4px;
}

.final-cta-section {
background: #f5f5f5;
padding: 80px 20px;
}

.final-cta-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
}

.final-cta-content h2 {
font-size: 38px;
margin-bottom: 20px;
}

.final-cta-content p {
font-size: 16px;
color: #666;
margin-bottom: 30px;
line-height: 1.7;
}

.cta-features {
display: flex;
justify-content: center;
gap: 30px;
margin-bottom: 35px;
flex-wrap: wrap;
}

.cta-feature {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: #555;
}

.cta-feature-icon {
color: #8b7355;
font-weight: 600;
font-size: 16px;
}

.cta-section {
background: #8b7355;
color: #fff;
text-align: center;
}

.cta-section h2 {
font-size: 38px;
margin-bottom: 15px;
color: #fff;
}

.cta-section p {
font-size: 16px;
margin-bottom: 30px;
}

.cta-btn {
display: inline-block;
background: #fff;
color: #8b7355;
padding: 14px 35px;
text-decoration: none;
border-radius: 4px;
font-weight: 500;
font-size: 15px;
transition: all 0.3s;
}

.cta-btn:hover {
background: #f5f5f5;
transform: translateY(-2px);
}

.cta-btn-outline {
display: inline-block;
background: transparent;
color: #8b7355;
padding: 14px 35px;
text-decoration: none;
border-radius: 4px;
border: 2px solid #8b7355;
font-weight: 500;
font-size: 15px;
transition: all 0.3s;
margin-left: 15px;
}

.cta-btn-outline:hover {
background: #8b7355;
color: #fff;
}

.page-hero {
background: #f5f5f5;
padding: 60px 20px;
text-align: center;
}

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

.page-hero p {
font-size: 18px;
color: #666;
}

.details-section {
background: #fff;
}

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

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

.detail-item i {
font-size: 36px;
color: #8b7355;
margin-bottom: 15px;
}

.detail-item h3 {
font-size: 20px;
margin-bottom: 10px;
}

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

.products-section {
background: #fff;
}

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

.product-card {
background: #f5f5f5;
padding: 30px;
border-radius: 4px;
}

.product-info h3 {
font-size: 24px;
margin-bottom: 15px;
}

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

.product-price {
font-size: 26px;
font-weight: 600;
color: #8b7355;
margin-bottom: 20px;
}

.product-btn {
display: inline-block;
background: #8b7355;
color: #fff;
padding: 12px 30px;
text-decoration: none;
border-radius: 4px;
font-size: 14px;
transition: all 0.3s;
}

.product-btn:hover {
background: #6b5a47;
}

.materials-section {
background: #f5f5f5;
}

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

.material-card {
background: #fff;
padding: 25px;
border-radius: 4px;
text-align: center;
}

.material-card i {
font-size: 36px;
color: #8b7355;
margin-bottom: 15px;
}

.material-card h3 {
font-size: 20px;
margin-bottom: 10px;
}

.material-card p {
font-size: 14px;
color: #666;
}

.finishes-section {
background: #fff;
}

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

.finish-item {
background: #f5f5f5;
padding: 25px;
border-radius: 4px;
}

.finish-item h3 {
font-size: 18px;
margin-bottom: 10px;
}

.finish-item p {
font-size: 14px;
color: #666;
}

.fabric-section {
background: #f5f5f5;
}

.section-intro {
text-align: center;
max-width: 700px;
margin: 0 auto 40px;
color: #666;
}

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

.fabric-card {
background: #fff;
padding: 25px;
border-radius: 4px;
}

.fabric-card h3 {
font-size: 18px;
margin-bottom: 10px;
}

.fabric-card p {
font-size: 14px;
color: #666;
}

.sustainability-section {
background: #fff;
}

.sustainability-content {
max-width: 800px;
margin: 0 auto;
}

.sustainability-text p {
margin-bottom: 20px;
color: #555;
}

.contact-hero {
background: #f5f5f5;
padding: 60px 20px;
text-align: center;
}

.contact-hero h1 {
font-size: 42px;
margin-bottom: 15px;
}

.contact-hero p {
font-size: 18px;
color: #666;
max-width: 700px;
margin: 0 auto;
}

.contact-main {
padding: 70px 20px;
background: #fff;
}

.contact-info-side, .contact-form-side {
background: #fff;
}

.contact-info-side {
display: flex;
flex-direction: column;
gap: 35px;
}

.contact-block {
display: block;
margin-bottom: 0;
padding: 25px;
background: #f9f9f9;
border-radius: 4px;
}

.contact-block .section-label {
margin-bottom: 10px;
}

.contact-block h3 {
font-size: 22px;
margin-bottom: 15px;
margin-top: 0;
color: #1a1a1a;
}

.contact-block p {
font-size: 15px;
color: #555;
line-height: 1.8;
margin-bottom: 0;
}

.contact-section, .contact-main {
background: #fff;
}

.contact-hero {
background: #f5f5f5;
padding: 60px 20px;
text-align: center;
}

.contact-hero h1 {
font-size: 42px;
margin-bottom: 15px;
}

.contact-hero p {
font-size: 18px;
color: #666;
}

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

.contact-info-box h2, .contact-form-box h2, .contact-form-side h2 {
font-size: 32px;
margin-bottom: 20px;
}

.contact-info-box p, .contact-info-side p {
margin-bottom: 30px;
color: #666;
}

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

.contact-item, .contact-block {
gap: 15px;
margin-bottom: 25px;
}

.contact-item i {
font-size: 22px;
color: #8b7355;
margin-top: 5px;
}

.contact-item h3, .contact-block h3 {
font-size: 18px;
margin-bottom: 5px;
}

.contact-item p, .contact-block p {
font-size: 14px;
color: #666;
margin: 0;
}

.form-group {
margin-bottom: 20px;
}

.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 500;
font-size: 14px;
}

.form-group input, .form-group textarea {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
}

.form-group input:focus, .form-group textarea:focus {
outline: none;
border-color: #8b7355;
}

.checkbox-group {
margin-top: 20px;
}

.checkbox-label {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 13px;
cursor: pointer;
}

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

.checkbox-label a {
color: #8b7355;
text-decoration: underline;
}

.submit-btn {
background: #8b7355;
color: #fff;
padding: 14px 40px;
border: none;
border-radius: 4px;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s;
}

.submit-btn:hover {
background: #6b5a47;
}

.map-section {
background: #f5f5f5;
}

.map-container {
border-radius: 4px;
overflow: hidden;
}

.thankyou-section, .error-section {
min-height: calc(100vh - 160px);
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f5;
padding: 60px 20px;
}

.thankyou-content {
min-height: calc(100vh - 170px);
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f5;
padding: 60px 20px;
}

.thankyou-box {
text-align: center;
max-width: 600px;
background: #fff;
padding: 60px 40px;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.thankyou-box i {
font-size: 80px;
color: #8b7355;
margin-bottom: 30px;
}

.thankyou-box h1 {
font-size: 42px;
margin-bottom: 20px;
color: #1a1a1a;
}

.thankyou-box p {
font-size: 16px;
color: #666;
margin-bottom: 20px;
line-height: 1.7;
}

.thankyou-actions {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
margin-top: 35px;
}

.btn-primary {
display: inline-block;
background: #8b7355;
color: #fff;
padding: 14px 35px;
text-decoration: none;
border-radius: 4px;
font-weight: 500;
font-size: 15px;
transition: all 0.3s;
}

.btn-primary:hover {
background: #6b5a47;
transform: translateY(-2px);
}

.btn-secondary {
display: inline-block;
background: transparent;
color: #8b7355;
padding: 14px 35px;
text-decoration: none;
border-radius: 4px;
border: 2px solid #8b7355;
font-weight: 500;
font-size: 15px;
transition: all 0.3s;
}

.btn-secondary:hover {
background: #8b7355;
color: #fff;
}

.thankyou-content-old, .error-content {
text-align: center;
max-width: 600px;
}

.thankyou-content i {
font-size: 80px;
color: #8b7355;
margin-bottom: 30px;
}

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

.error-content h1 {
font-size: 80px;
color: #8b7355;
}

.error-content h2 {
font-size: 32px;
margin-bottom: 15px;
}

.thankyou-content p, .error-content p {
font-size: 16px;
color: #666;
margin-bottom: 30px;
}

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

.policy-section {
background: #fff;
padding: 70px 20px;
}

.policy-section h1 {
font-size: 42px;
margin-bottom: 10px;
}

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

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

.policy-content h2 {
font-size: 28px;
margin-top: 40px;
margin-bottom: 15px;
color: #1a1a1a;
}

.policy-content h3 {
font-size: 22px;
margin-top: 25px;
margin-bottom: 12px;
color: #2c2c2c;
}

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

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

.policy-content li {
margin-bottom: 8px;
color: #555;
line-height: 1.7;
}

footer {
background: #2c2c2c;
color: #fff;
padding: 30px 20px;
}

.footer-container {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}

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

.footer-links {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}

.footer-links a {
color: #fff;
text-decoration: none;
font-size: 13px;
transition: color 0.3s;
}

.footer-links a:hover {
color: #8b7355;
}

.privacy-popup {
position: fixed;
bottom: -100%;
left: 0;
right: 0;
background: #2c2c2c;
color: #fff;
padding: 20px;
z-index: 9999;
transition: bottom 0.5s;
}

.privacy-popup.show {
bottom: 0;
}

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

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

.privacy-content a {
color: #8b7355;
text-decoration: underline;
}

.privacy-content button {
background: #8b7355;
color: #fff;
border: none;
padding: 10px 25px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
white-space: nowrap;
}

@media (max-width: 768px) {
.main-nav {
position: fixed;
top: 60px;
left: -100%;
width: 100%;
background: #fff;
flex-direction: column;
padding: 20px;
box-shadow: 0 5px 10px rgba(0,0,0,0.1);
transition: left 0.3s;
gap: 15px;
}

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

.menu-toggle {
display: block;
}

.hero-content-modern h1 {
font-size: 32px;
}

.hero-content-modern p {
font-size: 16px;
}

.hero-modern {
min-height: 70vh;
}

.intro-grid, .contact-wrapper, .craftsmanship-content {
grid-template-columns: 1fr;
gap: 30px;
}

.intro-stats {
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.values-grid, .features-grid, .process-timeline, .details-grid, .finishes-grid, .fabric-grid {
grid-template-columns: 1fr;
}

.showcase-grid, .testimonials, .products-grid, .materials-grid {
grid-template-columns: 1fr;
}

.intro-text h2, .features-section h2, .process-section h2, .showcase-section h2, .cta-section h2, .page-hero h1 {
font-size: 28px;
}

.thankyou-content h1, .error-content h2 {
font-size: 26px;
}

.error-content h1 {
font-size: 60px;
}

.privacy-content {
flex-direction: column;
text-align: center;
}

.cta-btn-outline {
margin-left: 0;
margin-top: 10px;
}

.hero-cta-group {
flex-direction: column;
align-items: center;
}

.cta-features {
flex-direction: column;
align-items: center;
gap: 15px;
}
}

@media (max-width: 480px) {
body {
font-size: 14px;
}

.hero-content-modern h1 {
font-size: 28px;
}

.hero-modern {
min-height: 60vh;
}

.intro-stats {
grid-template-columns: 1fr;
gap: 20px;
}

.intro-section, .features-section, .process-section, .showcase-section, .cta-section, .details-section, .testimonial-section, .materials-section, .finishes-section, .fabric-section, .sustainability-section, .contact-section, .map-section, .products-section, .values-section, .craftsmanship-section, .final-cta-section {
padding: 50px 15px;
}

.intro-text h2 {
font-size: 24px;
}

.cta-btn, .cta-btn-outline, .cta-primary, .cta-secondary {
padding: 12px 25px;
font-size: 14px;
}
}
