/*
Theme Name: Plac by TUNABAVI — Enfold Child
Theme URI: https://plac.tunabavi.com
Description: Lokalni vizualni sloj za Enfold temu. Javni katalog i poslovna logika ostaju u Plac Next.js aplikaciji.
Author: TUNABAVI
Template: enfold
Version: 0.1.0
Text Domain: plac-enfold-child
*/

:root { --plac-forest: #2f6a42; --plac-ink: #183528; --plac-cream: #fbf8f1; --plac-orange: #d76f3d; }
body { color: var(--plac-ink); background: #fff; }
.plac-hero { background: var(--plac-cream); border-radius: 28px; padding: clamp(40px, 7vw, 90px); }
.plac-hero h1 { font-family: Georgia, serif; font-size: clamp(44px, 6vw, 82px); line-height: .95; letter-spacing: -.04em; color: var(--plac-ink); }
.plac-hero p { max-width: 620px; font-size: 18px; line-height: 1.7; color: #617066; }
.plac-button { display: inline-flex; border-radius: 999px; padding: 13px 20px; background: var(--plac-forest); color: #fff !important; font-weight: 700; }
.plac-button:hover { background: #245936; }
