/*
Theme Name: ReImmagine Premium Landing
Theme URI: https://reimmagine.eu
Author: ReImmagine
Author URI: https://reimmagine.eu
Description: Premium B2B landing page dla strategii wizerunku deweloperskiego - Developer Strategic Partner
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reimmagine
Tags: business, landing-page, premium, real-estate, one-page
*/


:root{
  --ink:#12251A; --ink-deep:#0A170F;
  --bone:#F8F5EC; --stone:#EAE3D0;
  --gold:#A9822F; --gold-hi:#C79F42;
  --text:#181812; --text-dim:#615F52;
  --ondark:#F8F5EC; --ondark-dim:rgba(248,245,236,0.6);
  --font-d:'Fraunces', Georgia, serif;
  --font-b:'Inter', sans-serif;
  --shadow:0 40px 90px rgba(10,23,15,0.28);
}
*{margin:0; padding:0; box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{ background:var(--bone); color:var(--text); font-family:var(--font-b); line-height:1.65; overflow-x:hidden; }
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{ max-width:1320px; margin:0 auto; padding:0 60px; position:relative; }
@media (max-width:760px){ .wrap{ padding:0 24px; } }
::selection{ background:var(--gold); color:var(--ink-deep); }

.btn{ font-family:var(--font-b); font-weight:700; font-size:15px; padding:18px 36px; display:inline-flex; align-items:center; gap:12px; cursor:pointer; border:none; border-radius:2px; transition:all .3s cubic-bezier(.2,.8,.3,1); }
.btn-gold{ background:var(--gold); color:var(--ink-deep); }
.btn-gold:hover{ background:var(--gold-hi); transform:translateY(-3px); box-shadow:0 16px 34px rgba(169,130,47,0.35); }
.btn-outline{ background:transparent; color:var(--ondark); border:1.5px solid rgba(248,245,236,0.35); }
.btn-outline:hover{ border-color:var(--gold-hi); color:var(--gold-hi); }

header{ position:sticky; top:0; z-index:90; background:rgba(248,245,236,0.86); backdrop-filter:blur(14px); border-bottom:1px solid rgba(18,37,26,0.08); }
header .wrap{ display:flex; align-items:center; justify-content:space-between; padding:18px 60px; }
.brandmark{ display:flex; align-items:center; gap:12px; }
.brandmark img{ height:36px; }
.brandmark .t{ font-family:var(--font-d); font-size:18px; color:var(--ink); font-weight:700; }
.brandmark .t b{ color:var(--gold); }
@media (max-width:900px){ header .wrap{ padding:16px 24px; } }

/* ============ HERO — overlapping composition, angled base ============ */
.hero{ position:relative; padding-top:70px; padding-bottom:180px; background:var(--bone); overflow:visible; z-index:1; }
.hero-frame{ position:relative; margin-top:60px; }
.hero-img-wrap{ position:relative; width:100%; height:auto; min-height:800px; overflow:hidden; border-radius:2px; background:var(--ink); }
.hero-img-wrap img{ width:100%; height:auto; display:block; filter:saturate(0.9) brightness(0.9); }
.hero-img-wrap video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 80%; display:block; z-index:0; }
.hero-img-wrap::after{ content:''; position:absolute; inset:0; background:linear-gradient(100deg, rgba(10,23,15,0.8) 0%, rgba(10,23,15,0.38) 48%, transparent 78%); }
.hero-copy{
  position:absolute; left:0; top:0; height:100%; width:60%; z-index:2;
  display:flex; flex-direction:column; justify-content:center; padding:0 70px;
}
.hero-eyebrow{ font-family:var(--font-b); font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold-hi); display:flex; align-items:center; gap:14px; margin-bottom:30px; font-weight:700; }
.hero-eyebrow::before{ content:''; width:34px; height:2px; background:var(--gold-hi); }
.hero-copy h1{ font-family:var(--font-d); font-weight:700; font-size:clamp(38px,4.6vw,60px); line-height:1.06; color:var(--ondark); letter-spacing:-0.01em; margin-bottom:26px; }
.hero-copy h1 em{ font-style:italic; font-weight:400; color:var(--gold-hi); }
.hero-copy p{ font-size:16.5px; color:var(--ondark-dim); max-width:440px; line-height:1.75; }

