/*
Theme Name: Northstar Portfolio
Theme URI: https://shaymeinewer.com
Author: Shaymein Ewer
Author URI: https://shaymeinewer.com
Description: A minimal editorial WordPress block theme for a strategic UX, product, service design, contract, and mentoring portfolio.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: northstar-portfolio
Tags: portfolio, block-theme, full-site-editing, accessibility-ready, one-column, custom-logo, editor-style
*/

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { text-underline-offset: .18em; transition: opacity .18s ease, color .18s ease, border-color .18s ease; }
a:hover { opacity: .72; }
:focus-visible { outline: 2px solid var(--wp--preset--color--accent); outline-offset: 4px; }
.wp-site-blocks { overflow-x: clip; }
.northstar-eyebrow { letter-spacing: .12em; text-transform: uppercase; font-size: var(--wp--preset--font-size--small); color: var(--wp--preset--color--muted); }
.northstar-divider { border-top: 1px solid var(--wp--preset--color--line); }
.northstar-card { border-top: 1px solid var(--wp--preset--color--line); padding-top: var(--wp--preset--spacing--40); }
.northstar-meta { color: var(--wp--preset--color--muted); font-size: var(--wp--preset--font-size--small); }
.northstar-sticky { position: sticky; top: 2rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }
@media (max-width: 781px) { .northstar-sticky { position: static; } }
