/*
Theme Name: globaltactic
Theme URI: https://globaltactic.com/
Author: Your Name
Author URI: https://globaltactic.com/
Description: A professional, minimalist WordPress theme built with Bootstrap and ample whitespace, designed for blog-style content.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globaltactic
*/

/* Base typography and layout tweaks (theme-specific) */

.site-header {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[data-bs-theme="dark"] .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* Full-width offcanvas (Bootstrap 5) */
.globaltactic-offcanvas-full {
  --bs-offcanvas-width: min(100vw, 100%);
  width: 100%;
  max-width: 100vw;
}

.globaltactic-menu-toggle {
  line-height: 1;
}

/* Floating theme (contrast) toggle */
.globaltactic-theme-toggle {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1040;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.globaltactic-theme-toggle .bi {
  font-size: 1.35rem;
  line-height: 1;
}

.site-branding a {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-main {
  padding: 3rem 0;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.9rem;
  color: #666666;
}

[data-bs-theme="dark"] .site-footer {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: #adb5bd;
}

/* Homepage grid */
.globaltactic-post-grid .card {
  border: none;
  border-radius: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.globaltactic-post-grid .card-img-top {
  border-radius: 0;
}

.globaltactic-post-grid .card-body {
  padding: 1.75rem 1.75rem 1.5rem;
}

.globaltactic-post-grid .card-title a {
  color: inherit;
}

.globaltactic-post-grid .post-meta {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888888;
}

.globaltactic-post-grid .post-highlight {
  border-top: 3px solid #0d6efd;
}

/* Single post layout */
.single-hero {
  margin-bottom: 3.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 2.5rem;
}

.single-hero-title {
  font-size: clamp(2.6rem, 4.2vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.single-hero-teaser {
  font-size: 1.1rem;
  color: #4a4a4a;
  max-width: 44rem;
}

.single-hero-image {
  margin-top: 2.5rem;
}

.single-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.single-meta {
  margin-top: 1.75rem;
  font-size: 0.9rem;
  color: #777777;
}

.single-meta .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  margin-right: 0.9rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.single-meta .author-name {
  font-weight: 600;
}

.single-meta .text-muted {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.entry-content {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.02rem;
  line-height: 1.7;
}

.entry-content > * + * {
  margin-top: 1.35rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 2.3rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.entry-content blockquote {
  padding-left: 1.5rem;
  border-left: 3px solid #0d6efd;
  color: #555555;
  font-style: italic;
}

.entry-content img {
  border-radius: 10px;
}

.entry-footer {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 0.9rem;
  color: #777777;
}

.entry-footer a {
  text-decoration: underline;
}

.comments-area {
  margin-top: 4rem;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.comments-area > h2 {
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}

.comment-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.comment-list .comment {
  padding: 1.5rem 1.5rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #fafafa;
  margin-bottom: 1.25rem;
}

.comment-list .children {
  list-style: none;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #777777;
  margin-bottom: 0.5rem;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.comment-author .avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
}

.comment-author cite {
  font-style: normal;
  font-weight: 500;
}

.comment-metadata a {
  color: #a0a0a0;
  text-decoration: none;
}

.comment-metadata a:hover {
  text-decoration: underline;
}

.comment-content {
  margin-top: 0.35rem;
  font-size: 0.96rem;
}

.comment-reply-link {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.comment-respond {
  margin-top: 2.5rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.comment-respond label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777777;
}

.comment-respond .form-control {
  border-radius: 999px;
  padding: 0.55rem 1rem;
}

.comment-respond textarea.form-control {
  border-radius: 16px;
  min-height: 140px;
}

.comment-respond .btn {
  padding-inline: 1.75rem;
  border-radius: 999px;
}

