* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: system-ui, -apple-system, sans-serif; line-height: 1.6; color: #333; overflow-x: hidden; background-color: #f5f5f5; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.navbar { background: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: fixed; top: 0; width: 100%; z-index: 1000; padding: 1rem 0; }
.nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.nav-logo img { height: 60px; width: auto; border-radius: 8px; }
.hamburger { display: none; flex-direction: column; cursor: pointer; }
.hamburger .bar { width: 25px; height: 3px; background-color: #8B0000; margin: 3px 0; transition: 0.3s; }
.about-hero { background: linear-gradient(rgba(139, 0, 0, 0.5), rgba(102, 0, 0, 0.6)), url("images-optimized/background-mobile.webp"); background-size: cover; background-position: center; color: white; padding: 90px 0 25px; text-align: center; min-height: 200px; max-width: 100%; box-sizing: border-box; overflow: hidden; }
.about-hero h1 { font-size: 2.2rem; margin-bottom: 0.75rem; font-family: "Pacifico", cursive; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; word-wrap: break-word; overflow-wrap: break-word; hyphens: auto; max-width: 100%; box-sizing: border-box; white-space: normal; margin-left: auto; margin-right: auto; }
.about-hero p { font-size: 1.2rem; opacity: 1; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); font-weight: 500; word-wrap: break-word; overflow-wrap: break-word; hyphens: auto; max-width: 100%; box-sizing: border-box; white-space: normal; margin-left: auto; margin-right: auto; }
@media (max-width: 768px) {
  .about-hero h1 { font-size: 1.8rem; padding: 0 15px; }
  .about-hero p { font-size: 1rem; padding: 0 20px; }
  .container { padding: 0 15px; }
  .navbar { padding: 0.5rem 0; }
  .nav-logo img { height: 50px; }
}
@media (max-width: 480px) {
  .about-hero h1 { font-size: 1.5rem; padding: 0 10px; }
  .about-hero p { font-size: 0.9rem; padding: 0 15px; }
  .container { padding: 0 10px; }
  .nav-logo img { height: 45px; }
}
.story-section { padding: 80px 0; position: relative; }
.story-content { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; min-height: auto; }
.story-text h2 { font-size: 2.5rem; color: #8B0000; margin-bottom: 1.5rem; font-family: "Pacifico", cursive; }
.story-text p { font-size: 1.1rem; color: #666; margin-bottom: 1.5rem; line-height: 1.8; text-align: justify; }
.story-image img { width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
@media (max-width: 768px) {
  .story-content { grid-template-columns: 1fr; gap: 1.5rem; }
  .story-text h2 { font-size: 2rem; }
  .story-text p { font-size: 1rem; }
  .story-section { padding: 40px 0; }
}
.btn { display: inline-block; padding: 12px 30px; text-decoration: none; border-radius: 50px; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 1rem; }
.btn-primary { background: linear-gradient(135deg, #8B0000, #660000); color: white; box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3); }
.floating-actions { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }
.floating-action-btn { width: 60px; height: 60px; border-radius: 50%; border: none; background: #8B0000; color: white; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: all 0.3s ease; }
@media (max-width: 768px) {
  .floating-actions { bottom: 15px; right: 15px; }
  .floating-action-btn { width: 55px; height: 55px; }
}
h1, h2, h3, h4 { font-weight: 600; line-height: 1.2; }
p { margin-bottom: 1rem; }
.main-content { margin-top: 80px; }
section { padding: 40px 0; }
@media (max-width: 768px) {
  .main-content { margin-top: 70px; }
  section { padding: 30px 0; }
}
@media (max-width: 480px) {
  .main-content { margin-top: 65px; }
  section { padding: 25px 0; }
}