/*
Theme Name: Migrated Theme
Theme URI: https://github.com/wix-to-wp
Author: wix-to-wp
Author URI: https://github.com/wix-to-wp
Description: Auto-migrated from Wix by wix-to-wp
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: migrated-theme
*/

/* ==========================================================================
   CSS Reset & Base
   ========================================================================== */

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

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

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    line-height: 1.6;
}

img, video {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

/* Wix image containers — allow inline/block as Wix sets them */
img[src*="wixstatic"], img[src*="uploads"] {
    display: block;
}

/* ==========================================================================
   WordPress Core Compatibility
   ========================================================================== */

.alignleft {
    float: left;
    margin: 0 1.5em 1em 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 1.5em;
}

.aligncenter {
    display: block;
    margin: 0 auto 1em;
}

.alignwide {
    margin-left: -2rem;
    margin-right: -2rem;
}

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

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875rem;
    font-style: italic;
    text-align: center;
    margin: 0.5em 0 0;
}

.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;
    width: 1px;
    word-wrap: normal !important;
}

/* ==========================================================================
   Site-specific styles are loaded from three CSS files (enqueued in functions.php):
     1. wix-extracted.css   — all CSS rules from the original Wix site
     2. design-tokens.css   — header/nav/footer/button styling from computed styles
     3. fonts.css           — @font-face declarations for downloaded fonts
   ========================================================================== */
