body {
  font-size: 16px;
  line-height: 1.65;
  background: #f2f2f2;
  color: #111;
  font-family: system-ui, sans-serif;
}

body {
  overflow-x: hidden;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}
.container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1rem;
}

hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin: 2rem 0;
}

hr::after {
  content: "· · ·";
  color: rgba(0,0,0,0.4);
  letter-spacing: 0.6em;
}

.contact-form {
  max-width: 520px;
  margin: 3rem auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: #555;
}

input,
textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0.6rem 0.5rem;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent;
  color: #111;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(0,0,0,0.6);
}

button {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background: none;
  border: 1px solid #111;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

button:hover {
  background: #111;
  color: #fff;
}

.form-note {
  margin-top: 2rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #666;
}

/* ADS */
.ads {
  margin: 80px 0;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 0.9rem;
}

/* affiliate links – auto-detected by URL */
a[href*="amazon."] {
  color: #1a5cff;
  text-decoration: none;
  padding-bottom: 1px;
}

a[href*="amazon."]:hover {
  border-bottom-color: #000;
}

.container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
  background: #fff;
}

.container a {
  display: inline-block;
  max-width: 100%;
}

img {
  max-width: 100%;
}

.lang {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0;
}

.lang a {
  background: #2b2b2b;
  color: #fff;
  padding: 0.35rem 0.6rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
}

.lang a:hover {
  background: #fff;
  color: #2b2b2b;
}

/* TOP HERO IMAGE */

.top-hero {
  width: 100%;
  height: 200px;                 /* stała, przewidywalna wysokość */
  background-image: url("/img/hero3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* MEDIA */

.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* LABELS and LEADS */

/* HOME - LABELS AND LEADS */

.home-entry {
  margin-bottom: 3.5rem;
}

.home-label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.70em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #777;
}

.home-lead {
  margin: 0;
  line-height: 1.65;
}

.home-title,
.home-title:visited {
  font-weight: 600;
  color: #c23b22;               /* editorial red */
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* EDITORIAL LINKS - same color as home titles */

.container p a,
.container li a {
  display: inline;
  padding: 0.08em 0.35em 0.12em;
  margin: 0 -0.05em;

  background: rgba(0, 0, 0, 0.045); /* subtle editorial tint */
  color: #c23b22;                      /* SAME as .home-title */

  border-radius: 3px;

  text-decoration: none;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

/* figcaption / image credit links */

figcaption a {
  color: #c23b22;
}

figcaption a:hover {
  background: rgba(194, 59, 34, 0.16);
  color: #a6321d;
}

figcaption a[href^="http"]::after {
  content: "↗";
  font-size: 0.7em;
  margin-left: 0.25em;
  vertical-align: super;
  opacity: 0.6;
}

/* hover - soft, not button */

.container p a:hover,
.container li a:hover {
  background: rgba(194, 59, 34, 0.16);
  color: #a6321d;
}

/* visited - NO color change */

.container p a:visited,
.container li a:visited {
  color: #c23b22;
}

/* EXTERNAL LINK INDICATOR */

.container p a[href^="http"]::after,
.container li a[href^="http"]::after {
  content: "↗";
  font-size: 0.7em;
  margin-left: 0.25em;
  vertical-align: super;
  opacity: 0.6;
}

/* FOOTER - SOFT / EDITORIAL */

.site-footer a,
.site-footer a:visited,
.site-footer a:hover {
  display: inline;
  background: none !important;
  color: #111 !important;
  text-decoration: none !important;
  padding: 0 !important;
  border: 0 !important;
}

/* disable external link icon in footer */
.site-footer a::after {
  content: none !important;
}

.site-footer {
  margin: 3.5rem 0 2rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #777;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #777;
  text-decoration: none;
}

.site-footer a:hover {
  color: #111;
}

/* separator "|" */
.site-footer p {
  letter-spacing: 0.02em;
}

/* embedded image - inside editorial container */

.image-band {
  width: 100%;
  margin: 3rem 0;
  padding: 3rem 0;
  background: #f6f5f3; /* delikatne, papierowe tło */
}

.image-band-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.image-band img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* neutralise editorial link styling for image embeds */

.image-band a,
.image-band a::before,
.image-band a::after {
  background: transparent !important;
  box-shadow: none !important;
}

blockquote {
  font-style: italic;
  font-size: 0.85rem;
  color: #666;
  margin: 0.5rem 0 1.5rem;
  padding-left: 0;
  border-left: none;
}

/* DISCLAIMERS - affiliate (first p) and AI disclosure (last p) */
/* Deliberately smaller, lighter, with top spacing to separate from article text */
.article > p:first-child > em,
.article > p:last-child > em {
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  line-height: 1.3;
  color: #999;
  font-style: italic;
}

/* MAIN PAGE PAGINATION */

.home-pagination {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 2rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-pagination a {
  color: #777;
}

.home-pagination a:hover {
  color: #111;
}

/* ARTICLE PAGINATION */

.article-pagination {
  margin: 4rem 0 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0,0,0,0.12);

  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.article-pagination a {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #555;
  text-decoration: none;

  max-width: 45%;
}

.article-pagination a:hover {
  color: #111;
}

.article-prev {
  text-align: left;
}

.article-next {
  text-align: right;
}

/* =========================
   ZINE MINI GALLERY
   ========================= */

   .mini-gallery {
     margin: 2rem 0;

     padding-top: 1rem;
     padding-bottom: 1rem;

     overflow-x: auto;
     overflow-y: hidden;

     background: #f6f5f3;
   }

/* horizontal strip */

.mini-gallery-track {
  display: flex;
  gap: 0.5rem;
  padding: 0 1rem;

  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.mini-gallery-track::after {
  content: "";
  flex: 0 0 1rem;
}

/* single image */

.mini-gallery-item {
  flex: 0 0 auto;
  height: 358px;
  scroll-snap-align: center;
}

/* image itself */

.mini-gallery-item img {
  display: block;
  height: 100%;
  width: auto;                   /* szerokość z proporcji */
  max-width: 680px;              /* górny limit szerokości */
  filter: contrast(1.02);
}

/* optional subtle edge - print feeling */

.mini-gallery-item img {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
}

.site-footer-copyright {
  font-size: 0.8rem;
  line-height: 1.4;
  opacity: 0.6;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* =========================
   RELATED ARTICLES
   ========================= */

.related-articles {
  margin: 2rem 0;
}

.related-articles h2 {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 1rem;
}

.related-entry {
  margin: 0.6rem 0;
  line-height: 1.5;
}

.related-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
  display: block;
}

.related-link {
  font-weight: 600;
  color: #c23b22;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
