:root {
  color-scheme: light;
  --ink: #171819;
  --ink-soft: #27292a;
  --paper: #f3f1ed;
  --surface: #fff;
  --line: #d9d7d2;
  --muted: #5d6264;
  --accent: #ac3e49;
  --accent-dark: #8e303a;
  --accent-light: #f0b4ba;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 12px 18px; background: #fff; color: #111; }
.skip:focus { left: 12px; }
.wrap { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }

/* Masthead */
.top { background: #141516; color: #d9dadd; font-size: 11px; font-weight: 700; letter-spacing: .11em; }
.top-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.top-separator { color: var(--accent-light); margin-inline: 9px; }
.top a { color: #fff; white-space: nowrap; }
.top a:hover { color: var(--accent-light); }
.header { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: #050505; border: 1px solid #252525; flex: none; }
.brand-name { display: flex; flex-direction: column; line-height: .98; letter-spacing: -.045em; }
.brand-name strong { font-size: 19px; font-weight: 900; white-space: nowrap; }
.brand-name small { margin-top: 6px; color: #6a6d6c; font-size: 9px; font-weight: 800; letter-spacing: .19em; white-space: nowrap; }
.brand-dot, .title-dot { color: var(--accent); }
.nav { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.nav a { padding: 14px 16px; border-bottom: 3px solid transparent; color: #303335; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .065em; transition: color .2s, border-color .2s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent-dark); border-bottom-color: var(--accent); }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); min-height: 430px; margin-top: 20px; overflow: hidden; background: #101112; color: #fff; }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 48px clamp(34px, 5vw, 76px) 40px; overflow: hidden; }
.hero-copy::before { content: ""; position: absolute; inset: -30% -10%; z-index: -1; opacity: .38; background: radial-gradient(circle at 15% 90%, #78343b 0, transparent 26%), repeating-linear-gradient(114deg, transparent 0, transparent 42px, #ffffff0b 43px, transparent 44px); animation: ambient-shift 18s ease-in-out infinite alternate; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #65696b; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #d0d1d1; }
.accent-line { width: 26px; height: 3px; flex: none; background: var(--accent); }
.hero h1 { margin: 28px 0 23px; max-width: 720px; font-size: clamp(51px, 5.3vw, 78px); font-weight: 850; letter-spacing: -.075em; line-height: .99; }
.hero h1 em { color: var(--accent-light); font-style: normal; }
.hero p { max-width: 580px; margin: 0; color: #c6c8c8; font-size: 18px; line-height: 1.56; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 13px 19px; border: 1px solid var(--accent); background: var(--accent); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; transition: background .2s, transform .2s; }
.btn:hover { background: var(--accent-dark); transform: translateY(-2px); }
.hero-link, .text-action { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-link:hover, .text-action:hover { color: var(--accent-light); }
.hero-index { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; color: #9a9d9c; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.hero-art { position: relative; display: grid; place-items: center; min-width: 0; overflow: hidden; isolation: isolate; background: #050505; }
.hero-art::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 52% 50%, #373032, #050505 62%); }
.hero-art img { width: 100%; height: 100%; max-height: 460px; object-fit: contain; animation: portrait-breathe 13s ease-in-out infinite alternate; }
.hero-orbit { position: absolute; width: min(82%, 420px); aspect-ratio: 1; border: 1px solid #a8424d66; border-radius: 50%; animation: orbit-breathe 13s ease-in-out infinite alternate; }
.art-caption { position: absolute; right: 20px; bottom: 16px; padding: 7px 10px; background: #080808bd; color: #dadada; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
@keyframes ambient-shift { to { transform: translateX(28px) translateY(-8px); } }
@keyframes portrait-breathe { to { transform: scale(1.025) translateY(-4px); } }
@keyframes orbit-breathe { to { transform: scale(1.1); opacity: .5; } }

/* Moving lead cards */
.latest, .featured-area, .older-area, .archive-articles { margin-top: 66px; }
.section-top { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 24px; }
.section-top h2 { margin: 10px 0 8px; font-size: clamp(36px, 3.8vw, 55px); font-weight: 850; letter-spacing: -.065em; line-height: 1.03; }
.section-top p { max-width: 660px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.46; }
.carousel-controls { display: flex; gap: 8px; padding-bottom: 2px; flex: none; }
.round-control { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #9ea1a1; background: transparent; color: var(--ink); border-radius: 50%; font-size: 21px; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.round-control:hover { color: #fff; border-color: var(--accent); background: var(--accent); }
.story-track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(280px, 31.5%, 410px); gap: 16px; overflow-x: auto; padding: 2px 2px 16px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--accent) #d8d4cf; }
.story-card { display: flex; flex-direction: column; min-width: 0; scroll-snap-align: start; border: 1px solid var(--line); background: #fff; transition: border-color .2s, transform .2s, box-shadow .2s; }
.story-card:hover { border-color: #b7a0a0; box-shadow: 0 10px 25px #15151513; transform: translateY(-3px); }
.story-image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #292a2a; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.story-article .story-image { background: radial-gradient(circle at 80% 15%, #8f3d46 0, transparent 29%), repeating-linear-gradient(118deg, #27292b 0, #27292b 23px, #303234 24px, #27292b 25px); }
.story-article .story-image:empty::after { content: "OBIEKTYWNIE\A SUBIEKTYWNIE."; position: absolute; left: 25px; bottom: 20px; color: #fff; font-size: 25px; font-weight: 900; letter-spacing: -.055em; line-height: 1; white-space: pre; }
.story-card:hover .story-image img { transform: scale(1.04); }
.play-badge { position: absolute; right: 15px; bottom: 14px; display: grid; place-items: center; width: 41px; height: 41px; padding-left: 2px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 15px; box-shadow: 0 3px 15px #0005; }
.story-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; min-height: 172px; padding: 21px 22px 23px; }
.card-kicker { color: var(--accent-dark); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.story-card h3 { margin: 12px 0 20px; font-size: 22px; font-weight: 800; letter-spacing: -.045em; line-height: 1.19; }
.card-more { margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid #979a99; font-size: 12px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.carousel-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 13px; color: #686e70; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.carousel-foot a { color: var(--accent-dark); text-transform: uppercase; }

/* Editorial sections */
.perspective-strip { display: grid; grid-template-columns: 1fr 1fr auto; align-items: stretch; gap: 0; margin-top: 56px; background: var(--ink-soft); color: #fff; }
.perspective-strip > div { display: flex; flex-direction: column; justify-content: center; min-height: 98px; padding: 20px 30px; border-right: 1px solid #484b4d; }
.perspective-strip span { color: var(--accent-light); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.perspective-strip strong { margin-top: 7px; font-size: 20px; letter-spacing: -.035em; }
.perspective-strip a { display: grid; place-items: center; padding: 18px 25px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.perspective-strip a:hover { background: var(--accent-dark); }
.section-link { flex: none; padding-bottom: 5px; border-bottom: 1px solid var(--accent); color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.article-promo { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 320px; border: 1px solid var(--line); background: #fff; }
.article-page-promo { margin-top: 32px; }
.promo-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 4.5vw, 58px); }
.promo-copy h3 { margin: 16px 0 12px; font-size: clamp(32px, 3.5vw, 47px); line-height: 1.05; letter-spacing: -.06em; }
.promo-copy p { max-width: 510px; margin: 0 0 28px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.text-action { color: var(--accent-dark); }
.text-action:hover { color: var(--accent); }
.promo-video { position: relative; display: block; min-height: 290px; overflow: hidden; background: #2a2b2d; }
.promo-video::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, #000a); }
.promo-video img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.promo-video:hover img { transform: scale(1.04); }
.promo-video > span { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 1; display: flex; justify-content: space-between; padding: 14px 17px; background: #fff; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.older-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.older-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); background: #fff; transition: border-color .2s, transform .2s; }
.older-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.older-image { aspect-ratio: 16/9; overflow: hidden; background: #292a2b; }
.older-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.older-card:hover img { transform: scale(1.04); }
.older-card > div:last-child { display: flex; flex: 1; flex-direction: column; align-items: flex-start; min-height: 150px; padding: 21px 22px 23px; }
.older-card h3 { margin: 12px 0 17px; font-size: 21px; letter-spacing: -.045em; line-height: 1.2; }

/* Shared inner pages and CMS articles */
.subhero { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 300px; margin-top: 20px; padding: 54px clamp(30px, 5vw, 68px); overflow: hidden; background: #171819; color: #fff; isolation: isolate; }
.subhero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 84% 45%, #53282e 0, transparent 28%), repeating-linear-gradient(110deg, transparent 0, transparent 72px, #ffffff0c 73px, transparent 74px); }
.subhero::after { content: ""; position: absolute; top: -120px; right: 100px; z-index: -1; width: 360px; height: 360px; border: 1px solid #aa555d65; border-radius: 50%; }
.subhero-art { position: absolute; top: 50%; right: 3%; z-index: -1; height: 118%; width: auto; transform: translateY(-50%); opacity: .54; object-fit: contain; }
.subhero .eyebrow { color: var(--accent-light); }
.subhero h1 { max-width: 800px; margin: 18px 0 12px; font-size: clamp(45px, 5vw, 70px); letter-spacing: -.07em; line-height: 1.02; }
.subhero p { max-width: 640px; margin: 0; color: #dedddd; font-size: 18px; line-height: 1.5; }
.page-section { padding-top: 66px; }
.page-section h2 { margin: 0 0 24px; font-size: clamp(34px, 3.5vw, 50px); letter-spacing: -.06em; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.film { display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .2s, border-color .2s; }
.film:hover { border-color: var(--accent); transform: translateY(-3px); }
.film .image { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #2b2c2d; }
.film .image img { width: 100%; height: 100%; object-fit: cover; }
.film .image i { position: absolute; right: 17px; bottom: 17px; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 17px; font-style: normal; }
.film .body { padding: 23px; }
.film small { color: var(--accent-dark); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.film h3 { margin: 11px 0; font-size: 24px; line-height: 1.17; letter-spacing: -.045em; }
.film p { color: var(--muted); font-size: 15px; line-height: 1.45; }
.film .more { display: inline-block; margin-top: 8px; padding-bottom: 4px; border-bottom: 1px solid #999; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.notice { margin-top: 58px; padding: clamp(30px, 5vw, 55px); border-left: 5px solid var(--accent); background: #e8e5e0; }
.notice h2 { margin: 15px 0; font-size: clamp(32px, 3.5vw, 47px); letter-spacing: -.055em; line-height: 1.08; }
.notice p { max-width: 760px; color: #494e50; font-size: 17px; line-height: 1.5; }
.notice .btn { margin-top: 7px; }
.about-lead { max-width: 860px; color: #424749; font-size: 21px; line-height: 1.55; }
.perspectives { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.perspective { display: flex; flex-direction: column; justify-content: space-between; min-height: 215px; padding: 30px; border: 1px solid var(--line); background: #fff; }
.perspective:last-child { border-top: 4px solid var(--accent); }
.perspective .num { color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.perspective h3 { margin: 12px 0; font-size: 30px; letter-spacing: -.05em; }
.perspective p { max-width: 490px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.45; }

/* Articles */
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.featured-articles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 240px; padding: 28px; border: 1px solid var(--line); background: #fff; overflow: hidden; transition: transform .2s, border-color .2s; }
.article-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.article-card.featured { background: #292627; color: #fff; }
.article-card.featured small, .article-card.featured p { color: #dbd6d6; }
.article-card-image { height: 150px; margin: -28px -28px 24px; overflow: hidden; background: #2a2a2a; }
.article-card-image img { width: 100%; height: 100%; object-fit: cover; }
.article-card.featured .article-card-image { height: 220px; }
.featured-label { align-self: flex-start; margin-bottom: 18px; padding: 6px 9px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-card small { color: var(--accent-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-card h3 { margin: 12px 0 10px; font-size: clamp(22px, 2.3vw, 29px); letter-spacing: -.048em; line-height: 1.14; }
.article-card p { margin: 0 0 25px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.article-card > span:last-child { margin-top: auto; font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.archive-articles { padding-top: 15px; border-top: 1px solid var(--line); }
.archive-articles .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-body { max-width: 820px; margin: 66px auto 0; color: #303436; font-size: 18px; line-height: 1.72; }
.article-body h2 { margin: 48px 0 14px; font-size: 36px; letter-spacing: -.05em; line-height: 1.13; }
.article-body h3 { margin: 35px 0 12px; font-size: 27px; letter-spacing: -.04em; }
.article-body p { margin: 0 0 23px; }
.article-body a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-body blockquote { margin: 30px 0; padding: 3px 0 3px 24px; border-left: 4px solid var(--accent); color: #54595b; }
.article-body li { margin: 8px 0; }
.article-body img { height: auto; }
.article-meta { color: #c7c9c9; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-end { max-width: 820px; margin: 54px auto; padding: 30px; border-left: 4px solid var(--accent); background: #e8e5e0; }
.article-end p { line-height: 1.5; }
.article-end a, .site-note a { color: var(--accent-dark); font-weight: 800; text-decoration: underline; }
.site-note { display: block; max-width: 820px; margin: 40px auto 0; }

/* Footer */
footer { margin-top: 90px; padding: 35px 0 44px; background: #191a1b; color: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-identity { display: flex; align-items: center; gap: 12px; }
.footer-identity img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.footer-identity div { display: flex; flex-direction: column; gap: 4px; }
.footer-identity strong { font-size: 15px; letter-spacing: -.025em; }
.footer-identity span { color: #b6b8b8; font-size: 12px; }
footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
footer nav a { font-size: 12px; font-weight: 800; text-transform: uppercase; }
footer nav a:hover { color: var(--accent-light); }

@media (max-width: 1060px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 16px 0 12px; gap: 12px; }
  .nav a { padding: 10px 12px; }
  .hero { grid-template-columns: 1.05fr .95fr; }
  .hero-copy { padding: 45px 38px; }
  .hero h1 { font-size: clamp(48px, 5vw, 64px); }
  .featured-articles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-card.featured { grid-row: auto; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 680px); }
  .top-inner { justify-content: center; }
  .top a { display: none; }
  .header-inner { min-height: 0; }
  .brand img { width: 54px; height: 54px; }
  .brand-name strong { font-size: 16px; }
  .nav { width: 100%; justify-content: space-between; gap: 2px; }
  .nav a { font-size: 11px; padding: 10px 7px; }
  .hero { grid-template-columns: 1fr; margin-top: 12px; }
  .hero-copy { min-height: 360px; padding: 40px 30px 30px; }
  .hero h1 { font-size: clamp(46px, 8vw, 66px); }
  .hero-art { height: 330px; }
  .hero-art img { max-height: none; }
  .hero-index { margin-top: 29px; }
  .story-track { grid-auto-columns: minmax(250px, 72%); }
  .latest, .featured-area, .older-area, .archive-articles { margin-top: 52px; }
  .section-top { align-items: flex-start; }
  .perspective-strip { grid-template-columns: 1fr 1fr; margin-top: 45px; }
  .perspective-strip > div { padding: 17px 19px; }
  .perspective-strip strong { font-size: 17px; }
  .perspective-strip a { grid-column: 1 / -1; border-top: 1px solid #484b4d; }
  .article-promo { grid-template-columns: 1fr; }
  .promo-video { min-height: 260px; }
  .older-grid, .archive-articles .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .subhero { min-height: 260px; }
  .subhero-art { opacity: .3; right: -70px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .top { font-size: 9px; }
  .brand-name small { font-size: 8px; }
  .hero-copy { min-height: 0; }
  .hero p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-art { height: 270px; }
  .art-caption { right: 8px; bottom: 7px; font-size: 8px; }
  .section-top h2 { font-size: 37px; }
  .section-top p { font-size: 15px; }
  .carousel-controls { align-self: end; }
  .round-control { width: 38px; height: 38px; }
  .story-track { grid-auto-columns: minmax(245px, 88%); }
  .carousel-hint { display: none; }
  .carousel-foot { justify-content: flex-end; }
  .perspective-strip { grid-template-columns: 1fr; }
  .perspective-strip > div { min-height: 75px; border-bottom: 1px solid #484b4d; }
  .perspective-strip a { grid-column: auto; }
  .older-grid, .article-grid, .featured-articles, .archive-articles .article-grid, .video-grid, .perspectives { grid-template-columns: 1fr; }
  .older-card > div:last-child { min-height: 0; }
  .promo-copy { padding: 30px; }
  .promo-copy h3 { font-size: 34px; }
  .subhero { padding: 40px 26px; }
  .subhero h1 { font-size: 43px; }
  .subhero p { font-size: 16px; }
  .notice { padding: 28px; }
  .article-card.featured .article-card-image { height: 170px; }
  .article-body { margin-top: 45px; font-size: 16px; }
  .article-body h2 { font-size: 29px; }
  footer nav { gap: 12px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
