:root {
    color-scheme: light;
    font-family: 'Cairo', sans-serif;
    background: #efebe6;
    color: #1c3e40;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
.foundation-shell { min-height: 100vh; display: grid; place-items: center; padding: 32px; }
.foundation-card { width: min(720px, 100%); background: #fff; border: 1px solid rgba(28, 62, 64, .16); border-radius: 20px; padding: 40px; box-shadow: 0 20px 50px rgba(28, 62, 64, .08); }
.eyebrow { color: #b8a782; font-weight: 700; letter-spacing: .08em; }
h1 { margin: 8px 0 16px; font-size: clamp(28px, 4vw, 42px); }
p { line-height: 1.9; }
