/*
Theme Name: Mivida B2B
Theme URI: https://mividaskincare.com
Author: Mivida
Author URI: https://mividaskincare.com
Description: Custom B2B landing page theme for Mivida wholesale partnerships.
Version: 1.2.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Private
Text Domain: mivida-b2b
*/

/* Site content width — header, footer, and sections use this via site-layout.css */
:root {
	--mivida-site-max-width: 1180px;
	--mivida-site-gutter: clamp(18px, 4vw, 32px);
}

/* Base reset - minimal, sections handle their own styles */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Avenir', 'Avenir Next', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
}

/* Generic page wrapper */
.mivida-page-wrap { min-height: 100vh; }

.mivida-page-content {
    padding-top: 72px;
    padding-bottom: 60px;
}

.admin-bar .mivida-page-content { padding-top: calc(72px + 32px); }

.mivida-page-container {
    max-width: var(--mivida-site-max-width, 1180px);
    margin: 0 auto;
    padding: 40px var(--mivida-site-gutter, 28px);
}

body.mivida-b2b-page {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: 'Avenir', 'Avenir Next', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.mivida-b2b-page img {
    max-width: 100%;
    height: auto;
}

body.mivida-b2b-page a {
    text-decoration: none;
}
