/*
Theme Name: Black Tie
Theme URI: https://blacktie.am
Author: Black Tie Team
Author URI: https://blacktie.am
Description: Premium luxury WordPress theme for Black Tie - Business and VIP chauffeur transfer service in Armenia. Dark luxury aesthetic with multilingual support (EN/HY/RU).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: blacktie
Tags: luxury, business, chauffeur, dark, minimal, multilingual

Black Tie WordPress Theme, Copyright 2026
Black Tie is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset & Normalize
2.0 Typography
3.0 Layout
4.0 Header
5.0 Hero
6.0 Forms
7.0 Buttons
8.0 Components
9.0 Footer
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset & Normalize
--------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 300;
  font-size: 16px;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 400;
}

p {
  font-weight: 300;
  margin: 0 0 1rem 0;
  line-height: 1.7;
}

.text-gold {
  color: #B9975B;
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-small {
  font-size: 0.875rem;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/

.site-main {
  background-color: #000000;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-narrow {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 6rem 0;
}

.bg-black {
  background-color: #000000;
}

.bg-zinc {
  background-color: #18181b;
}

/*--------------------------------------------------------------
4.0 Header
--------------------------------------------------------------*/

.site-header {
  background-color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-logo {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.main-navigation {
  display: none;
}

.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.main-navigation a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.main-navigation a:hover {
  color: #ffffff;
}

.language-switcher {
  display: flex;
  gap: 0.5rem;
}

.language-switcher a {
  padding: 0.25rem 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.language-switcher a.active,
.language-switcher a:hover {
  color: #B9975B;
}

.mobile-menu-toggle {
  display: block;
  color: #ffffff;
  padding: 0.5rem;
}

/*--------------------------------------------------------------
5.0 Hero
--------------------------------------------------------------*/

.hero-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 6rem 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  border: 1px solid #B9975B;
  color: #B9975B;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.hero-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

.booking-form {
  max-width: 720px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.form-field {
  width: 100%;
  padding: 0.875rem 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: inherit;
  font-weight: 300;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-field:focus {
  outline: none;
  border-color: #B9975B;
}

.form-field::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

input[type="date"],
input[type="time"] {
  color-scheme: dark;
}

/*--------------------------------------------------------------
7.0 Buttons
--------------------------------------------------------------*/

.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.btn-gold {
  background-color: #B9975B;
  color: #000000;
}

.btn-gold:hover {
  background-color: #C9A76B;
}

.btn-full {
  width: 100%;
}

/*--------------------------------------------------------------
8.0 Components
--------------------------------------------------------------*/

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
}

.benefit-item {
  text-align: center;
}

.benefit-icon {
  color: #B9975B;
  width: 48px;
  height: 48px;
  margin: 0 auto 1.5rem;
}

.benefit-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.benefit-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* Fleet Grid */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.fleet-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s ease;
}

.fleet-card:hover {
  border-color: rgba(185, 151, 91, 0.3);
}

.fleet-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fleet-content {
  padding: 2rem;
}

.fleet-category {
  color: #B9975B;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
}

.fleet-name {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.fleet-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* Service Areas */
.service-area {
  margin-bottom: 3rem;
}

.service-title {
  color: #B9975B;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.service-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/*--------------------------------------------------------------
9.0 Footer
--------------------------------------------------------------*/

.site-footer {
  background-color: #18181b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 0 2rem;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-widget-title {
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 1rem;
}

.footer-widget p,
.footer-widget a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
}

.footer-widget a:hover {
  color: #B9975B;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

@media (min-width: 768px) {
  .main-navigation {
    display: block;
  }
  
  .mobile-menu-toggle {
    display: none;
  }
  
  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .footer-widgets {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*--------------------------------------------------------------
Custom Scrollbar
--------------------------------------------------------------*/

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: rgba(185, 151, 91, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(185, 151, 91, 0.5);
}

/*--------------------------------------------------------------
Selection Color
--------------------------------------------------------------*/

::selection {
  background-color: rgba(185, 151, 91, 0.3);
  color: #ffffff;
}

::-moz-selection {
  background-color: rgba(185, 151, 91, 0.3);
  color: #ffffff;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #B9975B;
  outline-offset: 2px;
}

.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;
}

/*--------------------------------------------------------------
WordPress Core
--------------------------------------------------------------*/

.alignleft {
  float: left;
  margin-right: 1.5rem;
}

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

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

.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 {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
