/*
Theme Name:  Maren Solberg — Brand Designer Portfolio
Theme URI:   https://marensolberg.com
Author:      Maren Solberg
Author URI:  https://marensolberg.com
Description: A premium, single-page brand designer portfolio theme. Minimal, editorial, and conversion-focused. Targets high-value clients across the EU, USA, and Australia. Includes hero, work, about, services, process, testimonials, and contact sections. Fully customizable via the WordPress Customizer.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: maren-solberg
Tags:        one-page, portfolio, minimal, custom-menu, custom-logo, featured-images, full-width-template, theme-options, translation-ready
*/

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background: var(--ms-white);
    color: var(--ms-black);
    font-family: var(--ms-sans);
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

button, input, textarea, select {
    font-family: inherit;
}

/* WordPress image alignment classes */
.alignleft  { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 1rem auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.8rem; color: var(--ms-grey-3); margin-top: 6px; }
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
