/*
Theme Name: Tema Kitsune Law Office
Theme URI: https://criminallawstudy.com
Author: Rizki Handika Putra
Description: Tema WordPress modern, responsif, dan profesional yang dirancang khusus untuk Kitsune Law Office. Mengusung skema warna elegan, terintegrasi penuh dengan Layanan Hukum, Profil Pengacara, Konsultasi, dan Artikel Hukum.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
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: kitsune-law
Tags: custom-menu, custom-logo, featured-images, full-width-template, theme-options, translation-ready, block-styles

Tema Kitsune Law Office WordPress Theme.
Distribusi sesuai ketentuan lisensi GNU General Public License.
*/

/* ==========================================================================
   1. CORE PALETTE & BASE STYLES (NAVY BLUE & ELEGANT GOLD)
   ========================================================================== */

:root {
    --primary-color: #1e3a8a;     /* Biru Gelap (Navy) - Memancarkan kepercayaan */
    --primary-dark: #172554;      /* Biru Lebih Gelap untuk elemen Footer/Header */
    --primary-hover: #1e40af;     /* Warna saat tombol/link disorot mouse */
    --secondary-color: #1f2937;   /* Charcoal / Teks Gelap agar mudah dibaca */
    --accent-color: #d97706;      /* Aksen Emas/Gold untuk tombol CTA atau sorotan */
    --bg-clean: #ffffff;          /* Putih Bersih */
    --bg-light: #f9fafb;          /* Soft Off-White untuk latar belakang seksi tertentu */
    --font-main: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-main);
    color: var(--secondary-color);
    background-color: var(--bg-clean);
    line-height: 1.6;
}

/* Accessibility & Screen Readers (Tetap dipertahankan dari kode asli) */
.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 !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--primary-color);
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Alignments & WP Core Classes (Tetap dipertahankan dari kode asli) */
.alignwide {
    margin-left: -80px;
    margin-right: -80px;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

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

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

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

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: #4b5563;
    text-align: center;
    margin-top: 0.5em;
}

/* Images & Media */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}