/*
Theme Name: Karakoram Expeditions
Theme URI: https://ais-dev-2feppachnzg76npculpogd-727018762618.asia-southeast1.run.app/
Author: Karakoram Expeditions Team
Author URI: https://ais-dev-2feppachnzg76npculpogd-727018762618.asia-southeast1.run.app/
Description: Lightweight Elementor-First WordPress Theme for Karakoram Expeditions. Provides a custom high-altitude header, announcement bar, and footer, while giving Elementor Free complete visual drag-and-drop control over all website pages (Home, Treks, Expeditions, About, Contact).
Version: 1.1.0
Tested up to: 6.7
Requires at least: 6.0
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: karakoram-expeditions
Tags: custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready, elementor
*/

:root {
  --k2-orange: #FF5722;
  --k2-orange-hover: #E64A19;
  --k2-navy: #0B192C;
  --k2-navy-card: #12233B;
  --k2-navy-light: #1A304E;
  --k2-slate-text: #64748B;
  --k2-dark-text: #0F172A;
  --k2-glacier-bg: #F8FAFC;
}

/* Base Reset & Typography */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1e293b;
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* Elementor Canvas & Full-Width Integration */
.site-main.karakoram-page-content,
.site-main.karakoram-elementor-fullwidth,
.elementor-entry {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Allow Elementor boxed sections to align with theme container */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1280px;
}

/* Utilities */
.k2-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.krakatau-kicker {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--k2-orange);
  margin-bottom: 0.5rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--k2-orange);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 10px 25px -5px rgba(255, 87, 34, 0.4);
}

.btn-primary:hover {
  background-color: var(--k2-orange-hover);
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--k2-navy-card);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--k2-navy-light);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-secondary:hover {
  background-color: var(--k2-navy-light);
  transform: translateY(-2px);
}
