/*
Theme Name:  BenTark Hotel
Theme URI:   https://bentarkhotel.com
Author:      BenTark Hotel Development Team
Author URI:  https://bentarkhotel.com
Description: A luxury-minimalist WordPress theme for BenTark Hotel, Bole Sub-city, Addis Ababa. Fully editable via the WordPress Customizer and 100% Elementor-compatible. All content — text, images, buttons — is controlled through the Dashboard without touching code.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bentark-hotel
Tags:        hotel, luxury, elementor, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  IMPORTANT: This file is the WordPress theme identifier.
  ALL luxury styling lives in assets/css/custom.css.
  This file intentionally contains only the WP header
  and a minimal reset so WordPress recognises the theme.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/

/* ── Minimal base reset (rest of styling is in custom.css) ── */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── WordPress core alignment helpers ── */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.alignfull   { width: 100vw; margin-left: calc(50% - 50vw); }
.alignwide   { width: 100%; }

/* ── WordPress-generated classes ── */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875em; color: #888; margin-top: 0.5em; }
.sticky { /* post marked sticky */ }
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
}

/* ── Skip-to-content accessibility link ── */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
}
