/*
Theme Name: Fanindo Sanctuary Garden
Theme URI: https://fanindo.com/sanctuary-garden
Author: PT Fanindo Properti
Author URI: https://fanindo.com
Description: Official custom WordPress theme for Fanindo Sanctuary Garden Batam - Premier Culinary & Lifestyle Hub featuring 24/7 drive-thrus, robotic carwash, fitness club, interactive SVG map, bilingual switching, and dynamic tenant directory.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fanindo-sanctuary
Tags: business, culinary, lifestyle, modern, custom-colors, custom-menu, featured-images, full-width-template, translation-ready
*/

/* Import Theme Styles */
@import url('assets/css/styles.css');

/* ==========================================================================
   WORDPRESS CORE REQUIRED CLASSES & ACCESSIBILITY STYLES
   ========================================================================== */

/* Text meant only for screen readers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
  clip: auto !important;
  clip-path: none;
  color: #0f172a;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 8px;
  line-height: normal;
  padding: 12px 20px;
  text-decoration: none;
  top: 8px;
  width: auto;
  z-index: 100000;
}

/* Alignments */
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.alignwide {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* Captions & Galleries */
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text,
.gallery-caption {
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
  padding-top: 0.5rem;
}

/* WordPress Admin Bar Compatibility */
body.admin-bar .main-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .main-header {
    top: 46px;
  }
}
