/*
Theme Name: Archi Legatus
Theme URI: https://legatusgda.net.pl/
Description: Lekki motyw potomny Archi przygotowany dla ZPHU Legatus.
Author: DoSieci.pl
Template: archi
Version: 1.4.5
Text Domain: archi-legatus
*/

:root {
  --ink: #2e2924;
  --ink-soft: #423b34;
  --paper: #faf8f4;
  --white: #fff;
  --gold: #d0a96d;
  --gold-dark: #9a6f32;
  --gold-accessible: #805b28;
  --muted: #6c665f;
  --line: rgba(46, 41, 36, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 26px 70px rgba(79, 61, 42, .16);
  --radius: 2px;
  --content: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open, body.lightbox-open, body.callback-open { overflow: hidden; }
body.lightbox-open .site-header,
body.lightbox-open .mobile-actions,
body.callback-open .site-header,
body.callback-open .mobile-actions { visibility: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--gold-accessible);
  outline-offset: 3px;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed !important; z-index: 9999; top: 12px; left: 12px;
  width: auto; height: auto; padding: 12px 18px; margin: 0;
  overflow: visible; clip: auto; white-space: normal;
  color: var(--ink); background: var(--gold); font-weight: 800;
}
.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-kicker {
  display: inline-flex; align-items: center; gap: 13px;
  margin-bottom: 18px; color: var(--gold);
  font-size: .76rem; font-weight: 750; letter-spacing: .19em; text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.section-title {
  max-width: 820px; margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.7rem); font-weight: 400; line-height: 1.06; letter-spacing: -.035em;
}
.section-lead { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-lead { color: rgba(255,255,255,.68); }
.gold { color: var(--gold); }
.section:not(.section-dark):not(.contact) .section-kicker,
.section:not(.section-dark):not(.contact) .gold { color: var(--gold-accessible); }

.topbar {
  position: absolute; z-index: 31; top: 0; left: 0; right: 0;
  height: 38px; color: rgba(255,255,255,.72); border-bottom: 1px solid var(--line-light);
  font-size: .75rem; letter-spacing: .04em;
}
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-links { display: flex; gap: 22px; }
.topbar-social { display: inline-flex; align-items: center; }
.topbar-social img { width: 16px; height: 16px; }
.topbar a:hover { color: var(--white); }
.topbar-cta { color: var(--white); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.site-header {
  position: absolute; z-index: 30; top: 38px; left: 0; right: 0;
  height: 88px; color: var(--white); border-bottom: 1px solid var(--line-light);
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-header.is-sticky {
  position: fixed; top: 0; height: 78px; color: var(--ink);
  background: rgba(255,255,255,.96); border-color: var(--line); box-shadow: 0 12px 40px rgba(0,0,0,.08);
  backdrop-filter: blur(14px);
}
body.admin-bar .site-header.is-sticky { top: 32px; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; line-height: 1; }
.brand-logo { display: block; width: 198px; height: auto; flex: 0 0 auto; }
.brand-tagline { color: rgba(255,255,255,.57); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.is-sticky .brand-tagline { color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav a {
  position: relative; padding: 9px 0; font-size: .76rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: right .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-phone {
  padding: 13px 18px !important; color: var(--ink) !important; background: var(--gold);
}
.header-phone::after { display: none; }
.menu-toggle { display: none; border: 0; color: inherit; background: transparent; width: 46px; height: 46px; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative; min-height: 94svh; display: grid; align-items: end; color: var(--white); overflow: hidden;
  background: #101010 var(--hero-image) center / cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(37,29,22,.74) 0%, rgba(37,29,22,.48) 46%, rgba(37,29,22,.1) 100%), linear-gradient(0deg, rgba(31,23,17,.3), transparent 48%);
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0 67%, rgba(200,160,100,.15) 67% 68%, transparent 68%); }
.hero-content { position: relative; z-index: 2; padding-top: 190px; padding-bottom: 100px; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; color: var(--gold); font-size: .75rem; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 62px; height: 1px; background: currentColor; }
.hero h1 {
  max-width: 870px; margin: 0;
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7.6vw, 7.4rem); font-weight: 400; line-height: .96; letter-spacing: -.045em;
}
.hero-copy { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.6vw, 1.26rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 27px; border: 1px solid transparent; border-radius: var(--radius);
  font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transition: .2s ease;
}
.btn-primary { color: var(--ink); background: var(--gold); }
.btn-primary:hover { background: #ddba83; transform: translateY(-2px); }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.48); background: rgba(0,0,0,.08); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.btn-callback { color: var(--white); border-color: var(--gold); background: rgba(46,41,36,.42); }
.btn-callback:hover { color: var(--ink); background: var(--gold); transform: translateY(-2px); }
.hero-badge {
  position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--content)) / 2)); bottom: 52px;
  width: 150px; height: 150px; display: grid; place-content: center; text-align: center;
  border: 1px solid rgba(255,255,255,.34); border-radius: 50%; backdrop-filter: blur(5px);
}
.hero-badge strong { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.hero-badge span { font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; }

.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 86px; align-items: start; }
.intro-copy { padding-top: 18px; }
.intro-copy p { color: var(--muted); }
.signature { margin-top: 30px; color: var(--ink); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 270px; padding: 38px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.68); transition: .25s ease; }
.service-card:hover { color: var(--white); background: #4a4036; transform: translateY(-4px); box-shadow: var(--shadow); }
.service-number { color: var(--gold); font-family: Georgia, serif; font-size: 1.05rem; }
.service-card h3 { margin: 54px 0 14px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-card:hover p { color: rgba(255,255,255,.64); }

.process { color: var(--ink); background: linear-gradient(135deg, #f2ece3 0%, #e9dece 100%); }
.process .section-kicker, .process .gold { color: var(--gold-accessible); }
.process-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.process-head .section-lead { margin: 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid rgba(46,41,36,.2); }
.process-step { position: relative; padding: 36px 28px 0 0; }
.process-step::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(200,160,100,.13); }
.process-step span { color: var(--gold-accessible); font-size: .73rem; font-weight: 750; letter-spacing: .18em; }
.process-step h3 { margin: 18px 0 12px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.process-step p { margin: 0; color: var(--muted); font-size: .91rem; }

.gallery-section { padding-bottom: 0; color: var(--ink); background: #f6f1ea; }
#zabudowy.gallery-section { background: #eee5d8; }
.gallery-section .section-kicker, .gallery-section .gold { color: var(--gold-accessible); }
.gallery-section .section-lead { color: var(--muted); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 54px; }
.gallery-count { color: #5a5047; font-size: .78rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 3px; padding: 3px; background: #d8cbbb; }
.gallery-card { position: relative; overflow: hidden; border: 0; background: #d4c9ba; }
.gallery-card:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-card.is-hidden { display: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .3s; }
.gallery-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 55%); opacity: .25; transition: opacity .3s; }
.gallery-card::after { content: "+"; position: absolute; z-index: 2; top: 50%; left: 50%; width: 56px; height: 56px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: 1.5rem; opacity: 0; transform: translate(-50%,-42%); transition: .3s; }
.gallery-card:hover img { transform: scale(1.045); filter: brightness(.72); }
.gallery-card:hover::before { opacity: 1; }
.gallery-card:hover::after { opacity: 1; transform: translate(-50%,-50%); }
.gallery-label { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: #fff; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.gallery-actions { display: flex; justify-content: center; padding: 40px 24px 96px; background: transparent; }
.load-more { min-width: 220px; color: var(--ink); border-color: rgba(46,41,36,.42); background: rgba(255,255,255,.42); }
.load-more:hover { border-color: var(--gold-accessible); color: var(--gold-accessible); background: var(--white); }

.feature-band { padding: 0; background: #d9b67e; }
.feature-band-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 250px; }
.feature-band h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1.08; }
.feature-band-copy { padding: 45px 0 45px 70px; border-left: 1px solid rgba(21,21,21,.24); }
.feature-band-copy p { margin: 0 0 22px; }
.btn-dark { color: var(--white); background: #3d342c; }
.btn-dark:hover { background: #55483c; transform: translateY(-2px); }

.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 82px; align-items: center; }
.about-image { position: relative; min-height: 620px; box-shadow: var(--shadow); }
.about-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-image::after { content: ""; position: absolute; z-index: -1; top: 28px; left: -28px; width: 72%; height: 94%; border: 1px solid var(--gold); }
.about-copy p { color: var(--muted); }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 32px 0 0; padding: 0; list-style: none; }
.values li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line); font-size: .91rem; font-weight: 650; }
.values li::before { content: ""; position: absolute; left: 0; top: 22px; width: 8px; height: 8px; background: var(--gold); }

.contact { position: relative; color: var(--ink); background: linear-gradient(135deg, #f4ede3 0%, #e8dbc9 100%); overflow: hidden; }
.contact::before { content: "L"; position: absolute; right: -30px; bottom: -180px; color: rgba(103,79,51,.045); font-family: Georgia, serif; font-size: 40rem; line-height: 1; }
.contact .section-kicker, .contact .gold { color: var(--gold-accessible); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 72px; align-items: start; }
.contact-details { margin-top: 48px; border-top: 1px solid rgba(46,41,36,.18); }
.contact-item { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(46,41,36,.18); }
.contact-item span { color: var(--gold-accessible); font-size: .7rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.contact-item a, .contact-item address { margin: 0; color: #4c453e; font-style: normal; }
.contact-item a:hover { color: var(--gold-accessible); }
.contact-actions { display: grid; gap: 12px; margin-top: 34px; }
.contact-actions .btn { width: 100%; min-height: 56px; }
.btn-facebook { color: var(--ink); border-color: rgba(46,41,36,.3); background: rgba(255,255,255,.4); }
.btn-facebook:hover { border-color: var(--gold-accessible); background: var(--white); transform: translateY(-2px); }
.btn-facebook img { width: 18px; height: 18px; }
.contact-form { width: 100%; max-width: 720px; justify-self: end; padding: 44px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.contact-form h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.contact-form > p { margin: 0 0 30px; color: var(--muted); font-size: .94rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 48px; border: 0; border-bottom: 1px solid #9e998f; border-radius: 0; padding: 12px 2px; color: var(--ink); background: transparent; outline: none;
}
.field select { padding-right: 34px; appearance: auto; }
.field textarea { min-height: 155px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold-dark); box-shadow: 0 2px 0 var(--gold-dark); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #a62f2f; }
.field-error { min-height: 1.25em; color: #8d2525; font-size: .78rem; line-height: 1.3; }
.consent { display: flex; align-items: flex-start; gap: 12px; margin: 22px 0 4px; color: #55524d; font-size: .88rem; line-height: 1.5; }
.consent input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--gold-dark); }
.consent-error { display: block; }
.recaptcha-note { margin: 14px 0 20px !important; color: #6b6965 !important; font-size: .78rem !important; line-height: 1.5; }
.recaptcha-note a { text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; min-width: 240px; }
.form-submit[disabled] { cursor: not-allowed; opacity: .58; }
[data-secure-form][aria-busy="true"] .form-submit { cursor: progress; }
.grecaptcha-badge { visibility: hidden !important; }
.form-notice { margin: 0 0 24px; padding: 13px 16px; border-left: 3px solid; font-size: .89rem; }
.form-notice.success { color: #205c36; background: #edf8f1; border-color: #3a9b60; }
.form-notice.error { color: #7e2727; background: #fff0f0; border-color: #bc4646; }
.form-notice.progress { color: #5e491f; background: #fff6e7; border-color: var(--gold-accessible); }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { color: rgba(255,255,255,.65); background: #302a24; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 70px; padding: 70px 0; }
.footer-brand p { max-width: 450px; margin: 24px 0 0; font-size: .9rem; }
.footer-social { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--white); font-size: .82rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.footer-social img { width: 20px; height: 20px; }
.footer-social:hover { color: var(--gold); }
.footer-title { margin: 0 0 20px; color: var(--white); font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; font-size: .9rem; }
.footer-links a:hover { color: var(--gold); }
.footer-callback { width: max-content; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; }
.footer-callback:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.mobile-actions { display: none; }

.callback-modal {
  position: fixed; z-index: 200; inset: 0; display: none; place-items: center;
  padding: 24px; color: var(--ink); background: rgba(34,28,23,.76); backdrop-filter: blur(8px);
}
.callback-modal.is-open { display: grid; }
.callback-dialog {
  position: relative; width: min(100%, 690px); max-height: calc(100svh - 48px); overflow-y: auto;
  padding: 48px; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.34); overscroll-behavior: contain;
}
.callback-dialog h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 5vw, 3.4rem); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.callback-dialog h2:focus { outline: 3px solid var(--gold-accessible); outline-offset: 5px; }
.callback-intro { margin: 18px 54px 30px 0; color: var(--muted); }
.callback-close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 46px; height: 46px; border: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,.6); font-size: 2rem; line-height: 1; }
.callback-close:hover { border-color: var(--gold-accessible); background: var(--white); }
.callback-form textarea { min-height: 96px; }
.callback-consent { margin-top: 20px; }
.callback-form .form-submit { margin-top: 2px; }

.lightbox {
  position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center;
  padding: 40px 90px; color: var(--white); background: rgba(0,0,0,.94);
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(1260px, 100%); max-height: calc(100vh - 120px); object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.lightbox-close, .lightbox-nav { position: absolute; display: grid; place-items: center; border: 0; color: var(--white); background: transparent; }
.lightbox-close { top: 20px; right: 24px; width: 50px; height: 50px; font-size: 2.2rem; }
.lightbox-nav { top: 50%; width: 56px; height: 70px; margin-top: -35px; font-size: 2.2rem; }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-caption { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); color: rgba(255,255,255,.68); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Poradnik */
.inner-page { background: #f7f3ed; }
.inner-site-header[aria-hidden="true"] { visibility: hidden; }
.main-nav a[aria-current="page"]::after { right: 0; }
.guide-main, .article-main, .error-main { min-height: 70vh; }
.guide-hero, .article-hero, .error-hero {
  position: relative; overflow: hidden; color: var(--white); background: #2e2924;
}
.guide-hero::before, .article-hero::before, .error-hero::before {
  content: ""; position: absolute; top: -180px; right: -120px; width: 480px; height: 480px;
  border: 1px solid rgba(208,169,109,.2); border-radius: 50%; box-shadow: 0 0 0 78px rgba(208,169,109,.035), 0 0 0 156px rgba(208,169,109,.02);
}
.guide-hero-inner { position: relative; z-index: 1; padding-top: 218px; padding-bottom: 105px; }
.guide-hero-compact .guide-hero-inner { padding-bottom: 82px; }
.guide-hero h1, .article-hero h1, .error-hero h1 {
  max-width: 980px; margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.4vw, 6rem); font-weight: 400; line-height: .98; letter-spacing: -.045em;
}
.guide-hero p { max-width: 730px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 1.13rem; }
.guide-archive { background: #f7f3ed; }
.guide-heading-row, .home-guide-heading {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 48px;
}
.guide-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; max-width: 690px; }
.guide-filters a {
  padding: 9px 13px; color: #5c544c; background: rgba(255,255,255,.72); border: 1px solid rgba(46,41,36,.14);
  font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
}
.guide-filters a:hover, .guide-filters a[aria-current="page"] { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.guide-featured-wrap { margin-bottom: 30px; }
.guide-card { min-width: 0; background: var(--white); box-shadow: 0 18px 48px rgba(74,56,39,.09); }
.guide-card-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #dfd6ca; }
.guide-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.guide-card:hover .guide-card-image img { transform: scale(1.025); }
.guide-card-body { display: flex; flex-direction: column; min-height: 320px; padding: 28px; }
.guide-category {
  width: max-content; max-width: 100%; margin-bottom: 14px; color: var(--gold-accessible); font-size: .68rem; font-weight: 850;
  letter-spacing: .13em; text-transform: uppercase;
}
.guide-category:hover { color: var(--ink); }
.guide-card-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.guide-card-title a { text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.guide-card-title a:hover { text-decoration-line: underline; text-decoration-color: var(--gold-accessible); }
.guide-card-body > p { margin: 18px 0 24px; color: var(--muted); font-size: .94rem; line-height: 1.65; }
.guide-card-meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: auto; }
.guide-card-meta time { color: #777069; font-size: .72rem; }
.text-link { color: var(--ink); font-size: .75rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.text-link:hover { color: var(--gold-accessible); }
.guide-card-featured { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); }
.guide-card-featured .guide-card-image { height: 100%; min-height: 430px; aspect-ratio: auto; }
.guide-card-featured .guide-card-body { min-height: 430px; justify-content: center; padding: clamp(34px, 5vw, 64px); }
.guide-card-featured .guide-card-title { font-size: clamp(2rem, 4vw, 3.35rem); }
.guide-pagination { margin-top: 52px; }
.guide-pagination .page-numbers { margin: 0; padding: 0; list-style: none; }
.guide-pagination ul.page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.guide-pagination a.page-numbers, .guide-pagination span.page-numbers {
  display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 7px 12px; border: 1px solid var(--line); background: var(--white); font-weight: 700;
}
.guide-pagination .current { color: var(--ink); background: var(--gold) !important; border-color: var(--gold) !important; }
.guide-contact-band { color: var(--white); background: #2e2924; }
.guide-contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 70px 0; }
.guide-contact-band h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; }
.guide-contact-actions, .article-cta-actions, .error-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-guide { background: #f7f3ed; }
.home-guide-all { flex: 0 0 auto; margin-bottom: 8px; }
.home-guide .guide-card-body { min-height: 330px; }
.empty-state { max-width: 760px; padding: 48px; background: var(--white); box-shadow: var(--shadow); }
.empty-state h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.empty-state p { margin: 0 0 25px; color: var(--muted); }

.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 10px; margin-bottom: 34px; font-size: .75rem; overflow-wrap: anywhere; }
.breadcrumbs-dark { color: rgba(255,255,255,.62); }
.breadcrumbs a:hover { color: var(--gold); }
.article-hero-inner { position: relative; z-index: 1; max-width: 1040px; padding-top: 190px; padding-bottom: 86px; }
.article-hero h1 { max-width: 1040px; font-size: clamp(2.8rem, 6.1vw, 5.65rem); }
.guide-category-light { color: var(--gold); }
.article-lead { max-width: 800px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-family: Georgia, serif; font-size: clamp(1.15rem, 2.2vw, 1.45rem); line-height: 1.55; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 34px; color: rgba(255,255,255,.58); font-size: .75rem; }
.article-layout { max-width: 868px; padding-top: 72px; padding-bottom: 105px; }
.article-toc { margin: 0 0 38px; padding: 30px 34px; background: #eee6da; border-left: 3px solid var(--gold-accessible); }
.article-toc h2 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.article-toc ol { columns: 2; column-gap: 40px; margin: 0; padding-left: 22px; }
.article-toc li { break-inside: avoid; margin: 7px 0; padding-left: 4px; color: #61584f; font-size: .88rem; }
.article-toc a:hover { color: var(--gold-accessible); text-decoration: underline; text-underline-offset: 3px; }
.article-featured-image { margin: 0 0 48px; background: #ddd3c5; box-shadow: 0 24px 64px rgba(70,51,33,.12); }
.article-featured-image img { width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; }
.article-content { max-width: 800px; margin-inline: auto; color: #39342f; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.82; }
.article-content p { margin: 0 0 1.45em; }
.article-content h2 { scroll-margin-top: 105px; margin: 2.15em 0 .72em; color: var(--ink); font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.article-content h3 { margin: 1.75em 0 .65em; color: var(--ink); font-size: 1.38rem; font-weight: 400; }
.article-content ul, .article-content ol { margin: 0 0 1.65em; padding-left: 1.4em; }
.article-content li { margin: .45em 0; padding-left: .25em; }
.article-content a { color: #72501f; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content strong { color: var(--ink); }
.article-content .article-summary { margin: 0 0 45px; padding: 30px 34px 18px; background: var(--white); border-top: 3px solid var(--gold-accessible); box-shadow: 0 16px 42px rgba(70,51,33,.08); }
.article-content .article-summary h2 { margin-top: 0; font-size: 1.75rem; }
.article-content .article-summary ul { margin-bottom: 8px; }
.article-content .article-sources { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-family: Inter, "Segoe UI", sans-serif; font-size: .8rem; }
.article-cta { max-width: 800px; margin: 70px auto 0; padding: clamp(34px, 6vw, 58px); color: var(--white); background: var(--ink); }
.article-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 400; line-height: 1.05; }
.article-cta p { max-width: 620px; margin: 20px 0 28px; color: rgba(255,255,255,.7); }
.related-articles { padding-top: 90px; background: #eee6da; }
.related-articles .section-title { margin-bottom: 45px; }

.error-hero { min-height: 760px; display: grid; align-items: center; }
.error-content { position: relative; z-index: 1; padding-top: 150px; padding-bottom: 90px; }
.error-code { position: absolute; top: 110px; right: 0; color: rgba(255,255,255,.04); font-family: Georgia, serif; font-size: clamp(10rem, 28vw, 25rem); line-height: 1; }
.error-content p { max-width: 680px; margin: 26px 0 32px; color: rgba(255,255,255,.7); }
.search-form { display: flex; gap: 10px; width: min(100%, 650px); margin-top: 38px; }
.search-field { min-width: 0; flex: 1 1 auto; height: 54px; padding: 0 17px; border: 1px solid rgba(46,41,36,.22); background: var(--white); }
.error-hero .search-form { margin-top: 45px; }
.guide-archive > .container > .search-form { margin: 0 0 42px; }
.guide-card-text .guide-card-body { min-height: 260px; }
.inner-site-footer { position: relative; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .main-nav { gap: 20px; }
  .main-nav a { font-size: .69rem; }
  .intro-grid, .about-grid, .contact-grid { gap: 52px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-main { gap: 40px; }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-heading-row { align-items: flex-start; flex-direction: column; }
  .guide-filters { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 34px), var(--content)); }
  .section { padding: 82px 0; }
  .topbar { display: none; }
  .site-header, .site-header.is-sticky { top: 0; height: 72px; }
  body.admin-bar .site-header.is-sticky { top: 32px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .main-nav {
    position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px;
    padding: 92px 34px 40px; overflow-y: auto; color: var(--white); background: rgba(13,13,13,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s;
  }
  .menu-open .main-nav { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { width: 100%; padding: 12px 0; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; letter-spacing: 0; text-transform: none; border-bottom: 1px solid rgba(255,255,255,.12); }
  .header-phone { margin-top: 14px; width: auto !important; padding: 15px 20px !important; font-family: inherit !important; font-size: .75rem !important; font-weight: 800 !important; letter-spacing: .12em !important; text-transform: uppercase !important; border: 0 !important; }
  .menu-open .site-header { color: var(--white); }
  .menu-open .site-header.is-sticky { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .hero { min-height: 850px; background-position: 60% center; }
  .hero-content { padding-top: 150px; padding-bottom: 150px; }
  .hero h1 { max-width: 680px; }
  .hero-badge { right: 22px; bottom: 28px; width: 118px; height: 118px; }
  .intro-grid, .about-grid, .contact-grid, .feature-band-inner { grid-template-columns: 1fr; }
  .intro-grid, .contact-grid { gap: 48px; }
  .about-grid { gap: 68px; }
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-card h3 { margin-top: 35px; }
  .process-head, .gallery-heading { align-items: flex-start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 44px 20px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .feature-band-inner { padding: 62px 0; }
  .feature-band-copy { margin-top: 36px; padding: 35px 0 0; border-top: 1px solid rgba(21,21,21,.24); border-left: 0; }
  .about-image { min-height: 520px; }
  .contact-form { padding: 36px 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .callback-dialog { padding: 42px 36px; }
  .guide-hero-inner { padding-top: 155px; padding-bottom: 78px; }
  .guide-card-featured { grid-template-columns: 1fr; }
  .guide-card-featured .guide-card-image { min-height: 0; aspect-ratio: 4 / 3; }
  .guide-card-featured .guide-card-body { min-height: 0; }
  .guide-contact-band-inner, .home-guide-heading { align-items: flex-start; flex-direction: column; }
  .article-hero-inner { padding-top: 140px; padding-bottom: 70px; }
  .article-layout { padding-top: 55px; padding-bottom: 82px; }
  .article-toc ol { columns: 1; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 26px), var(--content)); }
  .section { padding: 70px 0; }
  .brand-logo { width: 166px; }
  .brand-tagline { display: none; }
  .hero { min-height: 760px; }
  .hero::before { background: linear-gradient(90deg, rgba(37,29,22,.78), rgba(37,29,22,.42)); }
  .hero-content { padding-bottom: 135px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-badge { display: none; }
  .section-title { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .process-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 160px; }
  .gallery-card:first-child { grid-row: span 2; }
  .gallery-label { left: 12px; bottom: 10px; font-size: .58rem; }
  .gallery-card::after { width: 44px; height: 44px; }
  .about-image { min-height: 430px; }
  .about-image::after { display: none; }
  .values, .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 30px 24px; margin-inline: 0; }
  .contact-item { grid-template-columns: 82px 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; padding-bottom: 34px; }
  .mobile-actions {
    position: fixed; z-index: 50; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom));
    display: grid; grid-template-columns: 1fr 1fr; min-height: 52px; overflow: hidden;
    color: var(--ink); background: var(--gold); box-shadow: 0 12px 36px rgba(0,0,0,.24);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .mobile-actions a, .mobile-actions button {
    display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 52px; padding: 0 12px;
    border: 0; color: inherit; background: transparent; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase;
  }
  .mobile-actions button { border-left: 1px solid rgba(46,41,36,.22); }
  .mobile-actions > :nth-child(2) { border-left: 1px solid rgba(46,41,36,.22); }
  body.mobile-actions-hidden .mobile-actions,
  body.menu-open .mobile-actions,
  body.lightbox-open .mobile-actions,
  body.callback-open .mobile-actions { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(18px); }
  .callback-modal { padding: 8px; }
  .callback-dialog { width: 100%; max-height: calc(100svh - 16px); padding: 38px 22px 28px; }
  .callback-dialog .section-kicker { margin-right: 48px; }
  .callback-intro { margin-right: 0; }
  .callback-grid { grid-template-columns: 1fr; }
  .callback-close { top: 10px; right: 10px; }
  .callback-form .form-submit { min-width: 0; }
  .lightbox { padding: 60px 14px; }
  .lightbox-nav { top: auto; bottom: 60px; color: var(--ink); background: var(--gold); }
  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
  .lightbox-caption { bottom: 22px; width: 70%; text-align: center; }
  .guide-hero-inner { padding-top: 128px; padding-bottom: 62px; }
  .guide-hero h1, .error-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .guide-hero p { font-size: 1rem; }
  .guide-grid { grid-template-columns: 1fr; gap: 20px; }
  .guide-heading-row, .home-guide-heading { gap: 30px; margin-bottom: 34px; }
  .guide-filters { gap: 7px; }
  .guide-filters a { padding: 8px 10px; font-size: .64rem; }
  .guide-card-body, .home-guide .guide-card-body { min-height: 0; padding: 24px 22px; }
  .guide-card-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .guide-contact-band-inner { padding: 55px 0; }
  .guide-contact-actions, .article-cta-actions, .error-actions { width: 100%; flex-direction: column; }
  .guide-contact-actions .btn, .article-cta-actions .btn, .error-actions .btn { width: 100%; }
  .breadcrumbs { margin-bottom: 25px; font-size: .7rem; }
  .article-hero-inner { padding-top: 116px; padding-bottom: 58px; }
  .article-hero h1 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .article-lead { margin-top: 23px; font-size: 1.08rem; }
  .article-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .article-layout { padding-top: 38px; padding-bottom: 65px; }
  .article-toc { padding: 24px 22px; }
  .article-featured-image { margin-bottom: 35px; }
  .article-content { font-size: 1.03rem; line-height: 1.78; }
  .article-content .article-summary { padding: 24px 22px 14px; }
  .article-cta { margin-top: 52px; padding: 32px 24px; }
  .related-articles { padding-top: 70px; }
  .error-hero { min-height: 700px; }
  .error-code { top: 95px; }
  .search-form { flex-direction: column; }
  .search-form .btn { width: 100%; }
  .empty-state { padding: 32px 24px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header.is-sticky { top: 46px; }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 20px), var(--content)); }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 3.2rem); }
  .contact-form { padding-inline: 20px; }
  .contact-item { grid-template-columns: 1fr; gap: 8px; }
  .main-nav { justify-content: flex-start; padding-inline: 22px; }
  .main-nav a { font-size: 1.42rem; padding-block: 9px; }
  .guide-filters a { max-width: 100%; }
}

/* Client visual direction: dark editorial portfolio layout. */
.home { color: #f4f4f2; background: #181818; }
.home .topbar { display: none; }
.home .site-header { top: 0; height: 86px; border-bottom-color: rgba(255,255,255,.16); }
.home .site-header.is-sticky { color: var(--white); background: rgba(18,18,18,.96); border-bottom-color: rgba(255,255,255,.12); }
.home .site-header.is-sticky .brand-tagline { color: rgba(255,255,255,.58); }
.home .main-nav a { font-size: .69rem; letter-spacing: .15em; }
.home .header-phone { color: #171717 !important; background: var(--gold); }
.home .hero { min-height: 100svh; align-items: center; background-position: center; }
.home .hero::before { background: linear-gradient(90deg, rgba(11,11,11,.78), rgba(11,11,11,.32) 62%, rgba(11,11,11,.58)), linear-gradient(0deg, rgba(10,10,10,.46), transparent 55%); }
.home .hero::after { display: none; }
.home .hero-content { display: flex; flex-direction: column; align-items: center; max-width: 1080px; padding-top: 154px; padding-bottom: 92px; text-align: center; }
.home .hero-kicker { justify-content: center; margin-bottom: 28px; color: var(--gold); font-family: var(--sans); font-size: .7rem; letter-spacing: .28em; }
.home .hero-kicker::before, .home .hero-kicker::after { display: block; width: 56px; height: 1px; background: currentColor; }
.home .hero-kicker::after { content: ""; }
.home .hero h1 { max-width: 900px; font-family: var(--sans); font-size: clamp(3rem, 7vw, 7rem); font-weight: 300; line-height: 1.02; letter-spacing: .1em; text-transform: uppercase; }
.home .hero h1 .gold { color: var(--gold); }
.home .hero-copy { max-width: 650px; margin-top: 30px; color: rgba(255,255,255,.74); font-size: 1rem; line-height: 1.75; }
.home .hero-actions { justify-content: center; margin-top: 34px; }
.home .btn { border-radius: 0; }
.home .hero-badge { display: none; }
.home .section { padding: 124px 0; }
.home #o-nas { color: #f4f4f2; background: #191919; }
.home #o-nas .intro-grid { grid-template-columns: minmax(0, 860px); justify-content: center; gap: 28px; text-align: center; }
.home #o-nas .section-kicker, .home #o-nas .gold { color: var(--gold); }
.home #o-nas .section-kicker { justify-content: center; }
.home #o-nas .section-title { font-family: var(--sans); font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 300; letter-spacing: .07em; text-transform: uppercase; }
.home #o-nas .intro-copy { padding-top: 0; }
.home #o-nas .intro-copy p { color: rgba(255,255,255,.66); }
.home #o-nas .signature { color: var(--gold); font-family: var(--sans); font-size: .72rem; font-style: normal; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.home .services { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; margin-top: 82px; border: 0; background: #303030; }
.home .service-card { min-height: 0; padding: 0 0 34px; border: 0; color: var(--white); background: #222; }
.home .service-card:hover { transform: none; color: var(--white); background: #292929; box-shadow: none; }
.home .service-card-media { height: 215px; overflow: hidden; background: #101010; }
.home .service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .35s ease; }
.home .service-card:hover .service-card-media img { transform: scale(1.04); filter: brightness(.78); }
.home .service-number { display: block; padding: 24px 28px 0; font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .2em; }
.home .service-card h3 { margin: 18px 28px 12px; color: var(--white); font-family: var(--sans); font-size: 1.1rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.home .service-card p { margin: 0 28px; color: rgba(255,255,255,.58); font-size: .9rem; line-height: 1.7; }
.home .process { position: relative; overflow: hidden; color: var(--white); background: #161616 var(--process-image) center / cover no-repeat; }
.home .process::before { content: ""; position: absolute; inset: 0; background: rgba(8,8,8,.76); }
.home .process > .container { position: relative; z-index: 1; }
.home .process .section-kicker, .home .process .gold { color: var(--gold); }
.home .process-head { display: block; max-width: 760px; margin: 0 auto; text-align: center; }
.home .process-head .section-kicker { justify-content: center; }
.home .process-head .section-title { font-family: var(--sans); font-size: clamp(2.1rem, 5vw, 4.2rem); font-weight: 300; letter-spacing: .08em; text-transform: uppercase; }
.home .process-head .section-lead { max-width: 620px; margin: 24px auto 0; color: rgba(255,255,255,.68); }
.home .process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 72px; border-top: 0; }
.home .process-step { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1; max-width: 245px; padding: 30px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(20,20,20,.46); text-align: center; }
.home .process-step::before { display: none; }
.home .process-step:nth-child(even) { border-color: transparent; background: #752c09; }
.home .process-step span { color: var(--gold); font-size: .62rem; letter-spacing: .16em; }
.home .process-step h3 { margin: 15px 0 10px; color: var(--white); font-family: var(--sans); font-size: 1rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.home .process-step p { margin: 0; color: rgba(255,255,255,.65); font-size: .78rem; line-height: 1.5; }
.home .gallery-section { color: var(--white); background: #171717; }
.home #zabudowy.gallery-section { background: #171717; }
.home .gallery-heading { display: block; max-width: 850px; margin: 0 auto 54px; text-align: center; }
.home .gallery-heading .section-kicker { justify-content: center; color: var(--gold); }
.home .gallery-heading .section-title { font-family: var(--sans); font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 300; letter-spacing: .08em; text-transform: uppercase; }
.home .gallery-heading .section-lead { max-width: 620px; margin: 24px auto 0; color: rgba(255,255,255,.64); }
.home .gallery-count { margin-top: 22px; color: var(--gold); }
.home .gallery-grid { max-width: 1380px; margin: 0 auto; background: #0c0c0c; }
.home .gallery-card { background: #111; }
.home .gallery-card::before { opacity: .55; }
.home .gallery-actions { padding-bottom: 0; }
.home .load-more { color: var(--white); border-color: rgba(255,255,255,.34); background: transparent; }
.home .feature-band { background: #c8943d; }
.home .feature-band h2 { font-family: var(--sans); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 300; letter-spacing: .06em; text-transform: uppercase; }
.home #wspolpraca { color: var(--white); background: #191919; }
.home #wspolpraca .section-kicker, .home #wspolpraca .gold { color: var(--gold); }
.home #wspolpraca .about-copy p { color: rgba(255,255,255,.65); }
.home #wspolpraca .values li { border-color: rgba(255,255,255,.16); }
.home #wspolpraca .values li::before { background: var(--gold); }
.home .home-guide { color: var(--white); background: #171717; }
.home .home-guide .section-kicker, .home .home-guide .gold { color: var(--gold); }
.home .home-guide .section-lead { color: rgba(255,255,255,.65); }
.home .home-guide .guide-card { color: var(--white); background: #222; }
.home .home-guide .guide-card-body > p, .home .home-guide .guide-card-meta time { color: rgba(255,255,255,.6); }
.home .contact { color: var(--white); background: #191919; }
.home .contact .section-kicker, .home .contact .gold { color: var(--gold); }
.home .contact .section-lead { color: rgba(255,255,255,.66); }
.home .contact-details { border-color: rgba(255,255,255,.17); }
.home .contact-item { border-color: rgba(255,255,255,.17); }
.home .contact-item span { color: var(--gold); }
.home .contact-item a, .home .contact-item address { color: rgba(255,255,255,.76); }
.home .contact-form { color: var(--white); background: #222; box-shadow: none; }
.home .contact-form > p, .home .field label, .home .consent { color: rgba(255,255,255,.64); }
.home .field input, .home .field textarea, .home .field select { color: var(--white); border-color: rgba(255,255,255,.38); }
.home .field input::placeholder, .home .field textarea::placeholder { color: rgba(255,255,255,.44); }
.home .site-footer { background: #0f0f0f; }

@media (max-width: 820px) {
  .home .site-header, .home .site-header.is-sticky { background: rgba(18,18,18,.92); }
  .home .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home .process-step { max-width: none; }
  .home .gallery-heading { margin-bottom: 38px; }
}

@media (max-width: 560px) {
  .home .hero-content { padding-top: 132px; padding-bottom: 120px; }
  .home .hero-kicker { font-size: .58rem; letter-spacing: .2em; }
  .home .hero-kicker::before, .home .hero-kicker::after { width: 24px; }
  .home .hero h1 { font-size: clamp(2.4rem, 12vw, 4rem); letter-spacing: .07em; }
  .home .hero-copy { font-size: .92rem; }
  .home .services { grid-template-columns: 1fr; }
  .home .service-card-media { height: 190px; }
  .home .process-grid { grid-template-columns: 1fr; gap: 20px; }
  .home .process-step { width: min(78vw, 260px); margin: 0 auto; }
  .home .gallery-heading .section-title { font-size: clamp(2rem, 11vw, 3.2rem); }
}
