/* General styles for the page */.page-kuya-j-restaurant-office {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-kuya-j-restaurant-office__container {max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-kuya-j-restaurant-office__section {padding: 60px 20px;margin-bottom: 20px;background-color: #fff;border-radius: 8px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-kuya-j-restaurant-office__section--dark {background-color: #f0f0f0;}.page-kuya-j-restaurant-office__heading {text-align: center;color: #a04000;margin-bottom: 40px;font-size: 2.5em;}.page-kuya-j-restaurant-office__sub-heading {color: #d46a00;font-size: 1.8em;margin-bottom: 20px;text-align: center;}.page-kuya-j-restaurant-office__text-center {text-align: center;}.page-kuya-j-restaurant-office__button {display: inline-block;background-color: #d46a00;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;margin-top: 20px;}.page-kuya-j-restaurant-office__button:hover {background-color: #a04000;}.page-kuya-j-restaurant-office__hero-section {padding-top: 10px;position: relative;height: 500px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;overflow: hidden;border-radius: 0;box-shadow: none;}.page-kuya-j-restaurant-office__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;}.page-kuya-j-restaurant-office__hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 2;}.page-kuya-j-restaurant-office__hero-content {position: relative;z-index: 3;max-width: 800px;padding: 20px;}.page-kuya-j-restaurant-office__hero-title {font-size: 3.5em;margin-bottom: 15px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-kuya-j-restaurant-office__hero-subtitle {font-size: 1.5em;margin-bottom: 30px;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-kuya-j-restaurant-office__intro-text {font-size: 1.1em;line-height: 1.8;max-width: 800px;margin: 0 auto 30px auto;text-align: center;}.page-kuya-j-restaurant-office__dish-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-kuya-j-restaurant-office__dish-card {background-color: #fefefe;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);text-align: center;transition: transform 0.3s ease;}.page-kuya-j-restaurant-office__dish-card:hover {transform: translateY(-5px);}.page-kuya-j-restaurant-office__dish-image {width: 100%;height: 200px;object-fit: cover;}.page-kuya-j-restaurant-office__dish-content {padding: 20px;}.page-kuya-j-restaurant-office__dish-title {font-size: 1.4em;color: #a04000;margin-bottom: 10px;}.page-kuya-j-restaurant-office__dish-description {font-size: 0.95em;color: #555;margin-bottom: 15px;}.page-kuya-j-restaurant-office__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-kuya-j-restaurant-office__promo-card {background-color: #fefefe;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);text-align: center;padding-bottom: 20px;}.page-kuya-j-restaurant-office__promo-image {width: 100%;height: 220px;object-fit: cover;}.page-kuya-j-restaurant-office__promo-content {padding: 20px;}.page-kuya-j-restaurant-office__promo-title {font-size: 1.5em;color: #d46a00;margin-bottom: 10px;}.page-kuya-j-restaurant-office__promo-description {font-size: 1em;color: #555;margin-bottom: 15px;}.page-kuya-j-restaurant-office__contact-info {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;margin-top: 40px;text-align: left;}.page-kuya-j-restaurant-office__contact-item {flex: 1 1 300px;background-color: #fefefe;padding: 25px;border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);}.page-kuya-j-restaurant-office__contact-item-title {font-size: 1.3em;color: #a04000;margin-bottom: 10px;}.page-kuya-j-restaurant-office__contact-item-text {color: #555;}.page-kuya-j-restaurant-office__faq-list {max-width: 800px;margin: 40px auto 0 auto;}.page-kuya-j-restaurant-office__faq-item {background-color: #fefefe;margin-bottom: 15px;border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);}.page-kuya-j-restaurant-office__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 25px;cursor: pointer;user-select: none;font-weight: bold;color: #a04000;transition: background-color 0.3s ease;}.page-kuya-j-restaurant-office__faq-question:hover {background-color: #fff5e0;}.page-kuya-j-restaurant-office__faq-question h3 {margin: 0;font-size: 1.1em;pointer-events: none;}.page-kuya-j-restaurant-office__faq-toggle {font-size: 1.5em;line-height: 1;pointer-events: none;transition: transform 0.3s ease;}.page-kuya-j-restaurant-office__faq-item.active .page-kuya-j-restaurant-office__faq-toggle {transform: rotate(45deg);}.page-kuya-j-restaurant-office__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;color: #555;}.page-kuya-j-restaurant-office__faq-item.active .page-kuya-j-restaurant-office__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-kuya-j-restaurant-office__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-kuya-j-restaurant-office__blog-card {background-color: #fefefe;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;}.page-kuya-j-restaurant-office__blog-card:hover {transform: translateY(-5px);}.page-kuya-j-restaurant-office__blog-image {width: 100%;height: 200px;object-fit: cover;}.page-kuya-j-restaurant-office__blog-content {padding: 20px;}.page-kuya-j-restaurant-office__blog-title {font-size: 1.3em;color: #a04000;margin-bottom: 10px;}.page-kuya-j-restaurant-office__blog-date {font-size: 0.85em;color: #888;margin-bottom: 10px;}.page-kuya-j-restaurant-office__blog-excerpt {font-size: 0.95em;color: #555;margin-bottom: 15px;}.page-kuya-j-restaurant-office__blog-link {color: #d46a00;text-decoration: none;font-weight: bold;}.page-kuya-j-restaurant-office__blog-link:hover {text-decoration: underline;}/* Responsive adjustments */@media (max-width: 768px) {.page-kuya-j-restaurant-office__section {padding: 40px 15px;}.page-kuya-j-restaurant-office__heading {font-size: 2em;margin-bottom: 30px;}.page-kuya-j-restaurant-office__sub-heading {font-size: 1.5em;}.page-kuya-j-restaurant-office__hero-section {height: 400px;}.page-kuya-j-restaurant-office__hero-title {font-size: 2.5em;}.page-kuya-j-restaurant-office__hero-subtitle {font-size: 1.2em;}.page-kuya-j-restaurant-office__intro-text {font-size: 1em;}.page-kuya-j-restaurant-office__dish-grid, .page-kuya-j-restaurant-office__promo-grid, .page-kuya-j-restaurant-office__blog-grid {grid-template-columns: 1fr;gap: 20px;}.page-kuya-j-restaurant-office__dish-image, .page-kuya-j-restaurant-office__promo-image, .page-kuya-j-restaurant-office__blog-image {height: 180px;}.page-kuya-j-restaurant-office__contact-info {flex-direction: column;gap: 20px;}.page-kuya-j-restaurant-office__contact-item {flex: 1 1 auto;}.page-kuya-j-restaurant-office__faq-question {padding: 15px 20px;}.page-kuya-j-restaurant-office__faq-question h3 {font-size: 1em;}.page-kuya-j-restaurant-office__faq-answer {padding: 0 20px;}.page-kuya-j-restaurant-office__faq-item.active .page-kuya-j-restaurant-office__faq-answer {padding: 15px 20px !important;}.page-kuya-j-restaurant-office__button {padding: 10px 20px;font-size: 0.9em;}/* List item responsive requirements */.page-kuya-j-restaurant-office__dish-grid > *, .page-kuya-j-restaurant-office__promo-grid > *, .page-kuya-j-restaurant-office__contact-info > *, .page-kuya-j-restaurant-office__blog-grid > * {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-kuya-j-restaurant-office__dish-description, .page-kuya-j-restaurant-office__promo-description, .page-kuya-j-restaurant-office__blog-excerpt, .page-kuya-j-restaurant-office__contact-item-text, .page-kuya-j-restaurant-office__faq-answer {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}