/*
Theme Name: EcoNomad 2026
Theme URI: https://imse.kg/themes/economad2026
Author: IMS Bishkek
Author URI: https://imse.kg
Description: Premium outdoor tourism theme for EcoNomad — tour catalog, artisan map, points of interest, B2B partner portal. Built on Bootstrap 5 + Metabox. Photo-driven, storytelling, with brand patterns from Kyrgyz craft traditions.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
License: Proprietary
License URI: https://imse.kg
Text Domain: economad2026
Tags: tourism, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Theme overrides for production use */

/* Allow .ec-doc to scale on smaller screens — design was 1440px-fixed */
.ec-doc{width:100%;max-width:1440px}

/* WP body padding reset */
body.wp-admin-bar-active{padding-top:0}

/* WP admin bar fix for sticky header */
@media (min-width:783px){
  body.admin-bar .doc-header{top:32px}
}
@media (max-width:782px){
  body.admin-bar .doc-header{top:46px}
}

/* Image alignment helpers (WP standard) */
.alignleft{float:left;margin:0 24px 16px 0}
.alignright{float:right;margin:0 0 16px 24px}
.aligncenter{display:block;margin-left:auto;margin-right:auto}

/* Screen-reader text */
.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;width:1px;word-wrap:normal!important}

/* WP gallery / caption */
.wp-caption{max-width:100%;margin-bottom:24px}
.wp-caption-text{font-size:14px;color:var(--ec-text-muted);text-align:center;font-style:italic;padding:6px 0}

/* Sticky footer pattern (so footer always at bottom on short pages) */
body{display:flex;flex-direction:column;min-height:100vh}
.ec-doc{display:flex;flex-direction:column;flex:1}
.ec-doc > main{flex:1}

/* Embedded videos — responsive */
.responsive-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--r-3)}
.responsive-embed iframe,.responsive-embed object,.responsive-embed embed{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
