/* Wotokies — sistema visivo */
:root {
  --site-primary: #161616;
  --site-primary-light: #3e3e3e;
  --site-primary-dark: #030303;
  --site-secondary: #494949;
  --site-accent: #e10008;
  --site-background: #fcfcfc;
  --site-surface: #f4f4f4;
  --site-text-primary: #020202;
  --site-text-secondary: #4f4f4f;
  --site-border: rgba(73, 73, 73, 0.28);
  --site-rule: 3px solid var(--site-accent);
  --type-h1: clamp(2.2rem, 4.5vw, 3rem);
  --type-h2: 1.9rem;
  --type-h3: 1.4rem;
  --type-body: 1.06rem;
  --type-small: 0.9rem;
  --type-eyebrow: 0.74rem;
  --section-pad: clamp(4rem, 7vw, 6rem);
  --bs-body-bg: #fcfcfc;
  --bs-body-color: #020202;
  --bs-body-font-family: 'Big Shoulders Text', sans-serif;
  --bs-link-color: #161616;
  --bs-link-hover-color: #030303;
}

body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--type-body); line-height: 1.55; }
h1, h2, h3, h4, h5, h6 { font-family: 'Big Shoulders Display', serif; color: var(--site-text-primary); letter-spacing: 0.01em; line-height: 1; text-wrap: balance; }
h1 { font-size: var(--type-h1); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }
p, li { text-wrap: pretty; }
small, .small { font-size: var(--type-small); }

