/* === SHARED SITE STYLES (paleta leśna) === */
:root {
  --cobalt: #1F3A5F; --cobalt-dark: #0F2440;
  --mustard: #D4602A; --mustard-dark: #A8451B;
  --ochre: #E8B547; --ochre-dark: #C29028;
  --bone: #F4EEDF; --bone-warm: #E8DFC9;
  --ink: #1A1A1A; --ink-soft: #3D3D3D; --grey: #8A8A8A;
  --radius: 4px; --radius-lg: 8px; --transition: 0.3s ease;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--ink); background: var(--bone); line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cobalt); text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(244,238,223,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,0,0,0.05); padding: 14px 0; }
.nav .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.nav-brand { display: flex; align-items: center; gap: 14px; color: var(--ink); }
.nav-brand img { width: 200px; height: 130px; object-fit: contain; flex-shrink: 0; }
.nav-brand span { display: none; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--ink); font-size: 0.92rem; font-weight: 500; transition: color var(--transition); }
.nav-links a:hover, .nav-links a.active { color: var(--cobalt); }
.nav-social { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(31,58,95,0.22); color: var(--cobalt); transition: all var(--transition); }
.nav-social:hover { background: var(--cobalt); color: var(--bone); border-color: var(--cobalt); }
.nav-social svg { width: 15px; height: 15px; fill: currentColor; }
.nav-cta { background: var(--mustard); color: #FFFFFF; padding: 10px 20px; border-radius: 2px; font-weight: 600; font-size: 0.85rem; white-space: nowrap; }
.nav-cta:hover { background: var(--mustard-dark); color: #FFFFFF; }
.nav-cta-short { display: none; }
@media (max-width: 480px) {
  .nav-cta-full { display: none; }
  .nav-cta-short { display: inline; }
}
@media (max-width: 980px) { .nav-links a:not(.nav-cta):not(.nav-social) { display: none; } }
@media (max-width: 480px) {
  .nav-brand img { width: 88px; height: 58px; }
  .nav-cta { padding: 7px 10px; font-size: 0.72rem; }
  .nav-social { width: 30px; height: 30px; }
  .nav-links { gap: 6px; }
  .page-header h1 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  section h2 { font-size: clamp(1.4rem, 6vw, 2rem); }
}

/* PAGE HEADER */
.page-header { padding: 80px 0 40px; text-align: center; }
.page-header .eyebrow { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mustard); font-weight: 600; margin-bottom: 12px; }
.page-header h1 { font-family: 'Fraunces', serif; font-size: clamp(1.95rem, 6vw, 4rem); line-height: 1.1; margin-bottom: 16px; word-wrap: break-word; }
.page-header h1 em { color: var(--cobalt); font-style: italic; }
.page-header .lead { max-width: 64ch; margin: 0 auto; color: var(--ink-soft); font-size: 1.1rem; }

/* SECTIONS */
section { padding: 64px 0; }
section h2 { font-family: 'Fraunces', serif; font-size: clamp(1.6rem, 4vw, 2.6rem); margin-bottom: 20px; line-height: 1.15; color: var(--ink); word-wrap: break-word; }
section h2 em { color: var(--cobalt); font-style: italic; }
.section-eyebrow { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mustard); font-weight: 600; margin-bottom: 12px; display: block; }
.bg-warm { background: var(--bone-warm); }

/* CARDS */
.card { background: #FFFFFF; border-radius: var(--radius-lg); padding: 28px; box-shadow: 0 8px 24px rgba(0,0,0,0.05); }

/* FOOTER */
.site-footer { background: var(--cobalt-dark); color: var(--bone); padding: 60px 0 24px; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-grid h4 { font-family: 'Fraunces', serif; font-size: 1.1rem; color: var(--ochre); margin-bottom: 14px; font-weight: 400; }
.footer-grid ul { list-style: none; }
.footer-grid li { font-size: 0.9rem; margin-bottom: 8px; color: rgba(244,238,223,0.85); }
.footer-grid a { color: rgba(244,238,223,0.85); transition: color var(--transition); }
.footer-grid a:hover { color: var(--ochre); }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; color: var(--bone); }
.footer-brand img { width: 64px; height: 64px; object-fit: contain; flex-shrink: 0; }
.footer-brand span { font-family: 'Fraunces', serif; font-size: 1.4rem; line-height: 1.05; }
.footer-tagline { font-size: 0.95rem; color: rgba(244,238,223,0.8); line-height: 1.6; max-width: 32ch; }
.footer-base { border-top: 1px solid rgba(244,238,223,0.15); padding-top: 24px; text-align: center; font-size: 0.85rem; color: rgba(244,238,223,0.6); }
.footer-base a { color: var(--ochre); }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