.hero-float-card{
  position:absolute; right:-30px; bottom:-70px; z-index:3; background:var(--bone); color:var(--ink);
  padding:36px 40px; width:340px; box-shadow:var(--shadow); border-radius:2px;
}
.hero-float-card .k{ font-family:var(--font-b); font-size:11px; letter-spacing:0.1em; text-transform:uppercase; color:var(--text-dim); margin-bottom:10px; }
.hero-float-card h4{ font-family:var(--font-d); font-size:21px; margin-bottom:20px; line-height:1.3; }
@media (max-width:1100px){
  .hero-img-wrap{ height:auto; min-height:520px; }
  .hero-copy{ position:static; width:100%; padding:50px 34px; background:var(--ink); height:auto; }
  .hero-img-wrap img{ display:none; }
  .hero-img-wrap video{ display:none; }
  .hero-img-wrap::after{ display:none; }
  .hero-float-card{ position:static; width:auto; margin-top:26px; }
}

.hero-badges{ display:flex; flex-wrap:wrap; gap:16px; margin-top:100px; }
.hbadge{ display:inline-flex; align-items:center; gap:12px; background:var(--bone); border:1px solid rgba(18,37,26,0.14); padding:14px 22px 14px 18px; border-radius:100px; box-shadow:0 8px 20px rgba(18,37,26,0.05); }
.hbadge .dot{ width:8px; height:8px; border-radius:50%; background:var(--gold); flex-shrink:0; }
.hbadge .k{ font-size:11px; text-transform:uppercase; letter-spacing:0.06em; color:var(--text-dim); }
.hbadge .v{ font-family:var(--font-d); font-size:15px; color:var(--ink); font-weight:600; }
@media (max-width:900px){ .hero-badges{ margin-top:50px; } .hbadge{ padding:12px 18px 12px 14px; } }

/* ============ ANGLED SECTION TRANSITION ============ */
.angle-cut{ position:relative; z-index:2; }
.angle-cut-ink{
  background:var(--ink); color:var(--ondark);
  clip-path:polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  margin-top:-60px; padding-top:150px;
}
.angle-cut-bone{
  background:var(--bone); color:var(--text);
  clip-path:polygon(0 0, 100% 60px, 100% 100%, 0 100%);
  margin-top:-60px; padding-top:150px;
}
@media (max-width:760px){
  .angle-cut-ink, .angle-cut-bone{ clip-path:none; margin-top:0; padding-top:70px; }
}

section{ padding-bottom:120px; position:relative; }
@media (max-width:760px){ section{ padding-bottom:70px; } }

.eyebrow{ font-family:var(--font-b); font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--gold); font-weight:700; display:flex; align-items:center; gap:14px; margin-bottom:30px; }
.eyebrow::before{ content:''; width:34px; height:2px; background:var(--gold); }
.angle-cut-ink .eyebrow, .on-dark .eyebrow{ color:var(--gold-hi); }
.angle-cut-ink .eyebrow::before, .on-dark .eyebrow::before{ background:var(--gold-hi); }

/* giant background numeral — bleeds across boundary, breaks the block feeling */
.bignum{
  position:absolute; font-family:var(--font-d); font-weight:900; font-size:min(38vw,560px); line-height:1;
  color:rgba(18,37,26,0.045); z-index:0; pointer-events:none; user-select:none; top:-40px; right:-40px;
}
.angle-cut-ink .bignum{ color:rgba(248,245,236,0.05); }

/* ============ DIAGNOSIS — staggered offset panels ============ */
.diag-head{ max-width:760px; margin-bottom:100px; position:relative; z-index:1; }
.diag-head h2{ font-family:var(--font-d); font-weight:700; font-size:clamp(30px,3.6vw,46px); line-height:1.16; margin-bottom:24px; }
.diag-head p{ font-size:17.5px; color:var(--text-dim); line-height:1.85; }
.diag-head strong{ color:var(--ink); }

.stagger-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; position:relative; z-index:1; margin-bottom:110px; }
.stagger-row .card:nth-child(1){ transform:translateY(0); }
.stagger-row .card:nth-child(2){ transform:translateY(56px); }
.stagger-row .card:nth-child(3){ transform:translateY(-24px); }
.card{ background:var(--bone); padding:40px 32px; box-shadow:var(--shadow); border-radius:2px; }
.card .pn{ font-family:var(--font-b); font-size:11.5px; letter-spacing:0.09em; text-transform:uppercase; color:var(--gold); font-weight:700; margin-bottom:24px; }
.card h3{ font-family:var(--font-d); font-size:22px; font-weight:600; margin-bottom:14px; }
.card p{ font-size:15px; color:var(--text-dim); line-height:1.75; }
@media (max-width:900px){ .stagger-row{ grid-template-columns:1fr; } .stagger-row .card{ transform:none !important; } }

