/* ===================================== */
/* === ABOUT PAGE SPECIFIC STYLES === */
/* ===================================== */

/* --- GENERAL STYLES FOR THIS PAGE'S CONTENT --- */
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.content-section { padding: 80px 0; }
.content-section.alt-bg { background-color: #ffffff; }
.section-title { text-align: center; margin-bottom: 60px; color: #23140f; font-size: 2.2rem; }
.section-subtitle { color: #b98242; font-weight: 600; margin-bottom: 10px; font-size: 0.9rem; letter-spacing: 1.5px; text-transform: uppercase; }
.section-subtitle.light { color: rgba(255, 255, 255, 0.8); }
h2 { font-size: 2.2rem; }
p { margin-bottom: 1.2em; color: #555; }

/* --- PAGE-SPECIFIC SECTIONS --- */

/* Page Load Animation */
body.page-about { opacity: 0; transition: opacity 0.7s ease-out; }
body.page-about.loaded { opacity: 1; }

/* 1. About Hero Section */
.about-hero { position: relative; height: 75vh; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; }
.hero-bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; z-index: 1; transform: scale(1.05); transition: transform 6s ease-out; }
.page-about.loaded .hero-bg-image { transform: scale(1); }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(35, 20, 15, 0.65); z-index: 2; }
.hero-content { position: relative; z-index: 3; max-width: 800px; padding: 0 20px; }
.hero-content h1 { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; text-shadow: 1px 1px 8px rgba(0,0,0,0.4); }
.hero-content p { font-size: 1.2rem; color: rgba(255, 255, 255, 0.9); font-weight: 300; max-width: 600px; margin: 0 auto; }

/* 2. Philosophy Section */
.philosophy-container { display: flex; align-items: center; gap: 60px; flex-wrap: wrap; }
.philosophy-image { flex: 1; min-width: 300px; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.philosophy-image img { border-radius: 8px; }
.philosophy-text { flex: 1.2; min-width: 300px; }
.philosophy-text h2 { color: #23140f; margin-bottom: 25px; }

/* 3. Craftsmanship Section */
.craftsmanship-section { position: relative; padding: 120px 0; color: #fff; overflow: hidden; }
.parallax-bg { position: absolute; top: 0; left: 0; width: 100%; height: 150%; background-size: cover; background-position: center center; z-index: 1; will-change: transform; }
.parallax-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(35, 20, 15, 0.8); z-index: 2; }
.craftsmanship-content { position: relative; z-index: 3; text-align: center; max-width: 900px; }
.craftsmanship-content h2 { margin-bottom: 25px; color: #fff; text-shadow: 1px 1px 5px rgba(0,0,0,0.2); }
.craftsmanship-content p { color: rgba(255, 255, 255, 0.85); max-width: 700px; margin-left: auto; margin-right: auto; margin-bottom: 50px; }
.craftsmanship-highlights { display: flex; justify-content: space-around; gap: 30px; flex-wrap: wrap; }
.highlight-item { flex: 1; min-width: 200px; max-width: 250px; padding: 20px; background-color: rgba(255, 255, 255, 0.05); border-radius: 8px; border: 1px solid rgba(213, 162, 111, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }
.highlight-item:hover { background-color: rgba(255, 255, 255, 0.1); transform: translateY(-5px); }
.highlight-item i { font-size: 2.5rem; color: #d5a26f; margin-bottom: 15px; display: block; }
.highlight-item h4 { color: #fff; font-size: 1.2rem; margin-bottom: 8px; }
.highlight-item p { font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); margin-bottom: 0; }

/* 4. Founder Section */
.founder-container { display: flex; align-items: center; gap: 60px; flex-wrap: wrap-reverse; }
.founder-text { flex: 1.2; min-width: 300px; }
.founder-text h2 { color: #23140f; margin-bottom: 25px; }
.signature { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.1rem; color: #777; margin-top: 25px; text-align: right; }
.founder-image { flex: 1; min-width: 300px; max-width: 450px; margin: 0 auto; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }

/* 5. Timeline Section */
.timeline-container { position: relative; max-width: 800px; margin: 0 auto; padding: 40px 0; }
.timeline-container::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 3px; height: 100%; background-color: #e0e0e0; border-radius: 3px; }
.timeline-item { position: relative; width: 50%; padding: 20px 40px; box-sizing: border-box; margin-bottom: 30px; }
.timeline-item:nth-child(odd) { left: 0; text-align: right; }
.timeline-item:nth-child(even) { left: 50%; text-align: left; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-icon { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background-color: #d5a26f; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; z-index: 1; box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05); }
.timeline-item:nth-child(odd) .timeline-icon { right: -20px; }
.timeline-item:nth-child(even) .timeline-icon { left: -20px; }
.timeline-content { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); position: relative; border: 1px solid #eee; }
.timeline-content h4 { font-size: 1.3rem; color: #23140f; margin-bottom: 8px; }
.timeline-content p { font-size: 0.95rem; margin-bottom: 0; color: #666; }
.timeline-year { position: absolute; top: 50%; transform: translateY(-50%); background-color: #8a6d51; color: #fff; padding: 5px 10px; border-radius: 4px; font-size: 0.8rem; font-weight: 600; z-index: 1; }
.timeline-item:nth-child(odd) .timeline-year { left: -60px; }
.timeline-item:nth-child(even) .timeline-year { right: -60px; }

/* 6. Values & CTA Section */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 60px; }
.value-card { text-align: center; padding: 30px 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.06); border: 1px solid #eee; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.value-card:hover { transform: translateY(-8px); box-shadow: 0 12px 35px rgba(0,0,0,0.1); }
.value-card i { font-size: 2.8rem; color: #d5a26f; margin-bottom: 20px; }
.value-card h4 { color: #23140f; font-size: 1.3rem; }
.value-card p { font-size: 0.95rem; color: #666; margin-bottom: 0; }
.cta-section { text-align: center; padding-top: 40px; border-top: 1px solid #eee; margin-top: 60px; }
.cta-section h3 { color: #23140f; font-size: 1.8rem; }
.cta-section p { max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-section .btn-primary { margin-top: 20px; padding: 14px 35px; font-size: 1rem; border-radius: 4px; background-color: #d5a26f; color: #fff; box-shadow: 0 4px 15px rgba(213, 162, 111, 0.3); transition: all 0.3s ease; }
.cta-section .btn-primary:hover { background-color: #b98242; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(213, 162, 111, 0.4); }

/* --- ANIMATIONS & KEYFRAMES --- */
.animated { opacity: 0; }
.animated.fadeInUp { animation-name: fadeInUp; }
.animated.fadeInLeft { animation-name: fadeInLeft; }
.animated.fadeInRight { animation-name: fadeInRight; }
.animated.zoomIn { animation-name: zoomIn; }
.visible { opacity: 1; animation-duration: 0.9s; animation-timing-function: cubic-bezier(0.3, 0.8, 0.2, 1); animation-fill-mode: forwards; }
.delay-1 { animation-delay: 0.15s !important; }
.delay-2 { animation-delay: 0.3s !important; }
.delay-3 { animation-delay: 0.45s !important; }
.delay-4 { animation-delay: 0.6s !important; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes zoomIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }

/* --- MEDIA QUERIES --- */
@media (max-width: 1200px) { .hero-content h1 { font-size: 3.2rem; } h2 { font-size: 2.0rem; } }
@media (max-width: 992px) { .content-section { padding: 60px 0; } h2 { font-size: 1.8rem; } .section-title { margin-bottom: 40px; } .about-hero { height: 65vh; min-height: 450px; } .about-hero h1 { font-size: 2.8rem; } .hero-content p { font-size: 1.1rem; } .philosophy-container, .founder-container { gap: 40px; flex-direction: column; } .philosophy-container .philosophy-image, .founder-container .founder-image { order: -1; margin-bottom: 30px; } .philosophy-text, .founder-text { text-align: center; } .signature { text-align: center; } .craftsmanship-section { padding: 100px 0; } .timeline-container::before { left: 20px; } .timeline-item { width: 100%; padding-left: 70px; padding-right: 10px; text-align: left !important; left: 0 !important; margin-bottom: 40px; } .timeline-item:nth-child(odd) .timeline-icon, .timeline-item:nth-child(even) .timeline-icon { left: 0; transform: translateY(-50%); } .timeline-year { display: none; } .timeline-content h4 { margin-top: -5px; } }
@media (max-width: 768px) { .about-hero { height: 60vh; min-height: 400px; } .about-hero h1 { font-size: 2.4rem; } .hero-content p { font-size: 1.0rem; } h2 { font-size: 1.6rem; } .values-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .about-hero h1 { font-size: 2.0rem; } h2 { font-size: 1.4rem; } .content-section { padding: 50px 0; } .highlight-item { min-width: 180px; } .timeline-container::before { left: 15px; } .timeline-item { padding-left: 55px; } .timeline-icon { width: 30px; height: 30px; font-size: 0.9rem; } .timeline-item:nth-child(odd) .timeline-icon, .timeline-item:nth-child(even) .timeline-icon { left: 0; } .timeline-content { padding: 20px; } }