.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); color: #fff; }
.btn-outline-primary { color: var(--site-primary); border-color: var(--site-primary); background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
a { color: var(--site-primary); text-decoration-thickness: 2px; text-underline-offset: 0.22em; transition: color 160ms ease, text-decoration-color 160ms ease; }
a:hover { color: var(--site-primary-dark); }

* { border-radius: 0 !important; }
.card, .navbar, .dropdown-menu { box-shadow: none !important; }

.btn { border-radius: 0; padding: 0.74rem 1rem; font-weight: 700; box-shadow: 3px 3px 0 var(--site-primary); letter-spacing: 0.02em; transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease; border-width: 3px; }
.btn:hover, .btn:focus { box-shadow: 0 0 0 var(--site-primary); transform: translate(3px, 3px); }
.btn-primary, .btn-primary:focus { background-color: var(--site-surface); border-color: var(--site-primary); color: var(--site-text-primary); }
.btn-primary:hover { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-outline-primary, .btn-outline-primary:focus { background-color: var(--site-background); border-color: var(--site-primary); color: var(--site-text-primary); }
.btn-outline-primary:hover { background-color: var(--site-surface); border-color: var(--site-primary); color: var(--site-text-primary); }
.form-control, .form-select, textarea.form-control { border: 2px solid var(--site-primary); background: #fff; color: var(--site-text-primary); border-radius: 0; padding: 0.85rem 0.9rem; box-shadow: none; }
.form-control:focus, .form-select:focus { border-color: var(--site-accent); box-shadow: 3px 3px 0 var(--site-primary); }
.form-label { font-weight: 700; letter-spacing: 0.02em; }

.site-navbar { background: var(--site-background); border-bottom: 1px solid var(--site-border); padding-block: 1.15rem; transition: padding 180ms ease, box-shadow 180ms ease; }
.site-navbar.is-shrunk { padding-block: 0.45rem; box-shadow: 0 2px 0 var(--site-primary) !important; }
.logo-mark { width: 48px; height: 48px; object-fit: contain; transition: width 180ms ease, height 180ms ease; border: 1px solid var(--site-primary); background: #fff; }
.site-navbar.is-shrunk .logo-mark { width: 36px; height: 36px; }
.navbar-brand span { font-family: 'Big Shoulders Display', serif; font-size: 1.35rem; letter-spacing: 0.03em; }
.nav-link { font-weight: 700; color: var(--site-text-primary); position: relative; padding-inline: 0.25rem !important; }
.nav-link::after, .accent-link::after { content: ""; display: block; width: 0; height: 3px; background: var(--site-accent); transition: width 160ms ease; margin-top: 0.12rem; }
.nav-link:hover::after, .nav-link.active::after, .accent-link:hover::after { width: 1.65rem; }
.navbar-toggler { border: 2px solid var(--site-primary); box-shadow: 3px 3px 0 var(--site-primary); }

.hero { padding: clamp(5rem, 10vw, 8rem) 0 var(--section-pad); border-bottom: 1px solid var(--site-border); }
.hero .lead { max-width: 62ch; color: var(--site-text-secondary); font-size: 1.22rem; }
.hero-kicker, .eyebrow { font-size: var(--type-eyebrow); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 800; color: var(--site-text-secondary); margin-bottom: 0.85rem; display: inline-flex; align-items: center; gap: 0.75rem; }
.hero-kicker::after, .eyebrow::after { content: ""; width: 2.1rem; height: 3px; background: var(--site-accent); display: inline-block; }

.section-block { padding: var(--section-pad) 0; border-bottom: 1px solid var(--site-border); background: var(--site-background); }
.offset-sidebar { align-items: start; }
.prose-wide { max-width: 68ch; }
.section-title { margin-bottom: 1rem; }
.section-title::after { content: ""; display: block; width: 3.15rem; height: 3px; background: var(--site-accent); margin-top: 0.65rem; }
.sidebar-panel { border-left: 3px solid var(--site-primary); padding-left: 1rem; color: var(--site-text-secondary); font-weight: 700; }
.sidebar-panel strong { color: var(--site-text-primary); display: block; font-family: 'Big Shoulders Display', serif; font-size: 1.35rem; line-height: 1; margin-bottom: 0.35rem; }
.clean-image { width: 100%; height: auto; border: 2px solid var(--site-primary); display: block; }
.card { border: 2px solid var(--site-primary); background: var(--site-surface); }
.process-card { height: 100%; padding: 1.25rem; }
.icon-box { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: var(--site-surface); border: 2px solid var(--site-primary); margin-bottom: 1rem; }
.icon-box svg { width: 25px; height: 25px; fill: var(--site-primary); }
.number-mark { font-family: 'Big Shoulders Display', serif; font-size: 2rem; line-height: 1; color: var(--site-accent); font-variant-numeric: tabular-nums; }
.list-tight { padding-left: 1.1rem; margin-bottom: 0; }
.list-tight li + li { margin-top: 0.35rem; }

.contact-form-wrap { border: 3px solid var(--site-primary); background: var(--site-surface); padding: clamp(1.25rem, 3vw, 2rem); }
.map-frame { border: 3px solid var(--site-primary); background: #fff; aspect-ratio: 4 / 3; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.form-status { min-height: 1.4rem; color: var(--site-text-secondary); font-weight: 700; }

.site-footer { padding: 3.5rem 0 2rem; background: var(--site-background); border-top: 1px solid var(--site-border); }
.footer-title { font-family: 'Big Shoulders Display', serif; font-size: 1.25rem; margin-bottom: 0.9rem; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li + li { margin-top: 0.35rem; }
.footer-copy { border-top: 1px solid var(--site-border); margin-top: 2rem; padding-top: 1rem; color: var(--site-text-secondary); font-size: var(--type-small); }

.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1080; background: var(--site-background); border: 3px solid var(--site-primary); padding: 1rem; max-width: 760px; margin-inline: auto; display: none; }
.cookie-banner.is-visible { display: block; }
.cookie-banner p { margin: 0; color: var(--site-text-secondary); }

.page-hero { padding: clamp(4rem, 8vw, 6rem) 0; border-bottom: 1px solid var(--site-border); }
.legal-content { padding: var(--section-pad) 0; }
.legal-content .container { max-width: 860px; }
.legal-content h2 { margin-top: 2rem; }

@media (max-width: 991.98px) {
  .site-navbar { padding-block: 0.65rem; }
  .sidebar-panel { border-left: 0; border-top: 3px solid var(--site-primary); padding-left: 0; padding-top: 1rem; }
  .hero { padding-top: 4rem; }
}