/* offset quote bleeding over two columns */
.quote-offset{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:60px; align-items:center; position:relative; z-index:1; margin-bottom:100px; }
.quote-offset img{ border-radius:2px; box-shadow:var(--shadow); position:relative; z-index:1; }
.quote-offset .qtext{ position:relative; margin-left:-90px; z-index:2; background:var(--gold); color:var(--ink-deep); padding:56px 50px; border-radius:2px; box-shadow:var(--shadow); }
.quote-offset .qtext p{ font-family:var(--font-d); font-weight:600; font-size:24px; line-height:1.4; }
.quote-offset .qtext .at{ font-size:12px; text-transform:uppercase; letter-spacing:0.08em; margin-top:24px; opacity:0.75; font-weight:700; }
@media (max-width:980px){ .quote-offset{ grid-template-columns:1fr; } .quote-offset .qtext{ margin-left:0; margin-top:-50px; margin-right:20px; } }

/* ============ AUTHOR — asymmetric offset ============ */
.author-wrap{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:70px; position:relative; z-index:1; margin-bottom:90px; }
.author-photo{ position:relative; }
.author-photo img{ border-radius:2px; box-shadow:var(--shadow); }
.author-photo .stamp{ position:absolute; top:-24px; left:-24px; background:var(--gold); color:var(--ink-deep); width:88px; height:88px; border-radius:50%; display:flex; align-items:center; justify-content:center; text-align:center; font-family:var(--font-d); font-size:12px; font-weight:700; line-height:1.3; box-shadow:var(--shadow); }
.author-text h2{ font-family:var(--font-d); font-size:32px; font-weight:700; margin-bottom:22px; line-height:1.25; }
.author-text > p{ font-size:16.5px; color:var(--ondark-dim); margin-bottom:32px; line-height:1.85; }
.cred-offset{ display:flex; flex-direction:column; gap:0; }
.cred-offset .row{ display:grid; grid-template-columns:160px 1fr; gap:24px; padding:22px 0; border-top:1px solid rgba(248,245,236,0.14); }
.cred-offset .row:last-child{ border-bottom:1px solid rgba(248,245,236,0.14); }
.cred-offset .lbl{ font-family:var(--font-b); font-weight:700; font-size:13px; color:var(--gold-hi); }
.cred-offset p{ font-size:14.5px; color:var(--ondark-dim); line-height:1.7; }
@media (max-width:980px){ .author-wrap{ grid-template-columns:1fr; } .cred-offset .row{ grid-template-columns:1fr; gap:6px; } }

