/* Drauger Inc — tactical homepage */

.tactical-home h1,
.tactical-home h2,
.tactical-home h3 {
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* Hero */
.ops-hero {
  position: relative;
  min-height: min(92vh, 52rem);
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 2rem) 0 var(--space-2xl);
  overflow: hidden;
  color: var(--text-light);
  border-bottom: 1px solid var(--border);
}

.ops-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ops-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.ops-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(245, 158, 11, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.4) 0%, rgba(5, 8, 22, 0.92) 75%, var(--ink-soft) 100%);
}

.ops-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
}

.ops-hero__logo {
  margin: 0 auto var(--space-lg);
  width: min(20rem, 88vw);
  animation: ops-logo-glow 5s ease-in-out infinite;
}

.ops-hero__logo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ops-hero__title {
  margin: 0 0 var(--space-sm);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
}

@keyframes ops-logo-glow {
  0%, 100% {
    filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.55));
  }
  50% {
    filter: drop-shadow(0 10px 42px rgba(245, 158, 11, 0.28));
  }
}

.ops-hero__sub {
  margin: 0 0 var(--space-md);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.ops-hero__tagline {
  margin: 0 0 var(--space-xl);
  font-size: var(--fs-lg);
  font-weight: 500;
  color: var(--amber);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ops-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  justify-content: center;
}

.ops-hero__actions .btn {
  min-width: 11rem;
  padding: 0.7rem 1.35rem;
  font-size: var(--fs-sm);
}

/* Product sections */
.ops-section {
  padding: var(--space-2xl) 0;
  border-bottom: 1px solid var(--border);
}

.ops-section--alt {
  background: var(--storm-navy);
}

.ops-section__grid {
  display: grid;
  gap: var(--space-xl);
  align-items: center;
}

@media (min-width: 56rem) {
  .ops-section__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ops-section__grid--reverse .ops-section__copy {
    order: 2;
  }

  .ops-section__grid--reverse .ops-section__visual {
    order: 1;
  }
}

.ops-kicker {
  margin: 0 0 var(--space-xs);
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
}

.ops-section h2 {
  margin: 0 0 var(--space-md);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--text-light);
}

.ops-section__lead {
  margin: 0 0 var(--space-lg);
  color: var(--text-muted);
  font-size: var(--fs-lg);
  max-width: 36rem;
  line-height: 1.6;
}

.ops-list {
  margin: 0 0 var(--space-lg);
  padding: 0;
  list-style: none;
}

.ops-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: var(--space-sm);
  color: var(--text-muted);
  font-size: var(--fs-base);
}

.ops-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
}

.ops-section__visual {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--ink);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ops-section__visual:hover {
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.12), var(--shadow-md);
}

.ops-section__visual img {
  width: 100%;
  display: block;
}

.ops-badge {
  display: inline-block;
  margin-bottom: var(--space-md);
  padding: 0.25rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--amber);
  border-radius: 4px;
}

.ops-badge--support {
  background: var(--steel);
  color: var(--text-light);
}

/* Who we serve */
.ops-serve-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  margin-top: var(--space-lg);
}

.ops-serve-card {
  padding: var(--space-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.ops-serve-card:hover {
  transform: translateY(-2px);
  border-color: var(--steel-mid);
}

.ops-serve-card h3 {
  margin: 0 0 var(--space-sm);
  font-size: var(--fs-lg);
  color: var(--text-light);
}

.ops-serve-card p {
  margin: 0;
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

/* Mission */
.ops-mission {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

.ops-shields-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  margin: var(--space-xl) 0;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.ops-shield-pillar {
  padding: var(--space-md);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ops-shield-pillar:hover {
  border-color: var(--amber);
  box-shadow: 0 0 24px rgba(245, 158, 11, 0.1);
}

.ops-shield-pillar strong {
  display: block;
  margin-bottom: var(--space-xs);
  font-size: var(--fs-sm);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
}

.ops-shield-pillar span {
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.ops-mission__tagline {
  margin: var(--space-lg) 0 0;
  font-size: var(--fs-xl);
  font-weight: 700;
  color: var(--amber);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Contact block on home */
.ops-contact .auric-contact-card {
  background: var(--surface);
  border-color: var(--border);
}

/* Motion */
@keyframes ops-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@keyframes ops-radar {
  0% { transform: scale(0.92); opacity: 0.35; }
  100% { transform: scale(1.08); opacity: 0; }
}

.ops-hero__bg::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 18%;
  width: 12rem;
  height: 12rem;
  border: 1px solid var(--amber);
  border-radius: 50%;
  animation: ops-radar 4s ease-out infinite;
  pointer-events: none;
}

.ops-section--flagship .ops-section__visual {
  position: relative;
}

.ops-alert-pulse {
  animation: ops-pulse 2s ease-in-out infinite;
}

/* Inner pages — inherit tactical theme */
.auric-page {
  background: var(--ink-soft);
}

.auric-page .auric-page-main {
  min-height: 60vh;
}

.auric-page .auric-section h1,
.auric-page .auric-section h2 {
  color: var(--text-light);
}

.auric-page .lead,
.auric-page .auric-section-intro,
.auric-page .auric-closing {
  color: var(--text-muted);
}

.auric-page .auric-doc-links a {
  font-weight: 600;
  color: var(--amber);
}

.auric-page .auric-doc-links li {
  color: var(--text-muted);
}

.auric-page .auric-results-table th,
.auric-page .auric-results-table td {
  background: var(--surface);
  border-color: var(--border);
  color: var(--text-muted);
}

.auric-page .auric-results-table thead th {
  background: var(--steel);
  color: var(--amber);
}

.auric-page .auric-results-table tbody th {
  color: var(--text-light);
}

.auric-page .auric-verify-steps li {
  color: var(--text-muted);
}

.auric-page .auric-truth-notice {
  border-color: rgba(var(--accent-rgb), 0.4);
  background: var(--amber-soft);
  color: var(--text-light);
}

.auric-page .spec-table th,
.auric-page .spec-table td {
  background: var(--surface);
  border-color: var(--border);
  color: var(--text-muted);
}

.auric-page .spec-table thead th {
  background: var(--steel);
  color: var(--amber);
}

.auric-page .spec-table tbody th {
  color: var(--text-light);
}

.auric-page code {
  padding: 0.1em 0.35em;
  border-radius: 3px;
  background: var(--steel);
  color: var(--amber);
  font-size: 0.9em;
}

.auric-page .auric-contact-note {
  color: var(--text-muted);
}

@media (prefers-reduced-motion: reduce) {
  .ops-hero__bg::after,
  .ops-alert-pulse,
  .ops-hero__logo {
    animation: none;
  }

  .ops-serve-card:hover,
  .ops-section__visual:hover,
  .ops-shield-pillar:hover {
    transform: none;
  }
}
