/*
Theme Name: Trailblazer Gift Studio
Theme URI: https://trailblazer.example
Author: Social Crawler Labs
Author URI: https://trailblazer.example
Description: Luxury corporate gifting theme for Trailblazer — The Gift Studio. Custom dark/gold editorial design with serif headlines, scroll animations, and a full inquiry workflow.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: trailblazer
Tags: dark, custom-colors, custom-menu, custom-logo, e-commerce, one-column, two-columns, full-width-template, threaded-comments, translation-ready
*/

/* ============================================================
   This file intentionally left minimal — WordPress requires
   style.css to exist with the header above for the theme to
   be recognized. All actual design rules live in
   assets/css/trailblazer.css and are enqueued via functions.php
   so they load in the correct order alongside Google Fonts.
   ============================================================ */




/* ============================================================
   TRAILBLAZER â€” CUSTOM CSS FOR ELEMENTOR
   Paste this in: Elementor > Site Settings > Custom CSS
   (or your theme's "Additional CSS" panel)
   Also import the Google Fonts link in your theme header:
   <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
   ============================================================ */

:root {
  --black:      #080808;
  --surface:    #111111;
  --surface2:   #161616;
  --gold:       #C9A84C;
  --gold-light: #E8D5A3;
  --gold-dim:   #7A6530;
  --white:      #F5F5F0;
  --muted:      #888880;
  --border:     #242424;
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'DM Sans', system-ui, sans-serif;
}

body.elementor-page {
  background: var(--black) !important;
  color: var(--white);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* â”€â”€ NAV â”€â”€ */
.tb-nav {
  position: fixed !important; top: 0; left: 0; right: 0; z-index: 9999 !important;
  background: rgba(8,8,8,0.92) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border) !important;
}
.tb-nav-logo {
  font-family: var(--serif) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  color: var(--gold-light) !important;
  text-transform: uppercase;
}
.tb-nav-logo .tb-sub {
  color: var(--muted) !important; font-weight: 300; font-size: 11px;
  display: block; letter-spacing: 0.3em; margin-top: -2px;
}
.tb-nav-links a {
  font-size: 12px !important; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted) !important; text-decoration: none;
  transition: color 0.3s;
}
.tb-nav-links a:hover { color: var(--gold-light) !important; }
.tb-nav-cta a {
  font-size: 11px !important; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 10px 24px !important;
  border: 1px solid var(--gold-dim) !important;
  color: var(--gold-light) !important;
  background: transparent !important;
  transition: all 0.3s;
}
.tb-nav-cta a:hover { background: var(--gold) !important; color: var(--black) !important; border-color: var(--gold) !important; }

/* â”€â”€ HERO â”€â”€ */
.tb-hero { padding-top: 76px !important; background: var(--black); overflow: hidden; }
.tb-hero-eyebrow {
  font-size: 11px !important; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold) !important; display: flex; align-items: center; gap: 16px;
}
.tb-hero-eyebrow::before { content: ''; display: inline-block; width: 40px; height: 1px; background: var(--gold); }
.tb-hero-headline {
  font-family: var(--serif) !important;
  font-size: clamp(48px, 5.5vw, 80px) !important;
  font-weight: 300 !important; line-height: 1.1 !important;
  letter-spacing: -0.01em; color: var(--white) !important;
}
.tb-hero-headline em { font-style: italic; color: var(--gold-light) !important; }
.tb-hero-sub { font-size: 14px !important; color: var(--muted) !important; line-height: 1.8 !important; max-width: 400px; }
.btn-primary {
  font-family: var(--sans) !important;
  font-size: 11px !important; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 16px 36px !important;
  background: var(--gold) !important;
  color: var(--black) !important;
  font-weight: 500 !important;
  transition: all 0.3s;
  border: none !important;
}
.btn-primary:hover { background: var(--gold-light) !important; color: var(--black) !important; }
.btn-ghost {
  font-size: 11px !important; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 16px 36px !important;
  border: 1px solid var(--border) !important;
  color: var(--muted) !important;
  background: transparent !important;
  transition: all 0.3s;
}
.btn-ghost:hover { border-color: var(--gold-dim) !important; color: var(--gold-light) !important; }
.tb-hero-stats { display: flex; gap: 48px; margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--border); }
.tb-hero-stat-num {
  font-family: var(--serif) !important; font-size: 36px !important;
  font-weight: 300 !important; color: var(--gold-light) !important; line-height: 1;
}
.tb-hero-stat-label {
  font-size: 11px !important; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--muted) !important; margin-top: 6px;
}
.tb-hero-right {
  position: relative; overflow: hidden; background: var(--surface);
  min-height: 480px;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px;
}
.tb-hero-right::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, var(--black) 0%, transparent 30%);
  pointer-events: none;
}
.tb-hero-placeholder-icon { font-family: var(--serif); font-size: 100px; color: var(--gold); opacity: 0.12; }
.tb-hero-placeholder-text { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }

