/*
 * Bază: reset, tipografie de bază, primitive de layout.
 * Migrat verbatim din mockup v6 (culorile folosesc tokens din variables.css).
 */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Jost', sans-serif;
    color: var(--green);
    background: var(--ivory);
    line-height: 1.7;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
h1, h2, h3, h4, .serif { font-family: 'Fraunces', serif; font-weight: 400; line-height: 1.04; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1300px; margin: 0 auto; padding: 0 40px; }

/* Accesibilitate: skip-link + text doar pentru screen-readere */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 100000; width: auto; height: auto; clip: auto; padding: 10px 18px; background: var(--green); color: var(--white); }
.eyebrow { font-family: 'Jost'; font-size: .7rem; letter-spacing: .44em; text-transform: uppercase; color: var(--gold-deep); font-weight: 400; }
.rule { width: 50px; height: 1px; background: var(--gold); }
