/* ===============================
   RESET
=============================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #F3F2EE;
  color: #22221F;
  font-family: 'Inter', sans-serif;
  font-size: 17.5px;
  line-height: 2;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===============================
   TYPOGRAFIA
=============================== */

h1, h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
}

h1 {
  font-size: 42px;
  line-height: 1.25;
  letter-spacing: -0.2px;
  margin-bottom: 22px;
}

h2 {
  font-size: 24px;
  margin: 0 0 32px 0;
  letter-spacing: -0.1px;
}

h3 {
  font-size: 13px;
  font-weight: 400;
  margin: 55px 0 14px 0;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #8F8C84;
}

p {
  margin-bottom: 28px;
  max-width: 520px;
}

.muted { color: #6F6F6B; }
.small { font-size: 12px; }

/* ===============================
   NAV
=============================== */

.nav {
  position: sticky;
  top: 0;
  background: rgba(243,242,238,0.97);
  backdrop-filter: blur(6px);
  padding: 18px 0;
  z-index: 100;
}

.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 15px;
}

.nav-menu-desktop {
  display: flex;
  gap: 26px;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.nav-menu-desktop a {
  opacity: 0.35;
  transition: opacity .3s ease;
}

.nav-menu-desktop a:hover {
  opacity: 0.85;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  padding: 26px 40px;
  background: #F3F2EE;
  border-top: 1px solid #E8E5DE;
}

.nav-mobile.open { display: flex; }

.page-seo .nav-mobile {
  background: #ffffff;
  border-top: 1px solid #F0EDE7;
}

/* ===============================
   HERO
=============================== */

.hero {
  min-height: 55vh;
  display: flex;
  align-items: center;
  padding: 80px 0 90px 0;
}

.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 55% 45%;
  column-gap: 110px;
  align-items: center;
}

.hero-text { max-width: 420px; }

.hero-sub {
  font-size: 15px;
  line-height: 1.9;
  color: #5E5B55;
  margin-bottom: 16px;
}

.hero-meta {
  margin-top: 0;
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9A968E;
}

/* ===============================
   HERO DIVIDER
=============================== */

.hero-divider {
  height: 60px;
  position: relative;
}

.hero-divider::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #DDDAD3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}

/* ===============================
   EDITORIAL SYSTEM
=============================== */

.layout {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

.col-editorial {
  width: 520px;
  margin-left: 54%;
}

.col-editorial p {
  margin-bottom: 28px;
}

/* ===============================
   SEKCJE
=============================== */

.section {
  padding: 120px 0;
  border-top: 1px solid #E8E5DE;
}

#kontakt {
  margin-top: 40px;
}

/* ===============================
   EDITORIAL LEAD
=============================== */

.editorial-lead {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: -0.1px;
  color: #3F3C36;
  max-width: 520px;
}

/* ===============================
   FORMULARZ
=============================== */

.contact-form { margin-top: 50px; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 0;
  margin-bottom: 28px;
  border: none;
  border-bottom: 1px solid #CFCAC1;
  background: transparent;
  font-size: 14.5px;
  outline: none;
  transition: border-color .3s ease, background .3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom: 1px solid #1B1B19;
  background: rgba(0,0,0,0.01);
}

.contact-form button {
  background: none;
  border: none;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #CFCAC1;
  padding-bottom: 5px;
  cursor: pointer;
}

/* ===============================
   SEO PAGE
=============================== */

.page-seo {
  background: #ffffff;
  color: #2A2A28;
}

.page-seo .nav { background: #ffffff; }

.page-seo .seo-main { padding-top: 140px; }

.page-seo .seo-container {
  width: 500px;
  margin-left: 54%;
}

.page-seo h1 {
  font-size: 38px;
  margin-bottom: 80px;
}

.page-seo h2 {
  margin-top: 120px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.4rem;
}

.page-seo p:last-of-type {
  margin-top: 60px;
}

/* ===============================
   LINK EDITORIAL
=============================== */

.inline-link {
  border-bottom: 1px solid #CFCAC1;
  transition: border-color .3s ease;
}

.inline-link:hover {
  border-bottom: 1px solid #1B1B19;
}

/* ===============================
   NOTATKI
=============================== */

.notatki-list {
  margin-top: 100px;
}

.notatka-item {
  margin-bottom: 56px;
}

/* ===============================
   FOOTER
=============================== */

.site-footer {
  padding: 140px 0 80px 0;
  border-top: 1px solid #E8E5DE;
}

.footer-minimal p {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #8E8A82;
}

.footer-links { margin-top: 18px; }

.footer-links a {
  opacity: 0.35;
  transition: opacity .3s ease;
}

.footer-links a:hover { opacity: 0.7; }

.footer-separator {
  margin: 0 8px;
  opacity: 0.3;
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width: 1024px) {

  body { font-size: 16.5px; }

  /* NAV — jedna linia, bez hamburgera */

  .nav-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }

  .nav-logo {
    font-size: 14px;
    white-space: nowrap;
  }

  .nav-menu-desktop {
    display: flex;
    gap: 14px;
    font-size: 10px;
    letter-spacing: 1.6px;
    white-space: nowrap;
  }

  /* HERO */

  .hero {
    padding: 50px 0 70px 0;
  }

  .hero-grid {
    display: block;
    padding: 0 24px;
  }

  .hero-text { max-width: 100%; }

  h1 { font-size: 34px; }

  .section { padding: 90px 24px; }

  .layout { padding: 0 24px; }

  .col-editorial {
    width: 100%;
    margin-left: 0;
  }

  .page-seo .seo-container {
    width: 100%;
    margin-left: 0;
    padding: 0 24px;
  }

  p { max-width: 100%; }

  .hero-divider { display: none; }

  .site-footer {
    padding: 100px 24px 60px 24px;
  }

}

/* ===============================
   RECAPTCHA VISIBILITY CONTROL
=============================== */

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

body.grecaptcha-visible .grecaptcha-badge {
  opacity: 1;
  visibility: visible;
}

/* ===============================
   HONEYPOT FIELD
=============================== */

.hp-field {
  display: none;
}


/* =================================================
NOTATKI
================================================= */
.notatki-group {
  margin-bottom: 48px;
}

.notatki-group-title {
  font-family: "Fraunces", serif;
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.notatka-item {
  margin-bottom: 10px;
}

/* =========================
NOTATKI – ATELIER
========================= */

.notatki-atelier {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  padding-left: 40px;
}

/* pionowa linia (oś) */
.notatki-atelier::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e7eb;
}

/* grupy */
.notatki-group {
  margin-bottom: 56px;
}

/* tytuły grup */
.notatki-group-title {
  font-family: "Fraunces", serif;
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}

/* element */
.notatka-item {
  position: relative;
  margin-bottom: 10px;
}

/* kropka na osi */
.notatka-item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #9ca3af;
  border-radius: 50%;
}

/* link */
.inline-link {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #1f2937;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* hover – bardzo subtelny */
.inline-link:hover {
  color: #374151;
  transform: translateX(2px);
}

/* ostatnia sekcja lżejsza */
.notatki-group:last-child {
  opacity: 0.75;
}



