* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Lora', serif; background-color: #faf7f2; color: #4a3b36; line-height: 1.6; } h1, h2, h3 { font-family: 'Playfair Display', serif; color: #8c4a32; } img { width: 100%; height: auto; object-fit: cover; } a { color: #8c4a32; text-decoration: none; } .awc-top-nav { position: sticky; top: 0; background: #faf7f2; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 4vw; z-index: 100; border-bottom: 1px solid #eaddd0; } .awc-brand { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; letter-spacing: 1px; } .awc-menu a { margin-left: 2rem; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; } .awc-hero-module { text-align: center; padding: 6rem 4vw 4rem; display: flex; flex-direction: column; align-items: center; } .awc-headline { font-size: 3.5rem; margin-bottom: 1.5rem; line-height: 1.1; max-width: 800px; } .awc-subhead { font-size: 1.25rem; margin-bottom: 2.5rem; max-width: 600px; color: #6b5750; } .awc-btn-primary { background: #8c4a32; color: #fff; padding: 1rem 2.5rem; font-family: 'Playfair Display', serif; font-size: 1.1rem; border: none; cursor: pointer; transition: background 0.3s ease; } .awc-btn-primary:hover { background: #6b3724; } .awc-hero-visual { margin-top: 4rem; max-width: 1000px; width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 20px 40px rgba(74, 59, 54, 0.1); } .awc-origins-sect { padding: 6rem 4vw; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; background: #f0e6da; } .awc-section-title { font-size: 2.5rem; margin-bottom: 2rem; } .awc-origins-content p { margin-bottom: 1.5rem; font-size: 1.1rem; } .awc-stat-counter { font-size: 1.5rem; font-weight: bold; color: #8c4a32; } .awc-origins-img { border-radius: 8px; overflow: hidden; } .awc-therapies-grid { padding: 6rem 4vw; text-align: center; } .awc-cards-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-top: 3rem; } .awc-therapy-card { background: #fff; padding: 2rem; border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.05); text-align: left; } .awc-therapy-card img { border-radius: 4px; margin-bottom: 1.5rem; aspect-ratio: 4/3; } .awc-card-title { font-size: 1.5rem; margin-bottom: 1rem; } .awc-feedback-sect { padding: 5rem 4vw; background: #8c4a32; color: #faf7f2; text-align: center; } .awc-feedback-sect .awc-section-title { color: #faf7f2; } .awc-testimonials-flex { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; margin-top: 3rem; } .awc-testimonial-item { max-width: 400px; } .awc-testimonial-item img { width: 80px; height: 80px; border-radius: 50%; border: 3px solid #d9bba0; margin-bottom: 1.5rem; } .awc-quote { font-style: italic; font-size: 1.2rem; margin-bottom: 1rem; } .awc-author { font-family: 'Playfair Display', serif; font-weight: 700; color: #d9bba0; } .awc-contact-module { padding: 6rem 4vw; max-width: 800px; margin: 0 auto; text-align: center; } .awc-form { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2.5rem; } .awc-form input, .awc-form textarea { width: 100%; padding: 1rem; border: 1px solid #d9bba0; background: #fff; font-family: 'Lora', serif; font-size: 1rem; color: #4a3b36; } .awc-form textarea { min-height: 150px; resize: vertical; } .awc-footer-base { background: #4a3b36; color: #d9bba0; padding: 4rem 4vw 2rem; text-align: center; font-size: 0.9rem; } .awc-footer-info p { margin-bottom: 0.8rem; } .awc-disclaimer { font-size: 0.75rem; opacity: 0.7; margin-top: 1.5rem !important; } .awc-footer-links { margin: 2rem 0; } .awc-footer-links a { color: #faf7f2; margin: 0 1rem; text-decoration: underline; } .awc-copyright { margin-top: 2rem; opacity: 0.8; } @media (max-width: 768px) { .awc-origins-sect { grid-template-columns: 1fr; } .awc-headline { font-size: 2.5rem; } .awc-top-nav { flex-direction: column; gap: 1rem; } .awc-menu a { margin: 0 1rem; } }