.video-tilt{ position:relative; border-radius:2px; overflow:hidden; box-shadow:var(--shadow); transform:rotate(-0.4deg); margin-bottom:0; }
.video-tilt .vf{ position:relative; padding-bottom:50%; height:0; background:#000; }
.video-tilt video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

/* trust — offset row */
.trust-offset{ display:flex; gap:2px; margin-top:90px; position:relative; z-index:1; }
.trust-offset .t{ flex:1; background:rgba(248,245,236,0.06); padding:32px 26px; border:1px solid rgba(248,245,236,0.1); }
.trust-offset .t:nth-child(2){ margin-top:-16px; margin-bottom:16px; background:var(--gold); color:var(--ink-deep); border:none; }
.trust-offset .big{ font-family:var(--font-d); font-size:27px; font-weight:700; margin-bottom:10px; }
.trust-offset p{ font-size:13px; line-height:1.6; opacity:0.85; }
@media (max-width:900px){ .trust-offset{ flex-wrap:wrap; } .trust-offset .t{ flex:1 1 45%; } .trust-offset .t:nth-child(2){ margin:0; } }

/* ============ PROOF — masonry offset testimonials ============ */
.testi-mason{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; position:relative; z-index:1; margin-bottom:80px; }
.testi-mason .tc:nth-child(2){ margin-top:64px; }
.testi-mason .tc:nth-child(3){ margin-top:-20px; }
.tc{ background:var(--bone); padding:36px 30px; border-radius:2px; box-shadow:var(--shadow); }
.tc .stars{ color:var(--gold); font-size:13px; margin-bottom:16px; }
.tc p{ font-family:var(--font-d); font-style:italic; font-size:16.5px; line-height:1.65; margin-bottom:22px; }
.tc .who .n{ font-weight:700; font-size:13.5px; }
.tc .who .r{ font-size:12px; color:var(--text-dim); margin-top:2px; }
@media (max-width:900px){ .testi-mason{ grid-template-columns:1fr; } .testi-mason .tc{ margin-top:0 !important; } }

.marks-scatter{ display:flex; flex-wrap:wrap; gap:20px; align-items:center; justify-content:center; position:relative; z-index:1; }
.marks-scatter img{ height:34px; width:auto; filter:brightness(0) invert(1) opacity(0.7); }

/* ============ METHOD — offset two-col with bleeding number ============ */
.method-stack{ position:relative; z-index:1; }
.method-item{ display:grid; grid-template-columns:120px 1fr; gap:40px; padding:44px 0; border-top:1px solid rgba(18,37,26,0.1); align-items:start; }
.method-item:last-child{ border-bottom:1px solid rgba(18,37,26,0.1); }
.method-item .mn{ font-family:var(--font-d); font-size:44px; font-weight:700; color:var(--stone); }
.method-inner2{ display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.method-inner2 h4{ font-family:var(--font-d); font-size:21px; font-weight:600; margin-bottom:10px; }
.method-inner2 p.d{ font-size:14.5px; color:var(--text-dim); line-height:1.7; }
.method-inner2 ul{ list-style:none; }
.method-inner2 li{ font-size:13.5px; padding:7px 0; display:flex; gap:8px; }
.method-inner2 li::before{ content:'—'; color:var(--gold); }
@media (max-width:900px){ .method-item{ grid-template-columns:1fr; gap:12px; } .method-inner2{ grid-template-columns:1fr; gap:16px; } }

.vs-offset{ display:grid; grid-template-columns:1fr 1fr; gap:0; margin:100px 0; box-shadow:var(--shadow); border-radius:2px; overflow:hidden; position:relative; z-index:1; }
.vs-offset .col{ padding:56px 44px; }
.vs-offset .col.bad{ background:var(--stone); }
.vs-offset .col.bad{ background:var(--stone); color:var(--text); }
.vs-offset .col.bad h4, .vs-offset .col.bad .tt{ color:#8A5C4A; }
.vs-offset .col.bad ul, .vs-offset .col.bad li{ color:var(--text); }
.vs-offset .col.good{ background:var(--gold); color:var(--ink-deep); transform:translateY(-30px); box-shadow:var(--shadow); }
.vs-offset .tt{ font-family:var(--font-b); font-weight:800; font-size:12px; letter-spacing:0.09em; text-transform:uppercase; margin-bottom:26px; }
.vs-offset .col.bad .tt{ color:#8A5C4A; }
.vs-offset .col.good .tt{ color:var(--ink-deep); opacity:0.7; }
.vs-offset ul{ list-style:none; }
.vs-offset li{ font-size:15px; padding:12px 0; border-bottom:1px solid rgba(0,0,0,0.08); }
.vs-offset .col.good li{ border-color:rgba(10,23,15,0.15); color:var(--ink-deep); font-weight:500; }
@media (max-width:900px){ .vs-offset{ grid-template-columns:1fr; } .vs-offset .col.good{ transform:none; } }

/* stats — huge overlapping numerals */
.stats-bleed{ position:relative; background:var(--ink); color:var(--ondark); padding:90px 60px; border-radius:2px; margin-bottom:90px; z-index:1; overflow:hidden; }
.stats-bleed .top{ display:flex; justify-content:space-between; align-items:flex-end; gap:24px; flex-wrap:wrap; margin-bottom:56px; position:relative; z-index:1; }
.stats-bleed h3{ font-family:var(--font-d); font-size:29px; font-weight:700; max-width:520px; }
.stats-bleed .note{ font-size:15px; color:var(--ondark-dim); max-width:300px; }
.stats-scatter{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; position:relative; z-index:1; }
.ss-cell:nth-child(2){ margin-top:30px; }
.ss-cell:nth-child(4){ margin-top:-14px; }
.ss-cell .v{ font-family:var(--font-d); font-size:48px; font-weight:700; color:var(--gold-hi); line-height:1; }
.ss-cell .v .g{ font-size:13px; color:#6FCB86; margin-left:6px; font-family:var(--font-b); }
.ss-cell .l{ font-size:13px; color:var(--ondark-dim); margin-top:12px; }
@media (max-width:900px){ .stats-bleed{ padding:44px 26px; } .stats-scatter{ grid-template-columns:1fr 1fr; gap:30px; } .ss-cell{ margin-top:0 !important; } }

.panel-offset{ display:grid; grid-template-columns:1fr 1.05fr; gap:0; align-items:center; position:relative; z-index:1; }
.panel-offset .imgwrap{ position:relative; }
.panel-offset img{ border-radius:2px; box-shadow:var(--shadow); }
.panel-offset .copy{ background:var(--bone); padding:56px 50px; margin-left:-60px; box-shadow:var(--shadow); border-radius:2px; position:relative; z-index:2; }
.panel-offset .badge{ display:inline-flex; background:var(--ink); color:var(--gold-hi); padding:9px 18px; font-size:11px; letter-spacing:0.08em; text-transform:uppercase; font-weight:700; margin-bottom:22px; border-radius:2px; }
.panel-offset h3{ font-family:var(--font-d); font-size:25px; font-weight:700; margin-bottom:18px; }
.panel-offset p{ font-size:15.5px; color:var(--text-dim); margin-bottom:24px; line-height:1.75; }
.pf2{ list-style:none; }
.pf2 li{ padding:14px 0; border-top:1px solid rgba(18,37,26,0.1); }
.pf2 b{ display:block; font-size:14.5px; margin-bottom:2px; }
.pf2 span{ font-size:13px; color:var(--text-dim); }
@media (max-width:980px){ .panel-offset{ grid-template-columns:1fr; } .panel-offset .copy{ margin-left:0; margin-top:-40px; margin-right:20px; } }

/* ============ PRICING — staggered cards ============ */
.price-note2{ font-size:17px; color:var(--text-dim); max-width:740px; margin-bottom:80px; line-height:1.8; position:relative; z-index:1; }
.price-note2 strong{ color:var(--ink); }
.price-stagger{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; position:relative; z-index:1; margin-bottom:100px; }
.price-stagger .pc2:nth-child(2){ transform:translateY(-28px); }
.price-stagger .pc2:nth-child(4){ transform:translateY(18px); }
.pc2{ background:var(--bone); padding:34px 26px; box-shadow:var(--shadow); border-radius:2px; display:flex; flex-direction:column; }
.pc2.hi{ background:var(--ink); color:var(--ondark); }
.pc2 .tag2{ font-size:10px; letter-spacing:0.08em; text-transform:uppercase; color:var(--gold); font-weight:700; margin-bottom:18px; }
.pc2.hi .tag2{ color:var(--gold-hi); }
.pc2 h4{ font-family:var(--font-d); font-size:19px; font-weight:700; margin-bottom:8px; }
.pc2 .sub{ font-size:12.5px; color:var(--text-dim); margin-bottom:22px; min-height:48px; line-height:1.5; }
.pc2.hi .sub{ color:var(--ondark-dim); }
.pc2 ul{ list-style:none; margin-bottom:22px; flex:1; }
.pc2 li{ font-size:12.5px; padding:8px 0; border-top:1px solid rgba(18,37,26,0.1); }
.pc2.hi li{ border-color:rgba(248,245,236,0.1); color:var(--ondark-dim); }
.pc2 .price2{ font-family:var(--font-d); font-size:20px; font-weight:700; padding-top:16px; border-top:2px solid var(--gold); }
.pc2.hi .price2{ color:var(--gold-hi); }
.pc2 .price2 small{ display:block; font-size:10.5px; font-family:var(--font-b); font-weight:400; color:var(--text-dim); margin-top:3px; }
.pc2.hi .price2 small{ color:var(--ondark-dim); }
@media (max-width:900px){ .price-stagger{ grid-template-columns:1fr 1fr; } .price-stagger .pc2{ transform:none !important; } }
@media (max-width:600px){ .price-stagger{ grid-template-columns:1fr; } }

/* ============ SEKCJA PR — dwa warianty ============ */
.pr-section{ margin-bottom:90px; position:relative; z-index:1; }
.pr-section-head{ max-width:680px; margin-bottom:44px; }
.pr-section-head h3{ font-family:var(--font-d); font-size:26px; font-weight:700; color:var(--ink); margin-bottom:14px; line-height:1.3; }
.pr-section-head p{ font-size:15.5px; color:var(--text-dim); line-height:1.75; }
.pr-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.pr-card{ background:var(--bone); padding:36px 32px; box-shadow:var(--shadow); border-radius:2px; display:flex; flex-direction:column; }
.pr-card.hi{ background:var(--ink); color:var(--ondark); }
.pr-card .tag2{ font-size:10px; letter-spacing:0.08em; text-transform:uppercase; color:var(--gold); font-weight:700; margin-bottom:18px; }
.pr-card.hi .tag2{ color:var(--gold-hi); }
.pr-card h4{ font-family:var(--font-d); font-size:21px; font-weight:700; margin-bottom:10px; }
.pr-card .sub{ font-size:13.5px; color:var(--text-dim); margin-bottom:22px; line-height:1.6; }
.pr-card.hi .sub{ color:var(--ondark-dim); }
.pr-card ul{ list-style:none; margin-bottom:24px; flex:1; }
.pr-card li{ font-size:13.5px; padding:10px 0; border-top:1px solid rgba(18,37,26,0.1); }
.pr-card.hi li{ border-color:rgba(248,245,236,0.1); color:var(--ondark-dim); }
.pr-card .price2{ font-family:var(--font-d); font-size:21px; font-weight:700; padding-top:18px; border-top:2px solid var(--gold); }
.pr-card.hi .price2{ color:var(--gold-hi); }
.pr-card .price2 small{ display:block; font-size:11px; font-family:var(--font-b); font-weight:400; color:var(--text-dim); margin-top:4px; }
.pr-card.hi .price2 small{ color:var(--ondark-dim); }
@media (max-width:900px){ .pr-grid{ grid-template-columns:1fr; } }

.pr-cta{ text-align:center; margin-top:44px; padding-top:40px; border-top:1px solid rgba(18,37,26,0.1); }
.pr-cta p{ font-family:var(--font-d); font-size:18px; color:var(--ink); margin-bottom:22px; }
@media (max-width:600px){ .pr-cta{ padding-top:30px; } }

.loss-diag{ position:relative; z-index:1; background:var(--ink); color:var(--ondark); padding:70px 60px; border-radius:2px; border-left:8px solid var(--gold); overflow:hidden; }
.loss-diag::before{
  content:'!'; position:absolute; right:20px; top:-40px; font-family:var(--font-d); font-weight:900;
  font-size:340px; color:rgba(199,159,66,0.08); line-height:1; pointer-events:none;
}
.loss-diag-head{ display:flex; align-items:center; gap:20px; margin-bottom:46px; position:relative; z-index:1; }
.loss-diag-mark{ width:56px; height:56px; border-radius:50%; background:var(--gold); color:var(--ink-deep); display:flex; align-items:center; justify-content:center; font-family:var(--font-d); font-weight:900; font-size:28px; flex-shrink:0; }
.loss-diag h3{ font-family:var(--font-d); font-size:29px; font-weight:700; max-width:600px; color:var(--ondark); }
.loss-cols3{ display:grid; grid-template-columns:repeat(3,1fr); gap:44px; position:relative; z-index:1; }
.loss-cols3 .n{ font-family:var(--font-d); font-size:26px; font-weight:700; margin-bottom:14px; color:var(--gold-hi); }
.loss-cols3 p{ font-size:15px; line-height:1.7; color:var(--ondark-dim); }
@media (max-width:760px){ .loss-diag{ padding:44px 26px; } .loss-cols3{ grid-template-columns:1fr; gap:28px; } .loss-diag::before{ font-size:200px; right:-20px; } }

/* ============ FINAL ============ */
.final{ position:relative; z-index:1; padding-top:70px; }
.final h2{ font-family:var(--font-d); font-weight:700; font-size:clamp(34px,4.6vw,54px); color:var(--ondark); max-width:740px; margin-bottom:24px; line-height:1.12; }
.final h2 em{ font-style:italic; font-weight:400; color:var(--gold-hi); }
.final > .wrap > p.lead{ font-size:17px; color:var(--ondark-dim); max-width:500px; margin-bottom:80px; }
/* ============ TIMELINE — oś czasu współpracy ============ */
.timeline{ position:relative; margin-bottom:90px; padding-left:70px; }
.timeline-line{ position:absolute; left:23px; top:8px; bottom:8px; width:2px; background:rgba(248,245,236,0.15); }
.timeline-step{ position:relative; padding-bottom:52px; }
.timeline-step:last-child{ padding-bottom:0; }
.timeline-dot{
  position:absolute; left:-70px; top:0; width:48px; height:48px; border-radius:50%;
  background:var(--ink2); border:2px solid var(--gold-hi); color:var(--gold-hi);
  display:flex; align-items:center; justify-content:center; font-family:var(--font-d); font-weight:700; font-size:15px;
}
.timeline-body h4{ font-family:var(--font-d); font-weight:700; font-size:19px; color:var(--ondark); margin-bottom:10px; }
.timeline-body p{ font-size:14.5px; color:var(--ondark-dim); line-height:1.7; max-width:520px; margin-bottom:0; }
.timeline-btn{ margin-top:20px; padding:13px 26px; font-size:13.5px; display:inline-flex; }
@media (max-width:760px){ .timeline{ padding-left:56px; } .timeline-dot{ left:-56px; width:40px; height:40px; font-size:13px; } }

.final-row{ display:flex; align-items:center; gap:36px; flex-wrap:wrap; padding-bottom:70px; }
.final-contacts{ display:flex; gap:26px; }
.final-contacts a{ font-size:14px; color:var(--ondark-dim); }
.final-contacts a:hover{ color:var(--gold-hi); }

footer{ background:var(--ink-deep); padding:30px 0; }
footer .wrap{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; }
footer .fn{ font-family:var(--font-d); color:var(--gold-hi); font-size:16px; font-weight:700; }
footer .fc{ font-size:11px; color:var(--ondark-dim); }

/* reveal motion */
.reveal{ opacity:0; transform:translateY(26px); transition:opacity .8s cubic-bezier(.16,.84,.32,1), transform .8s cubic-bezier(.16,.84,.32,1); }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; transition:none; } }

/* ============================================================
   BLOG — nawigacja
   ============================================================ */
.blog-nav-link{ font-family:var(--font-b); font-size:13.5px; font-weight:600; color:var(--text-dim); transition:color .25s ease; }
.blog-nav-link:hover, .blog-nav-link.is-active{ color:var(--ink); }
.blog-nav-link.is-active{ border-bottom:2px solid var(--gold); padding-bottom:3px; }
@media (max-width:760px){ header nav{ gap:14px !important; } .blog-nav-link{ font-size:12px; } }

/* ============================================================
   BLOG — hero listy wpisów
   ============================================================ */
.blog-hero{ background:var(--ink); color:var(--ondark); padding:100px 0 80px; }
.blog-hero .hero-eyebrow{ font-family:var(--font-b); font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold-hi); font-weight:700; margin-bottom:22px; }
.blog-hero-title{ font-family:var(--font-d); font-weight:700; font-size:clamp(38px,5vw,58px); color:var(--ondark); line-height:1.05; margin-bottom:22px; }
.blog-hero-title em{ font-style:italic; font-weight:400; color:var(--gold-hi); }
.blog-hero-sub{ font-size:17px; color:var(--ondark-dim); max-width:560px; line-height:1.75; }
@media (max-width:760px){ .blog-hero{ padding:70px 0 50px; } }

/* ============================================================
   BLOG — siatka kart
   ============================================================ */
.blog-list-section{ padding:90px 0 110px; }
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.blog-card{ background:var(--bone); border-radius:2px; overflow:hidden; box-shadow:0 20px 50px rgba(10,23,15,0.10); transition:transform .4s cubic-bezier(.16,.84,.32,1), box-shadow .4s ease; }
.blog-card:hover{ transform:translateY(-6px); box-shadow:0 30px 65px rgba(10,23,15,0.18); }
.blog-card-link{ display:flex; flex-direction:column; height:100%; }
.blog-card-media{ position:relative; padding-bottom:62%; height:0; overflow:hidden; background:var(--ink); }
.blog-card-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.blog-card-media-fallback{ position:absolute; inset:0; background:linear-gradient(135deg, var(--ink), var(--ink-deep)); }
.blog-card-body{ padding:28px 26px 30px; display:flex; flex-direction:column; flex:1; }
.blog-card-meta{ display:flex; align-items:center; gap:12px; margin-bottom:14px; font-family:var(--font-b); }
.blog-card-cat{ font-size:10.5px; letter-spacing:0.08em; text-transform:uppercase; font-weight:700; color:var(--gold-dim, var(--gold)); background:rgba(169,130,47,0.12); padding:5px 12px; border-radius:20px; }
.blog-card-date{ font-size:12px; color:var(--text-dim); }
.blog-card-title{ font-family:var(--font-d); font-size:21px; font-weight:600; color:var(--ink); line-height:1.3; margin-bottom:12px; }
.blog-card-excerpt{ font-size:14.5px; color:var(--text-dim); line-height:1.7; margin-bottom:20px; flex:1; }
.blog-card-cta{ font-family:var(--font-b); font-size:13px; font-weight:700; color:var(--ink); display:inline-flex; align-items:center; gap:6px; }
.blog-card-cta i{ font-style:normal; transition:transform .25s ease; }
.blog-card:hover .blog-card-cta i{ transform:translateX(4px); }

@media (max-width:1100px){ .blog-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .blog-grid{ grid-template-columns:1fr; } }

.blog-empty{ text-align:center; padding:80px 0; color:var(--text-dim); font-size:17px; }

.blog-pagination{ margin-top:70px; display:flex; justify-content:center; gap:16px; }
.blog-pagination .page-numbers{ font-family:var(--font-b); font-size:14px; font-weight:600; color:var(--text-dim); padding:12px 20px; border:1px solid rgba(18,37,26,0.15); border-radius:2px; transition:all .25s ease; }
.blog-pagination .page-numbers.current, .blog-pagination .page-numbers:hover{ background:var(--ink); color:var(--ondark); border-color:var(--ink); }

/* ============================================================
   BLOG — pojedynczy wpis
   ============================================================ */
.single-post-head{ padding:44px 0 40px; max-width:860px; }
.single-post-head .blog-card-meta{ margin-bottom:24px; }
.single-post-title{ font-family:var(--font-d); font-weight:700; font-size:clamp(32px,4.6vw,50px); color:var(--ink); line-height:1.15; }

.single-post-media{ margin-top:80px; max-width:860px; }
.single-post-media img{ width:100%; height:auto; border-radius:2px; box-shadow:var(--shadow); display:block; }
.single-post-media-fallback{ width:100%; aspect-ratio:16/8; background:linear-gradient(135deg, var(--ink), var(--ink-deep)); border-radius:2px; box-shadow:var(--shadow); }

.single-post-body{ max-width:860px; padding-bottom:110px; }
.single-post-content{ font-size:18px; line-height:1.9; color:var(--text); }
.single-post-content p{ margin-bottom:26px; }
.single-post-content h2{ font-family:var(--font-d); font-size:30px; font-weight:700; color:var(--ink); margin:52px 0 22px; line-height:1.25; }
.single-post-content h3{ font-family:var(--font-d); font-size:23px; font-weight:600; color:var(--ink); margin:40px 0 18px; }
.single-post-content ul, .single-post-content ol{ margin:0 0 26px 22px; }
.single-post-content li{ margin-bottom:10px; line-height:1.8; }
.single-post-content a{ color:var(--gold); text-decoration:underline; text-decoration-color:rgba(169,130,47,0.4); text-underline-offset:3px; }
.single-post-content a:hover{ text-decoration-color:var(--gold); }
.single-post-content blockquote{ border-left:4px solid var(--gold); padding:6px 0 6px 26px; margin:36px 0; font-family:var(--font-d); font-style:italic; font-size:21px; color:var(--ink); }

/* ============================================================
   RAMKI W TREŚCI WPISU — do wklejania jako Custom HTML w edytorze
   ============================================================ */

/* Wersja A — mocna, ciemna, na stanowcze stwierdzenia */
.post-box-dark{
  background:var(--ink); color:var(--ondark); padding:34px 38px; margin:40px 0;
  border-radius:2px; border-left:6px solid var(--gold-hi);
  font-family:var(--font-d); font-size:19px; font-weight:600; line-height:1.55;
}
.post-box-dark strong, .single-post-content .post-box-dark strong{ color:var(--gold-hi); }

/* Wersja B — jasna, na neutralne wskazówki/rady */
.post-box-light{
  background:var(--stone); color:var(--ink); padding:30px 34px; margin:40px 0;
  border-radius:2px; border-left:6px solid var(--gold);
  font-size:16.5px; line-height:1.75;
}
.post-box-light strong{ color:var(--ink); }

@media (max-width:600px){
  .post-box-dark, .post-box-light{ padding:24px 24px; }
  .post-box-dark{ font-size:17px; }
}
.single-post-content img{ border-radius:2px; margin:36px 0; box-shadow:var(--shadow); }
.single-post-content strong{ color:var(--ink); font-weight:700; }

/* box autorki */
.author-box{ display:flex; gap:22px; align-items:flex-start; background:var(--stone); padding:34px 32px; border-radius:2px; margin:60px 0 50px; }
.author-box-avatar{ width:58px; height:58px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.author-box-name{ font-family:var(--font-d); font-size:18px; font-weight:700; color:var(--ink); margin-bottom:8px; }
.author-box-bio{ font-size:14.5px; color:var(--text-dim); line-height:1.7; }
@media (max-width:600px){ .author-box{ flex-direction:column; align-items:center; text-align:center; } }

/* CTA na końcu wpisu */
.post-cta{ background:var(--ink); color:var(--ondark); padding:56px 48px; border-radius:2px; text-align:center; margin-bottom:50px; }
.post-cta h3{ font-family:var(--font-d); font-size:26px; font-weight:700; margin-bottom:14px; color:var(--ondark); }
.post-cta p{ font-size:15.5px; color:var(--ondark-dim); margin-bottom:28px; }
@media (max-width:600px){ .post-cta{ padding:40px 26px; } }

.post-back-link{ text-align:center; }
.post-back-link a{ font-family:var(--font-b); font-size:14px; font-weight:600; color:var(--text-dim); }
.post-back-link a:hover{ color:var(--ink); }
