/*
Theme Name: Audit Bisnis
Theme URI: https://www.restorantaraso.com/
Author: Taraso
Author URI: https://www.restorantaraso.com/
Description: Situs resmi Audit Bisnis — plugin audit kecocokan numerology antara data pribadi dan data bisnis (Life Path, Nomor Nama, Siklus 9 Tahunan, dan arketipe kategori). Tema ini menampilkan halaman depan yang menjelaskan metode, cara kerja, dan menyematkan form audit [audit_bisnis] langsung di beranda.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: audit-bisnis-theme
*/

/* ============================================================
   DESIGN TOKENS — selaras dengan tema visual "Dua Tablet"
   milik plugin Audit Bisnis, diperluas untuk seluruh situs.
   ============================================================ */
:root {
  --ab-bg: #12141d;
  --ab-bg-deep: #0b0c13;
  --ab-marble: #e9e4d6;
  --ab-marble-ink: #2b2a24;
  --ab-clay: #2c2419;
  --ab-clay-ink: #ecd9b8;
  --ab-gold: #c9a227;
  --ab-gold-soft: #e4c766;
  --ab-verdigris: #6f9c8d;
  --ab-text: #e7e5db;
  --ab-muted: #9aa0b4;
  --ab-border: rgba(233, 228, 214, 0.14);
  --font-display: 'Cormorant Garamond', serif;
  --font-number: 'Spectral', serif;
  --font-label: 'Rajdhani', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ab-bg-deep);
  color: var(--ab-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
button { font-family: inherit; cursor: pointer; }

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

.eyebrow {
  font-family: var(--font-label);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--ab-verdigris);
  margin: 0 0 0.75rem;
}

.section {
  position: relative;
  padding: 5.5rem 0;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  line-height: 1.2;
  color: var(--ab-marble);
  max-width: 640px;
}
.section-title em {
  font-style: italic;
  color: var(--ab-gold-soft);
}
.section-lede {
  color: var(--ab-muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 560px;
  margin-top: 1rem;
}
.section-head {
  margin-bottom: 3rem;
}
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .section-title,
.section-head.center .section-lede { margin-left: auto; margin-right: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.9rem;
  border-radius: 10px;
  font-family: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  border: 1px solid transparent;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.btn-gold {
  border-color: var(--ab-gold);
  background: linear-gradient(180deg, var(--ab-gold-soft), var(--ab-gold));
  color: #241c07;
}
.btn-gold:hover { filter: brightness(1.06); transform: translateY(-1px); }
.btn-ghost {
  border-color: var(--ab-border);
  color: var(--ab-text);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--ab-gold); color: var(--ab-gold-soft); }

.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.abt-skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 100;
  background: var(--ab-gold);
  color: #241c07;
  padding: 0.7rem 1.2rem;
  border-radius: 0 0 8px 8px;
  font-family: var(--font-label);
  font-weight: 700;
  font-size: 0.85rem;
  transition: top 0.2s ease;
}
.abt-skip-link:focus {
  top: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--ab-gold-soft);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