/* â”€â”€ TRUST BAR â”€â”€ */
.tb-trust-bar {
  background: var(--surface) !important;
  border-top: 1px solid var(--border) !important;
  border-bottom: 1px solid var(--border) !important;
}
.tb-trust-label {
  font-size: 10px !important; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--muted) !important; white-space: nowrap;
  padding-right: 48px; border-right: 1px solid var(--border);
}
.tb-trust-logo-item {
  font-family: var(--serif) !important; font-size: 15px !important;
  letter-spacing: 0.08em; color: var(--muted) !important; font-weight: 400;
  transition: color 0.3s;
}
.tb-trust-logo-item:hover { color: var(--gold-light) !important; }

/* â”€â”€ SECTION BASE â”€â”€ */
.tb-section-eyebrow {
  font-size: 10px !important; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--gold) !important; display: flex; align-items: center; gap: 16px; margin-bottom: 24px;
}
.tb-section-eyebrow::before { content:''; display:inline-block; width:32px; height:1px; background:var(--gold); }
.tb-section-title {
  font-family: var(--serif) !important;
  font-size: clamp(36px, 4vw, 60px) !important;
  font-weight: 300 !important; line-height: 1.1 !important; color: var(--white) !important;
}
.tb-section-title em { font-style: italic; color: var(--gold-light) !important; }
.tb-divider-line { width: 100%; height: 1px; background: var(--border); }

/* â”€â”€ COLLECTIONS â”€â”€ */
.tb-collections { background: var(--black) !important; }
.tb-collections-sub { font-size: 14px !important; color: var(--muted) !important; max-width: 340px; text-align: right; line-height: 1.8; }

