:root { --ink: #18362f; --paper: #fbfaf6; --quiet: #e4eee8; --line: #bdd0c5; --accent: #b75a3b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; }
.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px max(24px, calc((100% - 1120px) / 2)); background: var(--paper); }
.brand { font-family: Georgia, serif; font-size: 20px; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: 14px; }
nav a { text-decoration: none; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--accent); }
.hero { min-height: 590px; display: grid; align-items: end; background: linear-gradient(90deg, rgba(16, 42, 34, .84), rgba(16, 42, 34, .38)), url('/images/praca-liberdade-bh.jpg') center / cover; color: white; }
.hero-content { max-width: 1120px; width: 100%; margin: 0 auto; padding: 80px 24px; }
.eyebrow { margin: 0 0 10px; color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero .eyebrow { color: #f4c9b7; }
h1, h2 { font-family: Georgia, serif; font-weight: 400; line-height: 1.14; letter-spacing: 0; }
h1 { max-width: 720px; margin: 0; font-size: 68px; }
h2 { margin: 0; font-size: 38px; }
.hero p:not(.eyebrow) { max-width: 540px; margin: 24px 0 30px; font-size: 19px; }
.hero .credential { margin: -12px 0 24px; color: #f4c9b7; font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.button { display: inline-block; min-height: 46px; padding: 12px 18px; border: 1px solid var(--accent); background: var(--accent); color: white; text-decoration: none; font-weight: 700; }
.button:hover, .button:focus-visible { background: #944329; border-color: #944329; }
.section { padding: 90px max(24px, calc((100% - 1120px) / 2)); }
.section-two-columns, .contact { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 80px; }
.prose p { margin-top: 0; font-size: 18px; }
.text-link { color: #874027; font-weight: 700; text-underline-offset: 4px; }
.quiet-band { background: var(--quiet); }
.section-inner { max-width: 680px; }
.section-inner p { font-size: 18px; }
.contact { border-top: 1px solid var(--line); }
.contact-actions { display: grid; justify-items: start; gap: 17px; }
.contact-actions p { margin: 0; }
footer { padding: 36px max(24px, calc((100% - 1120px) / 2)); border-top: 1px solid var(--line); font-size: 14px; }
footer p { margin: 4px 0; }
.analytics-consent { position: fixed; right: 20px; bottom: 20px; z-index: 20; width: min(calc(100% - 40px), 620px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 36px rgba(24, 54, 47, .18); }
.analytics-consent p { margin: 4px 0 0; font-size: 14px; }
.analytics-consent-actions { display: flex; gap: 8px; }
.analytics-consent button { min-height: 42px; padding: 9px 13px; border: 1px solid var(--accent); background: transparent; color: var(--ink); cursor: pointer; font-weight: 700; }
.analytics-consent button:last-child { background: var(--accent); color: white; }
@media (max-width: 720px) { .site-header { align-items: flex-start; flex-direction: column; } .hero { min-height: 520px; } h1 { font-size: 44px; } h2 { font-size: 32px; } .section { padding-top: 64px; padding-bottom: 64px; } .section-two-columns, .contact { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 720px) { .analytics-consent { right: 14px; bottom: 14px; width: calc(100% - 28px); grid-template-columns: 1fr; } .analytics-consent-actions, .analytics-consent button { width: 100%; } }
