/*
Theme Name: Eqwosept Theme
Theme URI: https://eqwosept.com/
Author: Antigravity Custom Theme
Author URI: https://eqwosept.com/
Description: Custom high-end pixel-perfect WordPress theme for Eqwosept (Equine Physical Therapies by Lucia Zamolo). Lightweight, responsive, TranslatePress ready, and ACF Pro integrated. Completely clean native CSS architecture.
Version: 3.6.2
Text Domain: eqwosept
*/

/* ==========================================================================
   1. FONTS & LUXURY DESIGN SYSTEM
   ========================================================================== */
@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Avenir Light'), local('Avenir-Light'),
         url('/wp-content/uploads/Avenir-Light.ttf') format('truetype'),
         url('https://eqwosept.com/wp-content/uploads/Avenir-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Javacom';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Javacom'),
         url('/wp-content/uploads/javacom.ttf') format('truetype'),
         url('https://eqwosept.com/wp-content/uploads/javacom.ttf') format('truetype');
}

:root {
    /* Brand Palette (Strictly Preserved - Live Site) */
    --color-primary: #00594E;
    --color-primary-dark: #092426;
    --color-dark-teal: #1A3C34;
    --color-deep-dark: #092426;
    --color-sage: #AABCB2;
    --color-sage-dark: #5A7D71;
    --color-light-bg: #E7EAE7;
    --color-soft-mint: #F4F6F4;
    --color-section-bg: #F7F7F7;
    --color-text-dark: #1D1D1B;
    --color-text-body: #54595F;
    --color-white: #FFFFFF;
    
    /* Glassmorphism & Accent Glows */
    --glass-bg-light: rgba(255, 255, 255, 0.85);
    --glass-bg-dark: rgba(9, 36, 38, 0.85);
    --glass-border-light: rgba(170, 188, 178, 0.35);
    --glass-border-dark: rgba(255, 255, 255, 0.15);
    --glass-blur: blur(14px);

    /* Shadows & Elevations */
    --shadow-sm: 0 4px 15px rgba(9, 36, 38, 0.05);
    --shadow-md: 0 8px 30px rgba(9, 36, 38, 0.08);
    --shadow-lg: 0 16px 45px rgba(9, 36, 38, 0.14);
    --shadow-glow: 0 10px 30px rgba(0, 89, 78, 0.2);

    /* Typography Hierarchy:
       - ONLY H1 headings: 'Javacom', 'Avenir', 'Montserrat', sans-serif (Natural capitalization, NOT uppercase)
       - All other Headings (H2-H6), Subtitles, Menu, Quotes & Body Text: 'Avenir', 'Montserrat', sans-serif
    */
    --font-h1: 'Javacom', 'Avenir', 'Montserrat', sans-serif;
    --font-heading: 'Avenir', 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-subtitle: 'Avenir', 'Montserrat', sans-serif;
    --font-menu: 'Avenir', 'Montserrat', sans-serif;
    --font-body: 'Avenir', 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-quote: 'Avenir', 'Montserrat', sans-serif;

    /* Spacing & Layout */
    --container-max-width: 1360px;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --radius-full: 9999px;
    --transition-smooth: cubic-bezier(0.25, 1, 0.5, 1) 0.35s;
}

/* ==========================================================================
   2. RESET & BASE STYLES
   ========================================================================= */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    color: var(--color-text-body);
    background-color: var(--color-white);
    line-height: 1.7;
    overflow-x: hidden;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ensure Full-Width Page Containers */
#content,
.site-content,
#primary,
.site-main {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Base Image Styling: No Rounded Corners, No Shadows */
img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-smooth);
}

/* Navigation & layout menus unstyled */
nav ul, .nav-menu, .footer-contact-details, .footer-social, .services-quick-links, .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Standard content lists maintain bullets and indentation */
ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 24px;
    margin-bottom: 1.25rem;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 24px;
    margin-bottom: 1.25rem;
}

li {
    margin-bottom: 6px;
}

/* ONLY H1 elements use Javacom and NOT uppercase (normal capitalization) */
h1, h1.section-title, h1.page-title {
    font-family: var(--font-h1) !important;
    text-transform: none !important;
    color: var(--color-dark-teal);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

strong, b, .bold, .font-bold {
    font-weight: 700 !important;
}

/* Post H1 Titles: Use Content Font in Bold */
.single h1,
.single-post h1,
.type-post h1,
article.post h1 {
    font-family: var(--font-body) !important;
    font-weight: 700 !important;
}

/* All other headings (h2, h3, h4, h5, h6) default to Avenir / Montserrat Bold */
h2, h3, h4, h5, h6,
.section-title,
.entry-title,
.page-title {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-dark-teal);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

/* Layout Containers */
.container {
    width: 100%;
    max-width: var(--container-max-width);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px;
    padding-right: 24px;
}

.container-narrow {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}