.tb-collection-card {
  position: relative !important; overflow: hidden !important;
  aspect-ratio: 4/5; background: var(--surface) !important;
  cursor: pointer;
}
.tb-collection-card .tb-card-bg {
  position: absolute; inset: 0;
  background: var(--surface2);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.tb-collection-card:hover .tb-card-bg { transform: scale(1.04); }
.tb-card-icon { font-family: var(--serif); font-size: 80px; opacity: 0.06; color: var(--gold); user-select: none; }
.tb-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.95) 0%, rgba(8,8,8,0.2) 60%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 40px 36px;
}
.tb-card-tag { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.tb-card-name { font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--white); line-height: 1.2; margin-bottom: 8px; }
.tb-card-desc {
  font-size: 12px; color: var(--muted); line-height: 1.7;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.tb-collection-card:hover .tb-card-desc { max-height: 60px; opacity: 1; }
.tb-card-cta {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-top: 16px; display: flex; align-items: center; gap: 10px;
  opacity: 0; transform: translateY(8px);
  transition: all 0.4s 0.05s;
}
.tb-card-cta::after { content: 'â†’'; transition: transform 0.3s; }
.tb-collection-card:hover .tb-card-cta { opacity: 1; transform: translateY(0); }
.tb-collection-card:hover .tb-card-cta::after { transform: translateX(4px); }

/* â”€â”€ PROCESS â”€â”€ */
.tb-process { background: var(--surface) !important; }
.tb-process-step {
  padding: 48px 36px !important;
  background: var(--surface2) !important;
  border-right: 1px solid var(--border) !important;
  transition: background 0.3s;
}
.tb-process-step:hover { background: #1a1a1a !important; }
.tb-process-num {
  font-family: var(--serif) !important; font-size: 56px !important; font-weight: 300 !important;
  color: var(--gold-dim) !important; line-height: 1; opacity: 0.6; margin-bottom: 24px;
}
.tb-process-name { font-family: var(--serif) !important; font-size: 22px !important; font-weight: 400 !important; color: var(--white) !important; margin-bottom: 12px; }
.tb-process-desc { font-size: 13px !important; color: var(--muted) !important; line-height: 1.8 !important; }

/* â”€â”€ ABOUT â”€â”€ */
.tb-about { background: var(--black) !important; }
.tb-about-img-frame {
  width: 100%; aspect-ratio: 3/4; background: var(--surface);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.tb-about-img-frame::before {
  content: ''; position: absolute; top: 32px; left: -20px;
  width: 1px; height: 60%;
  background: linear-gradient(to bottom, transparent, var(--gold-dim), transparent);
}
.tb-about-placeholder-text { font-family: var(--serif); font-size: 80px; color: var(--gold); opacity: 0.15; }
.tb-about-quote {
  font-family: var(--serif) !important; font-size: 28px !important; font-weight: 300 !important; font-style: italic;
  color: var(--gold-light) !important; line-height: 1.4 !important;
  padding-left: 24px; border-left: 2px solid var(--gold-dim);
}
.tb-about-body { font-size: 14px !important; color: var(--muted) !important; line-height: 1.9 !important; }
.tb-about-name { font-family: var(--serif) !important; font-size: 20px !important; color: var(--white) !important; }
.tb-about-title-label { font-size: 11px !important; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold) !important; }
.tb-gold-rule { width: 60px; height: 1px; background: var(--gold); }

/* â”€â”€ TESTIMONIALS â”€â”€ */
.tb-testimonials { background: var(--surface) !important; }
.tb-testi-rating { font-family: var(--serif) !important; font-size: 48px !important; font-weight: 300 !important; color: var(--gold-light) !important; line-height: 1; text-align: right; }
.tb-testi-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; text-align: right; }
.tb-testi-count { font-size: 12px; color: var(--muted); text-align: right; }
.tb-testi-card {
  background: var(--surface2) !important;
  padding: 40px 36px !important;
  border: 1px solid var(--border) !important;
  transition: border-color 0.3s;
}
.tb-testi-card:hover { border-color: var(--gold-dim) !important; }
.tb-testi-stars-sm { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 20px; }
.tb-testi-text {
  font-family: var(--serif) !important; font-size: 17px !important; font-weight: 300 !important; font-style: italic;
  color: var(--white) !important; line-height: 1.7 !important;
}
.tb-testi-author { font-size: 12px !important; color: var(--muted) !important; letter-spacing: 0.05em; }
.tb-testi-author strong { display: block; color: var(--white); font-weight: 400; margin-bottom: 2px; font-size: 13px; }

/* â”€â”€ INQUIRY â”€â”€ */
.tb-inquiry { background: var(--black) !important; }
.tb-inquiry-body { font-size: 14px !important; color: var(--muted) !important; line-height: 1.9 !important; max-width: 400px; }
.tb-inquiry-contact-item { display: flex; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.tb-inquiry-contact-icon { font-size: 16px; color: var(--gold); }
.tb-inquiry-contact-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.tb-inquiry-contact-value { font-size: 14px; color: var(--white); margin-top: 2px; }

.tb-form-wrap { padding: 56px !important; background: var(--surface) !important; border: 1px solid var(--border) !important; }
.tb-form-title { font-family: var(--serif) !important; font-size: 28px !important; font-weight: 300 !important; color: var(--white) !important; }
.tb-form-sub { font-size: 13px !important; color: var(--muted) !important; }

/* Elementor Pro Form field styling */
.tb-form-wrap .elementor-field-group .elementor-field-label {
  font-size: 10px !important; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted) !important; margin-bottom: 10px !important;
}
.tb-form-wrap .elementor-field,
.tb-form-wrap select.elementor-field-textual,
.tb-form-wrap textarea.elementor-field-textual,
.tb-form-wrap input.elementor-field-textual {
  width: 100%; background: var(--surface2) !important;
  border: 1px solid var(--border) !important;
  color: var(--white) !important; font-family: var(--sans) !important;
  font-size: 14px !important; font-weight: 300;
  padding: 14px 16px !important; appearance: none;
  transition: border-color 0.3s;
}
.tb-form-wrap input:focus,
.tb-form-wrap select:focus,
.tb-form-wrap textarea:focus { border-color: var(--gold-dim) !important; outline: none; }
.tb-form-wrap textarea { resize: vertical; min-height: 100px; }
.tb-form-wrap .elementor-button,
.form-submit {
  width: 100%; background: var(--gold) !important; color: var(--black) !important;
  font-family: var(--sans) !important; font-size: 11px !important; letter-spacing: 0.2em;
  text-transform: uppercase; padding: 16px !important; font-weight: 500 !important;
  border: none !important; transition: all 0.3s;
}
.tb-form-wrap .elementor-button:hover,
.form-submit:hover { background: var(--gold-light) !important; }

/* â”€â”€ FOOTER â”€â”€ */
.tb-footer { background: var(--surface) !important; border-top: 1px solid var(--border); }
.tb-footer-brand-name { font-family: var(--serif) !important; font-size: 24px !important; color: var(--gold-light) !important; letter-spacing: 0.08em; }
.tb-footer-brand-sub { font-size: 11px !important; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted) !important; }
.tb-footer-brand-desc { font-size: 13px !important; color: var(--muted) !important; line-height: 1.8 !important; }
.tb-footer-col-title { font-size: 11px !important; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white) !important; margin-bottom: 16px; }
.tb-footer-links a { font-size: 13px !important; color: var(--muted) !important; text-decoration: none; line-height: 2.4; transition: color 0.3s; }
.tb-footer-links a:hover { color: var(--gold-light) !important; }
.tb-footer-bottom { border-top: 1px solid var(--border); padding-top: 32px !important; }
.tb-footer-copy, .tb-footer-credit { font-size: 12px !important; color: var(--muted) !important; }
.tb-footer-credit span { color: var(--gold-dim); }

/* â”€â”€ WHATSAPP FLOAT â”€â”€ */
.tb-whatsapp-float {
  position: fixed !important; bottom: 32px; right: 32px; z-index: 9998 !important;
  width: 52px; height: 52px;
  background: #25D366 !important;
  border-radius: 50% !important;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
  transition: transform 0.3s;
}
.tb-whatsapp-float:hover { transform: scale(1.08); }
.tb-whatsapp-float svg { width: 26px; height: 26px; fill: white; }

/* â”€â”€ EXTRA HOVER / ENTRANCE POLISH (supplements Elementor's built-in entrance animations) â”€â”€ */
.tb-hover-lift { transition: transform 0.4s ease; }
.tb-hover-lift:hover { transform: translateY(-4px); }

@media (max-width: 1024px) {
  .tb-hero, .tb-about, .tb-inquiry { grid-template-columns: 1fr !important; }
  .tb-collections-grid, .tb-process-grid, .tb-testi-grid { grid-template-columns: 1fr !important; }
}
