:root{
    --bg:#07090d;
    --bg-soft:#0b0e14;
    --surface:#10141c;
    --surface-2:#151a24;
    --text:#f5f7fb;
    --muted:#9ca6b6;
    --muted-2:#6f7988;
    --line:rgba(255,255,255,.12);
    --line-strong:rgba(255,255,255,.22);
    --accent:#2f7cff;
    --accent-soft:#7bb5ff;
    --max:1240px;
    --wide:1440px;
    --header:82px;
    --ease:cubic-bezier(.2,.7,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    min-width:320px;
    color:var(--text);
    background:var(--bg);
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
}
body::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-3;
    pointer-events:none;
    background:
        radial-gradient(900px 580px at 78% 8%,rgba(47,124,255,.16),transparent 68%),
        radial-gradient(680px 520px at 7% 36%,rgba(47,124,255,.07),transparent 72%),
        linear-gradient(180deg,#080a0f 0%,#07090d 62%,#090c12 100%);
}
body::after{
    content:"";
    position:fixed;
    inset:0;
    z-index:-2;
    pointer-events:none;
    opacity:.28;
    background-image:
        linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(to bottom,black,transparent 80%);
}

::selection{background:rgba(47,124,255,.35);color:#fff}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button{color:inherit}

.ambient{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden}
.ambient span{position:absolute;border:1px solid rgba(79,148,255,.12);border-radius:50%}
.ambient span:first-child{width:760px;height:760px;right:-410px;top:-470px}
.ambient span:last-child{width:1120px;height:1120px;right:-630px;top:-660px;border-color:rgba(255,255,255,.045)}

.page-shell{width:100%;min-height:100vh}
main{display:block}
.section,.page-hero,.home-hero,.statement,.personal-section,.contact-cta,.portfolio-list,.about-hero,.about-statement,.process-section,.expertise-line,.contact-hero,.contact-section,.terms-strip,.client-panel-section{
    width:min(calc(100% - 48px),var(--max));
    margin-inline:auto;
}
.section{padding:116px 0}

/* HEADER */
.site-header{
    position:sticky;
    top:0;
    z-index:50;
    border-bottom:1px solid transparent;
    transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease;
}
.site-header.is-scrolled{
    background:rgba(7,9,13,.86);
    border-color:var(--line);
    backdrop-filter:blur(18px);
}
.header-inner{
    width:min(calc(100% - 48px),var(--wide));
    height:var(--header);
    margin:auto;
    display:flex;
    align-items:center;
    gap:28px;
}
.brand{display:flex;align-items:center;width:176px;min-width:176px;height:58px;overflow:hidden}
.brand img{width:100%;height:100%;object-fit:contain;object-position:left center;filter:drop-shadow(0 8px 20px rgba(47,124,255,.12))}
.main-nav{display:flex;align-items:center;gap:25px;margin-left:auto}
.main-nav a{position:relative;color:#b8c0cc;font-size:13px;font-weight:650;letter-spacing:.01em;transition:color .2s ease}
.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--accent);transition:right .25s var(--ease)}
.main-nav a:hover,.main-nav a.is-active{color:#fff}
.main-nav a:hover::after,.main-nav a.is-active::after{right:0}
.header-actions{display:flex;align-items:center;gap:18px;margin-left:12px}
.panel-link{font-size:12px;font-weight:700;color:var(--muted);transition:color .2s ease}
.panel-link:hover{color:#fff}
.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--line-strong);font-size:12px;font-weight:800;letter-spacing:.02em;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.header-cta:hover{background:#fff;color:#080a0e;border-color:#fff;transform:translateY(-1px)}
.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:transparent;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer}
.nav-toggle span{display:block;width:18px;height:1px;background:#fff;transition:transform .25s ease}
.nav-toggle.is-open span:first-child{transform:translateY(3.5px) rotate(45deg)}
.nav-toggle.is-open span:last-child{transform:translateY(-3.5px) rotate(-45deg)}

/* COMMON */
.overline{display:inline-flex;align-items:center;gap:10px;color:var(--accent-soft);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.overline::before{content:"";width:28px;height:1px;background:var(--accent)}
.section-index{font-size:11px;font-weight:800;letter-spacing:.2em;color:var(--accent-soft)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:600;letter-spacing:-.045em;line-height:1.04}
p{color:var(--muted)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:51px;padding:0 24px;border:1px solid transparent;font-size:13px;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--accent);color:#fff;box-shadow:0 16px 50px rgba(47,124,255,.2)}
.button-primary:hover{background:#4389ff}
.button-light{background:#fff;color:#080a0f}
.button-light:hover{background:#dfe8f8}
.button-text{padding-inline:4px;color:#dfe5ee;border:0}
.button-text:hover{color:#fff}
.text-link{display:inline-flex;align-items:center;gap:10px;color:#dce3ed;font-size:13px;font-weight:750;white-space:nowrap}
.text-link span{color:var(--accent-soft);transition:transform .2s ease}
.text-link:hover span{transform:translate(3px,-3px)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:58px}
.section-heading h2{font-size:clamp(34px,4.5vw,58px);margin:13px 0 0;max-width:760px}
.section-heading>p{max-width:420px;margin:0;text-align:right}

/* HOME HERO */
.home-hero{
    min-height:calc(100vh - var(--header));
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);
    align-items:center;
    gap:64px;
    padding:72px 0 92px;
}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{font-size:clamp(46px,5.2vw,73px);max-width:720px;margin:23px 0 24px}
.hero-copy>p{font-size:18px;line-height:1.65;max-width:580px;margin-bottom:34px;color:#b5bfcc}
.hero-actions{display:flex;align-items:center;gap:24px}
.hero-scope{display:flex;gap:0;margin-top:62px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.hero-scope span{flex:1;padding:15px 0;color:#8f99a8;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hero-scope span+span{padding-left:18px;border-left:1px solid var(--line)}

.hero-visual{position:relative;height:610px;isolation:isolate}
.visual-orbit{position:absolute;width:540px;height:540px;right:-65px;top:30px;border:1px solid rgba(70,139,255,.2);border-radius:50%;box-shadow:inset 0 0 90px rgba(47,124,255,.04)}
.visual-orbit::before,.visual-orbit::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.06)}
.visual-orbit::before{inset:62px}
.visual-orbit::after{inset:142px;background:radial-gradient(circle,rgba(47,124,255,.12),transparent 65%)}
.visual-screen{position:absolute;margin:0;background:#0b0e14;border:1px solid rgba(255,255,255,.17);box-shadow:0 42px 100px rgba(0,0,0,.54);overflow:hidden;transition:transform .5s var(--ease),border-color .3s ease}
.visual-screen::before{content:"";display:block;height:25px;border-bottom:1px solid rgba(255,255,255,.09);background:linear-gradient(90deg,rgba(255,255,255,.04),transparent)}
.visual-screen::after{content:"";position:absolute;top:10px;left:12px;width:4px;height:4px;background:#66717f;border-radius:50%;box-shadow:9px 0 #424a55,18px 0 #313842}
.visual-screen img{width:100%;height:calc(100% - 25px);object-fit:cover;object-position:top center}
.visual-screen-main{width:525px;height:337px;right:10px;top:104px;z-index:3;transform:perspective(1000px) rotateY(-4deg) rotateX(1deg)}
.visual-screen-left{width:320px;height:214px;left:7px;bottom:48px;z-index:4;transform:perspective(1000px) rotateY(7deg) rotateZ(-1.5deg)}
.visual-screen-right{width:284px;height:196px;right:-24px;bottom:5px;z-index:2;transform:perspective(1000px) rotateY(-9deg) rotateZ(2deg)}
.hero-visual:hover .visual-screen-main{transform:perspective(1000px) rotateY(-1deg) translateY(-4px)}
.hero-visual:hover .visual-screen-left{transform:perspective(1000px) rotateY(2deg) rotateZ(-.5deg) translate(-4px,-3px)}
.hero-visual:hover .visual-screen-right{transform:perspective(1000px) rotateY(-3deg) rotateZ(.5deg) translate(4px,-2px)}
.visual-caption{position:absolute;z-index:6;right:25px;top:60px;display:flex;flex-direction:column;align-items:flex-end}
.visual-caption span{font-size:9px;font-weight:800;letter-spacing:.18em;color:var(--accent-soft);text-transform:uppercase}
.visual-caption strong{font-size:12px;font-weight:650;color:#dfe5ed;margin-top:5px}

.statement{display:grid;grid-template-columns:100px 1fr;gap:30px;padding:52px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.statement p{max-width:920px;margin:0;font-size:clamp(25px,3vw,43px);line-height:1.25;letter-spacing:-.035em;color:#e9edf4}

/* PROJECTS */
.section-work{padding-top:128px}
.featured-projects{border-top:1px solid var(--line)}
.featured-project{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:56px;align-items:center;padding:70px 0;border-bottom:1px solid var(--line)}
.featured-project:nth-child(even){grid-template-columns:minmax(280px,.55fr) minmax(0,1.45fr)}
.featured-project:nth-child(even) .project-media{order:2}
.featured-project:nth-child(even) .project-copy{order:1}
.project-media{position:relative;overflow:hidden;background:#0b0e13;aspect-ratio:16/9;border:1px solid rgba(255,255,255,.1)}
.project-media>img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .7s var(--ease)}
.featured-project:hover .project-media>img{transform:scale(1.015)}
.project-copy>span,.portfolio-copy>span{display:block;color:var(--accent-soft);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.project-copy h3{font-size:clamp(30px,3.2vw,46px);margin:14px 0 16px}
.project-copy p{font-size:15px;line-height:1.7;margin-bottom:24px}
.project-copy small,.portfolio-copy small{display:block;padding-top:18px;border-top:1px solid var(--line);color:#747f8e;font-size:10px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}

/* SYSTEM VISUAL */
.system-visual{width:100%;height:100%;min-height:330px;background:linear-gradient(145deg,#0b1321,#111827 58%,#0b0f17);padding:26px;display:flex;flex-direction:column;color:#eaf2ff;overflow:hidden;position:relative}
.system-visual::after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-110px;top:-160px;background:rgba(47,124,255,.16);filter:blur(20px)}
.system-topbar{height:46px;display:flex;align-items:center;gap:12px;padding:0 15px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);position:relative;z-index:1}
.system-topbar strong{font-size:12px;letter-spacing:.02em}
.system-topbar small{margin-left:auto;color:#74839a;font-size:8px;font-weight:800;letter-spacing:.14em}
.system-mark{display:grid;place-items:center;width:24px;height:24px;background:var(--accent);font-size:10px;font-weight:900}
.system-layout{display:grid;grid-template-columns:56px 1fr;min-height:0;flex:1;margin-top:12px;position:relative;z-index:1}
.system-sidebar{border:1px solid rgba(255,255,255,.08);border-right:0;padding-top:18px;display:flex;align-items:center;flex-direction:column;gap:17px}
.system-sidebar i{width:15px;height:3px;background:#47556a}
.system-sidebar i:first-child{background:var(--accent);width:18px}
.system-content{padding:22px;background:rgba(4,8,14,.46);border:1px solid rgba(255,255,255,.08)}
.system-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.system-title b{font-size:14px}
.system-title span{font-size:8px;color:#718097;font-weight:700}
.system-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.system-stats span{padding:12px 11px;border:1px solid rgba(255,255,255,.08);color:#708097;font-size:7px;text-transform:uppercase;letter-spacing:.08em}
.system-stats b{display:block;color:#fff;font-size:17px;line-height:1.1;margin-bottom:5px}
.system-table{border-top:1px solid rgba(255,255,255,.09)}
.system-table i{display:block;height:21px;border-bottom:1px solid rgba(255,255,255,.07);position:relative}
.system-table i::before{content:"";position:absolute;width:34%;height:3px;left:0;top:9px;background:#354257}
.system-table i::after{content:"";position:absolute;width:18%;height:3px;right:5%;top:9px;background:#243044}
.system-visual-large{min-height:500px;padding:38px}
.system-visual-large .system-topbar{height:58px}
.system-visual-large .system-layout{grid-template-columns:74px 1fr;margin-top:16px}
.system-visual-large .system-content{padding:34px}
.system-visual-large .system-stats{gap:16px}
.system-visual-large .system-stats span{padding:18px}
.system-visual-large .system-stats b{font-size:24px}
.system-visual-large .system-table i{height:31px}
.system-visual-large .system-table i::before,.system-visual-large .system-table i::after{top:14px;height:4px}

/* PRICING HOME */
.section-pricing{padding-top:102px}
.price-list{border-top:1px solid var(--line)}
.price-row{display:grid;grid-template-columns:56px 1.05fr 1.4fr auto 24px;gap:24px;align-items:center;min-height:104px;border-bottom:1px solid var(--line);transition:background .2s ease,padding .25s var(--ease)}
.price-row:hover{background:rgba(255,255,255,.025);padding-inline:16px}
.price-number{font-size:10px;color:#5f6a79;font-weight:800;letter-spacing:.15em}
.price-row strong{font-size:18px;letter-spacing:-.02em}
.price-row p{margin:0;font-size:13px}
.price-row b{font-size:15px;white-space:nowrap}
.price-row i{font-style:normal;color:var(--accent-soft);transition:transform .2s ease}
.price-row:hover i{transform:translate(3px,-3px)}

/* PERSONAL */
.personal-section{display:grid;grid-template-columns:minmax(320px,.8fr) 1.2fr;align-items:center;min-height:560px;margin-top:70px;margin-bottom:132px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}
.personal-mark{font-size:clamp(170px,24vw,330px);font-weight:800;line-height:.8;letter-spacing:-.12em;color:transparent;-webkit-text-stroke:1px rgba(124,181,255,.28);transform:translateX(-22px)}
.personal-copy{padding:80px 0 80px 72px;border-left:1px solid var(--line)}
.personal-copy h2{font-size:clamp(38px,4.8vw,64px);max-width:650px;margin:18px 0 20px}
.personal-copy p{max-width:560px;font-size:16px;margin-bottom:30px}

/* CTA */
.contact-cta{position:relative;min-height:390px;padding:82px 8%;margin-bottom:120px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:var(--accent);overflow:hidden}
.contact-cta::before{content:"";position:absolute;width:620px;height:620px;right:-210px;top:-290px;border:1px solid rgba(255,255,255,.28);border-radius:50%}
.contact-cta::after{content:"";position:absolute;width:390px;height:390px;right:-70px;top:-90px;border:1px solid rgba(255,255,255,.2);border-radius:50%}
.contact-cta .overline{color:#d9e9ff;position:relative;z-index:1}
.contact-cta .overline::before{background:#fff}
.contact-cta h2{font-size:clamp(40px,5vw,66px);max-width:850px;margin:18px 0 32px;position:relative;z-index:1}
.contact-cta .button{position:relative;z-index:1}

/* PAGE HERO */
.page-hero{padding:118px 0 92px;border-bottom:1px solid var(--line)}
.page-hero h1,.contact-hero h1{font-size:clamp(47px,6vw,78px);max-width:930px;margin:21px 0 22px}
.page-hero p,.contact-hero p{font-size:18px;max-width:690px;margin:0}
.page-hero.small{padding:96px 0 60px}

/* OFFER */
.offer-intro{display:grid;grid-template-columns:70px minmax(220px,.55fr) minmax(0,1.45fr);gap:34px;border-bottom:1px solid var(--line)}
.offer-intro h2{font-size:38px;margin:0 0 15px}
.offer-intro>div>p{max-width:370px;margin:0}
.service-lines{border-top:1px solid var(--line)}
.service-lines>div{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}
.service-lines strong{font-size:14px}
.service-lines span{font-size:13px;color:var(--muted)}
.offer-prices{border-top:1px solid var(--line)}
.offer-price{padding:46px 0;border-bottom:1px solid var(--line)}
.offer-price-head{display:grid;grid-template-columns:60px 1fr auto;gap:20px;align-items:center;margin-bottom:34px}
.offer-price-head>span{color:#66717f;font-size:10px;font-weight:800;letter-spacing:.16em}
.offer-price-head h3{font-size:clamp(27px,3vw,42px);margin:0}
.offer-price-head strong{font-size:20px;white-space:nowrap}
.offer-price ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0 0 0 80px;list-style:none}
.offer-price li{position:relative;padding:8px 24px 8px 18px;color:#aeb7c4;font-size:13px}
.offer-price li::before{content:"";position:absolute;left:0;top:16px;width:5px;height:5px;background:var(--accent)}
.offer-price-dark{background:rgba(47,124,255,.055);margin-inline:-28px;padding-inline:28px}
.terms-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:120px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.terms-strip>div{min-height:148px;padding:28px 24px;display:flex;flex-direction:column;justify-content:space-between}
.terms-strip>div+div{border-left:1px solid var(--line)}
.terms-strip span{color:var(--accent-soft);font-size:10px;font-weight:800;letter-spacing:.16em}
.terms-strip strong{font-size:14px;line-height:1.4}

/* PORTFOLIO */
.portfolio-list{padding:82px 0 128px}
.portfolio-project{display:grid;grid-template-columns:54px minmax(0,1.55fr) minmax(280px,.55fr);gap:40px;align-items:center;padding:64px 0;border-bottom:1px solid var(--line)}
.portfolio-project:first-child{border-top:1px solid var(--line)}
.portfolio-number{align-self:start;padding-top:5px;color:#5d6775;font-size:10px;font-weight:800;letter-spacing:.16em}
.portfolio-media{aspect-ratio:16/9;background:#0a0d12;border:1px solid rgba(255,255,255,.1);overflow:hidden}
.portfolio-media>img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .7s var(--ease)}
.portfolio-project:hover .portfolio-media>img{transform:scale(1.015)}
.portfolio-copy h2{font-size:clamp(31px,3.3vw,48px);margin:14px 0 15px}
.portfolio-copy p{font-size:14px;line-height:1.7;margin-bottom:20px}
.portfolio-copy ul{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-wrap:wrap;gap:7px 16px}
.portfolio-copy li{color:#8f99a7;font-size:11px}
.portfolio-copy li::before{content:"/";color:var(--accent);margin-right:7px}

/* CARE */
.care-section{padding-top:92px}
.care-plans{border-top:1px solid var(--line)}
.care-plan{display:grid;grid-template-columns:minmax(220px,.42fr) 1fr;gap:60px;padding:58px 0;border-bottom:1px solid var(--line)}
.care-plan-featured{background:rgba(47,124,255,.045);margin-inline:-28px;padding-inline:28px}
.care-plan-title span{font-size:10px;font-weight:850;letter-spacing:.18em;color:var(--accent-soft)}
.care-plan-title h2{font-size:42px;margin:14px 0 0}
.care-plan-title small{font-size:13px;font-weight:600;color:#8993a1;letter-spacing:0}
.care-plan ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 36px}
.care-plan li{position:relative;padding-left:18px;color:#a8b1bf;font-size:13px}
.care-plan li::before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;background:var(--accent)}
.care-note{max-width:850px;margin:34px 0 0;font-size:12px}
.client-panel-section{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center;padding:30px 0 130px}
.client-panel-preview{height:470px;background:linear-gradient(145deg,#0f141d,#0a0d13);border:1px solid var(--line);padding:24px;box-shadow:0 35px 100px rgba(0,0,0,.35)}
.client-panel-bar{height:50px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--line)}
.client-panel-bar span{width:22px;height:22px;border:1px solid var(--accent);transform:rotate(45deg)}
.client-panel-bar strong{font-size:12px;margin-left:16px}
.client-panel-bar i{margin-left:auto;width:30px;height:3px;background:#3b4552}
.client-panel-body{display:grid;grid-template-columns:66px 1fr;height:calc(100% - 50px)}
.client-panel-nav{padding-top:28px;border-right:1px solid var(--line);display:flex;align-items:center;flex-direction:column;gap:21px}
.client-panel-nav b{width:18px;height:3px;background:#3b4552}
.client-panel-nav b:first-child{background:var(--accent)}
.client-panel-main{padding:42px}
.client-panel-main>span{color:var(--accent-soft);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.client-panel-main h3{font-size:34px;margin:13px 0 36px}
.client-ticket{display:grid;grid-template-columns:11px 1fr auto;gap:14px;align-items:center;padding:19px 0;border-top:1px solid var(--line)}
.client-ticket:last-child{border-bottom:1px solid var(--line)}
.client-ticket i{width:7px;height:7px;background:var(--accent)}
.client-ticket b{font-size:12px}
.client-ticket small{color:#748091;font-size:9px}
.client-panel-copy h2{font-size:clamp(36px,4vw,56px);margin:18px 0 20px}
.client-panel-copy p{font-size:15px;margin-bottom:28px}

/* ABOUT */
.about-hero{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;min-height:650px;border-bottom:1px solid var(--line)}
.about-monogram{font-size:clamp(210px,29vw,420px);font-weight:800;line-height:.75;letter-spacing:-.13em;color:transparent;-webkit-text-stroke:1px rgba(123,181,255,.28);transform:translateX(-28px)}
.about-copy{padding-left:72px;border-left:1px solid var(--line)}
.about-copy h1{font-size:clamp(45px,5.7vw,76px);margin:20px 0 22px}
.about-copy p{max-width:570px;font-size:17px}
.about-statement{display:grid;grid-template-columns:80px .85fr 1fr;gap:45px;padding:110px 0;border-bottom:1px solid var(--line)}
.about-statement h2{font-size:clamp(33px,4vw,52px);margin:0}
.about-statement p{font-size:16px;max-width:540px;margin:7px 0 0}
.process-section{padding:115px 0}
.process-line{display:grid;grid-template-columns:repeat(4,1fr);padding:0;margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none}
.process-line li{min-height:190px;padding:25px;display:flex;flex-direction:column}
.process-line li+li{border-left:1px solid var(--line)}
.process-line span{font-size:10px;color:var(--accent-soft);font-weight:800;letter-spacing:.16em}
.process-line strong{font-size:18px;margin-top:auto;margin-bottom:7px}
.process-line small{font-size:11px;color:#7e8998}
.expertise-line{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:27px 0;margin-bottom:120px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none}
.expertise-line::-webkit-scrollbar{display:none}
.expertise-line span{white-space:nowrap;color:#aab3c0;font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
.expertise-line span+span::before{content:"•";color:var(--accent);margin-right:24px}

/* CONTACT */
.contact-hero{width:min(calc(100% - 48px),var(--max));margin:auto;padding:118px 0 72px}
.contact-section{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;padding:0 0 130px}
.contact-form{padding-top:28px;border-top:1px solid var(--line)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contact-form label{display:block;margin-bottom:25px;color:#c5ccd6;font-size:11px;font-weight:750;letter-spacing:.04em}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:10px;border:1px solid var(--line);border-radius:0;background:#0b0e14;color:#fff;outline:none;padding:16px 17px;transition:border-color .2s ease,background .2s ease}
.contact-form input,.contact-form select{height:55px}
.contact-form textarea{resize:vertical;min-height:180px}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:rgba(78,143,255,.7);background:#0e1219}
.contact-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#8490a0 50%),linear-gradient(135deg,#8490a0 50%,transparent 50%);background-position:calc(100% - 20px) 24px,calc(100% - 15px) 24px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.contact-form .button{margin-top:3px}
.contact-details{padding:28px 0 0 56px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.contact-details>div:first-child{display:flex;flex-direction:column;align-items:flex-start}
.contact-details>div:first-child>a{font-size:clamp(23px,2.4vw,34px);font-weight:550;letter-spacing:-.03em;margin-top:13px}
.contact-details>div:first-child>a:hover{color:var(--accent-soft)}
.contact-details dl{margin:60px 0 48px}
.contact-details dl>div{display:grid;grid-template-columns:110px 1fr;padding:14px 0;border-bottom:1px solid var(--line)}
.contact-details dt{color:#66717f;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.contact-details dd{margin:0;font-size:12px;color:#b6bfcb}
.panel-entry{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.panel-entry span{font-size:11px;color:#818c9a}
.panel-entry strong{font-size:12px}

/* LEGAL / GENERIC */
.section.compact{padding:24px 0}
.glass-panel{padding:32px 0;border-top:1px solid var(--line)}
.glass-panel h2{font-size:24px;margin-bottom:18px}
.glass-panel p,.glass-panel li{font-size:13px;line-height:1.75;color:#aab3c0}
.glass-panel a{color:var(--accent-soft)}
.glass-panel ul{padding-left:20px}
.note{font-size:12px;color:var(--muted)}
.flash{width:min(calc(100% - 48px),var(--max));margin:24px auto;padding:15px 18px;border:1px solid var(--line);font-size:13px}
.flash.success{border-color:rgba(67,211,151,.35);background:rgba(67,211,151,.08)}
.flash.error{border-color:rgba(255,93,93,.35);background:rgba(255,93,93,.08)}

/* FOOTER */
.site-footer{border-top:1px solid var(--line);background:#07090d}
.footer-inner{width:min(calc(100% - 48px),var(--wide));margin:auto;padding:62px 0 28px}
.footer-main{display:grid;grid-template-columns:210px 1fr auto;gap:45px;align-items:center;padding-bottom:48px}
.footer-brand{display:block;width:190px;height:76px;overflow:hidden}
.footer-brand img{width:100%;height:100%;object-fit:contain;object-position:left center}
.footer-main p{max-width:500px;margin:0;font-size:13px}
.footer-contact{font-size:15px;font-weight:750}
.footer-contact:hover{color:var(--accent-soft)}
.footer-nav{display:flex;gap:28px;padding:23px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.footer-nav a{font-size:11px;color:#8e98a6;transition:color .2s ease}
.footer-nav a:hover{color:#fff}
.footer-meta{display:flex;gap:25px;align-items:center;padding-top:24px;color:#626d7a;font-size:10px}
.footer-meta a{margin-left:auto;color:#7f8997}

/* COOKIE */
.cookie-box{position:fixed;left:24px;bottom:24px;z-index:100;width:min(390px,calc(100% - 48px));padding:22px;background:#0d1118;border:1px solid var(--line-strong);box-shadow:0 30px 80px rgba(0,0,0,.5);opacity:0;transform:translateY(16px);pointer-events:none;transition:.25s ease}
.cookie-box.is-visible{opacity:1;transform:none;pointer-events:auto}
.cookie-box h3{font-size:15px;margin-bottom:8px}
.cookie-box p{font-size:11px;line-height:1.6;margin-bottom:16px}
.cookie-actions{display:flex;align-items:center;gap:15px}
.cookie-actions button{border:0;background:var(--accent);padding:10px 14px;font-size:11px;font-weight:800;cursor:pointer}
.cookie-actions a{font-size:10px;color:#919ba8}

/* REVEAL */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .72s var(--ease),transform .72s var(--ease)}
.reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.visual-screen{transition:none}.button,.text-link span{transition:none}}

/* RESPONSIVE */
@media (max-width:1120px){
    .main-nav{gap:17px}
    .header-actions .panel-link{display:none}
    .home-hero{grid-template-columns:1fr 1fr;gap:32px}
    .hero-visual{height:520px}
    .visual-screen-main{width:440px;height:285px;right:0}
    .visual-screen-left{width:275px;height:184px}
    .visual-screen-right{width:235px;height:164px}
    .featured-project,.featured-project:nth-child(even){grid-template-columns:1.25fr .75fr;gap:38px}
    .portfolio-project{grid-template-columns:38px minmax(0,1.35fr) minmax(260px,.65fr);gap:28px}
    .contact-section{gap:45px}
    .contact-details{padding-left:36px}
}

@media (max-width:920px){
    :root{--header:72px}
    .header-inner{width:min(calc(100% - 32px),var(--wide));gap:14px}
    .brand{width:154px;min-width:154px;height:52px}
    .nav-toggle{display:flex;margin-left:auto;z-index:3}
    .main-nav{position:fixed;inset:var(--header) 0 auto 0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:18px 24px 26px;background:rgba(7,9,13,.98);border-bottom:1px solid var(--line);transform:translateY(-120%);opacity:0;pointer-events:none;transition:transform .28s var(--ease),opacity .2s ease}
    .main-nav.is-open{transform:none;opacity:1;pointer-events:auto}
    .main-nav a{padding:13px 0;font-size:14px;border-bottom:1px solid rgba(255,255,255,.07)}
    .main-nav a::after{display:none}
    .header-actions{margin-left:0}
    .header-cta{display:none}
    .home-hero{min-height:auto;grid-template-columns:1fr;padding-top:85px}
    .hero-copy h1{max-width:800px}
    .hero-visual{height:540px;max-width:680px;width:100%;margin-inline:auto}
    .visual-screen-main{width:78%;height:auto;aspect-ratio:1.56;right:4%;top:85px}
    .visual-screen-left{width:46%;height:auto;aspect-ratio:1.49;left:3%;bottom:50px}
    .visual-screen-right{width:40%;height:auto;aspect-ratio:1.43;right:1%;bottom:0}
    .visual-orbit{right:-90px}
    .featured-project,.featured-project:nth-child(even){grid-template-columns:1fr;gap:26px;padding:54px 0}
    .featured-project:nth-child(even) .project-media,.featured-project:nth-child(even) .project-copy{order:initial}
    .project-copy{max-width:650px}
    .price-row{grid-template-columns:42px 1fr auto 20px}
    .price-row p{display:none}
    .personal-section{grid-template-columns:.7fr 1.3fr}
    .personal-copy{padding-left:45px}
    .offer-intro{grid-template-columns:55px 1fr}
    .offer-intro .service-lines{grid-column:2}
    .offer-price ul{grid-template-columns:repeat(2,1fr)}
    .terms-strip{grid-template-columns:repeat(2,1fr)}
    .terms-strip>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}
    .terms-strip>div:nth-child(4){border-top:1px solid var(--line)}
    .portfolio-project{grid-template-columns:38px 1fr}
    .portfolio-copy{grid-column:2;max-width:650px}
    .care-plan{grid-template-columns:.45fr 1fr;gap:30px}
    .client-panel-section{grid-template-columns:1fr;gap:45px}
    .client-panel-copy{max-width:650px}
    .about-hero{grid-template-columns:.65fr 1.35fr}
    .about-copy{padding-left:45px}
    .about-statement{grid-template-columns:60px 1fr}
    .about-statement p{grid-column:2}
    .contact-section{grid-template-columns:1fr}
    .contact-details{padding-left:0;border-left:0}
    .footer-main{grid-template-columns:190px 1fr}
    .footer-contact{grid-column:2}
}

@media (max-width:680px){
    .section,.page-hero,.home-hero,.statement,.personal-section,.contact-cta,.portfolio-list,.about-hero,.about-statement,.process-section,.expertise-line,.contact-hero,.contact-section,.terms-strip,.client-panel-section{width:min(calc(100% - 30px),var(--max))}
    .section{padding:82px 0}
    .overline{font-size:9px}
    .section-heading{display:block;margin-bottom:38px}
    .section-heading h2{font-size:36px;margin-bottom:20px}
    .section-heading>p{text-align:left}
    .home-hero{padding:65px 0 76px;gap:42px}
    .hero-copy h1{font-size:42px;margin-top:18px}
    .hero-copy>p{font-size:16px}
    .hero-actions{align-items:flex-start;flex-direction:column;gap:14px}
    .hero-actions .button-primary{width:100%}
    .hero-scope{display:grid;grid-template-columns:1fr;margin-top:45px}
    .hero-scope span{padding:12px 0}
    .hero-scope span+span{padding-left:0;border-left:0;border-top:1px solid var(--line)}
    .hero-visual{height:390px}
    .visual-orbit{width:380px;height:380px;right:-145px;top:0}
    .visual-screen-main{width:90%;right:0;top:55px}
    .visual-screen-left{width:52%;left:0;bottom:28px}
    .visual-screen-right{width:45%;right:-5px;bottom:-5px}
    .visual-screen::before{height:17px}
    .visual-screen img{height:calc(100% - 17px)}
    .visual-screen::after{top:7px;left:8px}
    .visual-caption{right:5px;top:20px}
    .statement{grid-template-columns:38px 1fr;padding:42px 0;gap:15px}
    .statement p{font-size:25px}
    .featured-project{padding:43px 0}
    .project-copy h3{font-size:34px}
    .system-visual{min-height:260px;padding:14px}
    .system-topbar{height:38px}
    .system-layout{grid-template-columns:42px 1fr}
    .system-content{padding:14px}
    .system-stats span{padding:8px 6px}
    .system-stats b{font-size:13px}
    .price-row{grid-template-columns:32px 1fr auto 16px;gap:10px;min-height:86px}
    .price-row strong{font-size:15px}
    .price-row b{font-size:12px}
    .personal-section{grid-template-columns:1fr;min-height:0;margin:30px auto 88px}
    .personal-mark{font-size:190px;height:180px;display:flex;align-items:flex-end;overflow:hidden}
    .personal-copy{padding:52px 0;border-left:0;border-top:1px solid var(--line)}
    .personal-copy h2{font-size:39px}
    .contact-cta{min-height:350px;padding:58px 28px;margin-bottom:85px}
    .contact-cta h2{font-size:39px}
    .page-hero{padding:82px 0 60px}
    .page-hero h1,.contact-hero h1{font-size:43px}
    .page-hero p,.contact-hero p{font-size:15px}
    .offer-intro{grid-template-columns:32px 1fr;gap:16px}
    .offer-intro .service-lines{grid-column:1/3;margin-top:30px}
    .service-lines>div{grid-template-columns:1fr;gap:5px}
    .offer-price-head{grid-template-columns:30px 1fr;align-items:start}
    .offer-price-head strong{grid-column:2;margin-top:-4px;font-size:16px}
    .offer-price ul{grid-template-columns:1fr;padding-left:30px}
    .offer-price-dark{margin-inline:-15px;padding-inline:15px}
    .terms-strip{grid-template-columns:1fr}
    .terms-strip>div{min-height:112px}
    .terms-strip>div+div{border-left:0;border-top:1px solid var(--line)}
    .portfolio-list{padding-top:55px}
    .portfolio-project{grid-template-columns:28px 1fr;gap:10px 14px;padding:44px 0}
    .portfolio-media{grid-column:1/3}
    .portfolio-copy{grid-column:1/3}
    .portfolio-copy h2{font-size:35px}
    .system-visual-large{min-height:280px;padding:14px}
    .system-visual-large .system-layout{grid-template-columns:42px 1fr}
    .system-visual-large .system-content{padding:14px}
    .system-visual-large .system-stats{gap:5px}
    .system-visual-large .system-stats span{padding:8px 5px}
    .system-visual-large .system-stats b{font-size:14px}
    .care-plan{grid-template-columns:1fr;gap:28px;padding:42px 0}
    .care-plan ul{grid-template-columns:1fr}
    .care-plan-featured{margin-inline:-15px;padding-inline:15px}
    .client-panel-preview{height:350px;padding:12px}
    .client-panel-main{padding:24px 18px}
    .client-panel-main h3{font-size:27px;margin-bottom:24px}
    .client-ticket{grid-template-columns:9px 1fr}
    .client-ticket small{grid-column:2}
    .about-hero{grid-template-columns:1fr;min-height:0;padding-top:55px}
    .about-monogram{font-size:220px;height:190px;overflow:hidden}
    .about-copy{padding:46px 0 68px;border-left:0;border-top:1px solid var(--line)}
    .about-copy h1{font-size:43px}
    .about-statement{grid-template-columns:34px 1fr;padding:75px 0;gap:14px}
    .about-statement h2{font-size:35px}
    .process-line{grid-template-columns:1fr 1fr}
    .process-line li{min-height:150px}
    .process-line li:nth-child(3){border-left:0;border-top:1px solid var(--line)}
    .process-line li:nth-child(4){border-top:1px solid var(--line)}
    .expertise-line{justify-content:flex-start}
    .contact-hero{padding:82px 0 55px}
    .contact-section{padding-bottom:90px}
    .form-row{grid-template-columns:1fr;gap:0}
    .contact-details>div:first-child>a{font-size:24px}
    .contact-details dl>div{grid-template-columns:85px 1fr}
    .footer-inner{width:min(calc(100% - 30px),var(--wide));padding-top:45px}
    .footer-main{grid-template-columns:1fr;gap:20px}
    .footer-contact{grid-column:1}
    .footer-nav{flex-wrap:wrap;gap:16px 22px}
    .footer-meta{align-items:flex-start;flex-direction:column;gap:8px}
    .footer-meta a{margin-left:0}
}
.legal-page{width:min(calc(100% - 48px),var(--max));margin-inline:auto;padding-bottom:100px}
.legal-page .page-hero,.legal-page .section{width:100%}
@media (max-width:680px){.legal-page{width:min(calc(100% - 30px),var(--max))}}
.form-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-alert{margin:0 0 28px;padding:16px 18px;border:1px solid var(--line-strong);font-size:13px;line-height:1.6}
.form-alert-success{background:rgba(63,207,142,.08);border-color:rgba(63,207,142,.28)}
.form-alert-error{background:rgba(255,105,105,.08);border-color:rgba(255,105,105,.28)}

/* =========================================================
   SALVATORE JK — V4 refinement
   Czytelniejsza typografia, spokojniejsze nagłówki i brak
   dekoracyjnej numeracji.
   ========================================================= */
body{font-size:17px;line-height:1.62}
p{font-size:16px;line-height:1.72}
.main-nav a{font-size:14px}
.panel-link,.header-cta{font-size:13px}
.overline{font-size:12px;letter-spacing:.15em}
.button{font-size:14px;min-height:52px}
.text-link{font-size:14px}

.section{padding:104px 0}
.section-heading{margin-bottom:48px}
.section-heading h2{font-size:clamp(32px,3.4vw,46px);line-height:1.08;max-width:720px}
.section-heading>p{font-size:16px;line-height:1.65}

.home-hero{min-height:auto;padding:82px 0 96px}
.hero-copy h1{font-size:clamp(43px,4.5vw,62px);line-height:1.06;max-width:690px}
.hero-copy>p{font-size:18px;line-height:1.7}
.hero-scope span{font-size:11px}

.statement{display:block;padding:54px 0}
.statement p{max-width:900px;font-size:clamp(24px,2.45vw,36px);line-height:1.32}

.section-work{padding-top:112px}
.featured-project{padding:62px 0}
.project-copy>span,.portfolio-copy>span{font-size:11px}
.project-copy h3{font-size:clamp(29px,2.7vw,40px);line-height:1.08}
.project-copy p{font-size:16px;line-height:1.72}
.project-copy small,.portfolio-copy small{font-size:11px}
.project-media,.portfolio-media{background:#eef3f9}
.project-media>img,.portfolio-media>img{object-fit:cover;object-position:top center}

.price-row{grid-template-columns:1.05fr 1.35fr auto 24px;min-height:100px}
.price-row strong{font-size:18px}
.price-row p{font-size:15px}
.price-row b{font-size:16px}

.personal-section{min-height:520px;margin-bottom:112px}
.personal-copy h2{font-size:clamp(34px,3.7vw,49px)}
.personal-copy p{font-size:17px}

.contact-cta{
    min-height:330px;
    padding:64px 7%;
    margin-bottom:110px;
    background:
        radial-gradient(520px 260px at 88% 18%,rgba(47,124,255,.12),transparent 72%),
        linear-gradient(145deg,#10141c,#0b0e14);
    border:1px solid var(--line);
}
.contact-cta::before{width:360px;height:360px;right:-180px;top:-205px;border-color:rgba(123,181,255,.13)}
.contact-cta::after{width:220px;height:220px;right:-55px;top:-105px;border-color:rgba(255,255,255,.07)}
.contact-cta .overline{color:var(--accent-soft)}
.contact-cta .overline::before{background:var(--accent)}
.contact-cta h2{font-size:clamp(32px,3.8vw,50px);line-height:1.1;max-width:820px}
.contact-cta .button-light{background:var(--accent);color:#fff}
.contact-cta .button-light:hover{background:#4389ff}

.page-hero{padding:102px 0 78px}
.page-hero h1,.contact-hero h1{font-size:clamp(40px,4.7vw,60px);line-height:1.08;max-width:900px}
.page-hero p,.contact-hero p{font-size:18px;line-height:1.68}

.offer-intro{grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);gap:46px}
.offer-intro h2{font-size:34px}
.offer-intro>div>p{font-size:16px}
.service-lines strong{font-size:16px}
.service-lines span{font-size:15px}
.offer-price-head{grid-template-columns:1fr auto;gap:24px;margin-bottom:30px}
.offer-price-head h3{font-size:clamp(27px,2.5vw,37px)}
.offer-price-head strong{font-size:20px}
.offer-price ul{padding-left:0}
.offer-price li{font-size:15px;line-height:1.55}
.terms-strip>div{min-height:118px;justify-content:center}
.terms-strip strong{font-size:15px}

.portfolio-list{padding:74px 0 116px}
.portfolio-project{grid-template-columns:minmax(0,1.5fr) minmax(300px,.6fr);gap:48px;padding:58px 0}
.portfolio-copy h2{font-size:clamp(29px,2.7vw,41px)}
.portfolio-copy p{font-size:16px;line-height:1.72}
.portfolio-copy li{font-size:13px}

.care-plan-title h2{font-size:38px}
.care-plan li{font-size:15px}
.care-note{font-size:14px;line-height:1.7}
.client-panel-copy h2{font-size:clamp(33px,3.4vw,46px)}
.client-panel-copy p{font-size:16px}

.about-copy h1{font-size:clamp(40px,4.5vw,59px)}
.about-copy p{font-size:18px}
.about-statement{grid-template-columns:.85fr 1fr;gap:58px;padding:92px 0}
.about-statement h2{font-size:clamp(31px,3vw,43px)}
.about-statement p{font-size:17px}
.process-section{padding:100px 0}
.process-line li{min-height:150px;justify-content:flex-end}
.process-line strong{font-size:19px;margin-top:0}
.process-line small{font-size:13px}
.expertise-line span{font-size:12px}

.contact-hero{padding:102px 0 66px}
.contact-form label{font-size:13px}
.contact-details>div:first-child>a{font-size:clamp(24px,2.3vw,34px)}

@media(max-width:980px){
    .offer-intro{grid-template-columns:1fr}
    .offer-intro .service-lines{grid-column:auto}
    .portfolio-project{grid-template-columns:1fr}
    .portfolio-copy{grid-column:auto}
    .about-statement{grid-template-columns:1fr}
    .about-statement p{grid-column:auto}
}

@media(max-width:680px){
    body{font-size:16px}
    p{font-size:15px}
    .section{padding:76px 0}
    .section-heading h2{font-size:32px}
    .home-hero{padding:62px 0 74px}
    .hero-copy h1{font-size:39px}
    .hero-copy>p{font-size:17px}
    .statement{padding:39px 0}
    .statement p{font-size:23px}
    .project-copy h3,.portfolio-copy h2{font-size:31px}
    .project-copy p,.portfolio-copy p{font-size:15px}
    .price-row{grid-template-columns:1fr auto 16px;gap:12px;min-height:82px}
    .price-row p{display:none}
    .price-row strong{font-size:16px}
    .price-row b{font-size:13px}
    .contact-cta{min-height:300px;padding:50px 24px}
    .contact-cta h2{font-size:34px}
    .page-hero h1,.contact-hero h1{font-size:39px}
    .page-hero p,.contact-hero p{font-size:16px}
    .offer-price-head{grid-template-columns:1fr}
    .offer-price-head strong{grid-column:auto;margin-top:0}
    .offer-price ul{padding-left:0}
    .terms-strip>div{min-height:94px}
    .portfolio-project{grid-template-columns:1fr;gap:24px}
    .portfolio-media,.portfolio-copy{grid-column:auto}
    .care-plan li{font-size:14px}
    .about-statement{grid-template-columns:1fr;padding:70px 0}
    .about-statement h2{font-size:32px}
    .about-statement p{font-size:15px}
    .process-line li{min-height:128px}
}

.project-media.is-contain>img,.portfolio-media.is-contain>img{object-fit:contain;background:#eef3f9}

/* =========================================================
   SALVATORE JK — V5 light refinement
   Lżejszy, jaśniejszy i czytelniejszy kierunek inspirowany
   uporządkowaną estetyką paneli.
   ========================================================= */
:root{
    --bg:#f3f6fb;
    --bg-soft:#edf2f8;
    --surface:#ffffff;
    --surface-2:#f7f9fc;
    --text:#132033;
    --muted:#536274;
    --muted-2:#778599;
    --line:rgba(19,32,51,.09);
    --line-strong:rgba(19,32,51,.16);
    --accent:#2f7cff;
    --accent-soft:#2f7cff;
}
body{
    color:var(--text);
    background:var(--bg);
}
body::before{
    background:
        radial-gradient(760px 420px at 88% 2%,rgba(47,124,255,.11),transparent 72%),
        radial-gradient(560px 320px at 6% 28%,rgba(47,124,255,.06),transparent 70%),
        linear-gradient(180deg,#f8fbff 0%,#f3f6fb 58%,#eef3f9 100%);
}
body::after{
    opacity:.10;
    background-image:
        linear-gradient(rgba(16,24,40,.03) 1px,transparent 1px),
        linear-gradient(90deg,rgba(16,24,40,.03) 1px,transparent 1px);
}
.ambient span{border-color:rgba(47,124,255,.10)}
.ambient span:last-child{border-color:rgba(19,32,51,.06)}

.site-header.is-scrolled{
    background:rgba(255,255,255,.9);
    border-color:var(--line);
    backdrop-filter:blur(14px);
}
.main-nav a{color:#344153}
.main-nav a:hover,.main-nav a.is-active{color:#0f1b2f}
.panel-link{color:#536274}
.panel-link:hover{color:#0f1b2f}
.header-cta{
    background:#0f1b2f;
    color:#fff;
    border-color:#0f1b2f;
}
.header-cta:hover{
    background:#1a2a43;
    color:#fff;
    border-color:#1a2a43;
}

h1,h2,h3{color:#0f1b2f}
p{color:var(--muted)}
.text-link{color:#112034}
.text-link:hover{color:#0d1b2e}
.button-text{color:#112034}
.button-text:hover{color:#0d1b2e}
.button-light{
    background:#fff;
    color:#0f1b2f;
    border:1px solid var(--line-strong);
}
.button-light:hover{background:#f2f6fb}

.home-hero{padding-top:72px}
.hero-copy>p{color:#49586a;max-width:610px}
.hero-scope{
    background:rgba(255,255,255,.72);
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
}
.hero-scope span{color:#445366}
.hero-scope span+span{border-left:1px solid var(--line)}
.visual-orbit{border-color:rgba(47,124,255,.15);box-shadow:inset 0 0 90px rgba(47,124,255,.03)}
.visual-orbit::before,.visual-orbit::after{border-color:rgba(19,32,51,.06)}
.visual-orbit::after{background:radial-gradient(circle,rgba(47,124,255,.08),transparent 68%)}
.visual-screen{
    background:#fff;
    border:1px solid rgba(19,32,51,.10);
    box-shadow:0 24px 65px rgba(15,27,47,.12);
}
.visual-screen::before{border-bottom-color:rgba(19,32,51,.08);background:linear-gradient(90deg,rgba(19,32,51,.03),transparent)}
.visual-screen::after{background:#96a2b3;box-shadow:9px 0 #c5cdd8,18px 0 #d8dee7}
.visual-caption strong{color:#223146}

.statement{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:38px 42px;
    box-shadow:0 18px 50px rgba(15,27,47,.05);
}
.statement p{color:#122033}

.section-heading>p{color:#5a6879}
.featured-projects,.price-list,.offer-prices,.care-plans,.service-lines,.portfolio-project:first-child,.portfolio-project,.terms-strip,.process-line,.expertise-line,.contact-form,.contact-details,.glass-panel,.page-hero,.about-hero,.about-statement,.client-panel-section,.contact-section{border-color:var(--line)}
.featured-project,.price-row,.offer-price,.care-plan,.portfolio-project,.process-line li,.contact-details dl>div,.panel-entry,.client-ticket,.service-lines>div{border-color:var(--line)}
.featured-project:hover,.price-row:hover{background:rgba(255,255,255,.6)}
.project-media,.portfolio-media{
    background:#fff;
    border:1px solid rgba(19,32,51,.09);
    box-shadow:0 16px 45px rgba(15,27,47,.06);
}
.project-media.is-contain>img,.portfolio-media.is-contain>img{background:#fff}
.project-copy small,.portfolio-copy small{color:#6d7a8d;border-top-color:var(--line)}

.system-visual{
    background:linear-gradient(180deg,#f8fbff 0%,#edf3fb 100%);
    color:#132033;
}
.system-visual::after{background:rgba(47,124,255,.08)}
.system-topbar{
    background:#fff;
    border-color:rgba(19,32,51,.08);
}
.system-topbar strong,.system-title b{color:#122033}
.system-topbar small,.system-title span{color:#627288}
.system-sidebar{border-color:rgba(19,32,51,.08)}
.system-sidebar i{background:#c6d0dd}
.system-sidebar i:first-child{background:var(--accent)}
.system-content{
    background:rgba(255,255,255,.84);
    border-color:rgba(19,32,51,.08);
}
.system-stats span{
    background:#fff;
    border-color:rgba(19,32,51,.08);
    color:#6b7a8d;
}
.system-stats b{color:#132033}
.system-table{border-top-color:rgba(19,32,51,.08)}
.system-table i{border-bottom-color:rgba(19,32,51,.08)}
.system-table i::before{background:#aab7c8}
.system-table i::after{background:#d3dce8}

.price-number,.portfolio-number{color:#7b8797}
.personal-section,
.about-hero,
.about-statement,
.client-panel-section{
    background:#fff;
    border-radius:28px;
    box-shadow:0 18px 55px rgba(15,27,47,.05);
}
.personal-section,.about-hero,.about-statement{border:1px solid var(--line)}
.personal-copy,.about-copy{border-left-color:var(--line)}
.personal-mark,.about-monogram{-webkit-text-stroke:1px rgba(47,124,255,.22)}

.contact-cta{
    background:
        radial-gradient(440px 220px at 88% 18%,rgba(47,124,255,.11),transparent 72%),
        linear-gradient(145deg,#ffffff,#f5f8fc);
    border:1px solid var(--line);
    box-shadow:0 20px 55px rgba(15,27,47,.06);
}
.contact-cta .overline{color:var(--accent)}
.contact-cta .overline::before{background:var(--accent)}
.contact-cta h2{color:#0f1b2f}
.contact-cta .button-light{
    background:#0f1b2f;
    color:#fff;
    border-color:#0f1b2f;
}
.contact-cta .button-light:hover{
    background:#1b2d49;
    border-color:#1b2d49;
}

.offer-price-dark,
.care-plan-featured{
    background:linear-gradient(180deg,rgba(47,124,255,.05),rgba(47,124,255,.025));
}
.terms-strip,
.process-line,
.expertise-line,
.contact-form,
.contact-details,
.glass-panel{
    background:rgba(255,255,255,.72);
    backdrop-filter:blur(4px);
}
.terms-strip>div+div,.process-line li+li,.contact-details{border-left-color:var(--line)}
.expertise-line span{color:#5a687b}

.client-panel-preview{
    background:linear-gradient(180deg,#ffffff 0%,#f4f7fb 100%);
    border:1px solid rgba(19,32,51,.09);
    box-shadow:0 16px 48px rgba(15,27,47,.06);
}
.client-panel-bar{border-bottom-color:var(--line)}
.client-panel-bar strong,.client-panel-main h3{color:#0f1b2f}
.client-panel-bar i,.client-panel-nav b{background:#cad3de}
.client-panel-nav b:first-child,.client-ticket i{background:var(--accent)}
.client-panel-body{color:#102033}
.client-panel-main>span{color:var(--accent)}
.client-ticket small{color:#647489}

.contact-form input,.contact-form select,.contact-form textarea{
    background:#fff;
    color:#122033;
    border-color:rgba(19,32,51,.12);
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{
    background:#fff;
    border-color:rgba(47,124,255,.56);
    box-shadow:0 0 0 4px rgba(47,124,255,.08);
}
.contact-details dd{color:#4f5e71}
.contact-details dt{color:#758294}
.panel-entry span{color:#69788b}

.flash{background:#fff;color:#122033}
.flash.success{background:rgba(63,207,142,.08)}
.flash.error{background:rgba(255,105,105,.07)}
.form-alert{background:#fff;color:#132033}

.site-footer{
    background:#0f1b2f;
    border-top-color:rgba(255,255,255,.08);
}
.footer-main p,.footer-nav a,.footer-meta,.footer-meta a{color:#aeb8c8}
.footer-contact{color:#fff}
.footer-nav{border-top-color:rgba(255,255,255,.08);border-bottom-color:rgba(255,255,255,.08)}
.footer-nav a:hover,.footer-meta a:hover,.footer-contact:hover{color:#fff}

.cookie-box{
    background:#fff;
    border-color:rgba(19,32,51,.12);
    box-shadow:0 22px 60px rgba(15,27,47,.14);
}
.cookie-box h3{color:#0f1b2f}
.cookie-box p{color:#536274}
.cookie-actions a{color:#5a687b}

@media(max-width:920px){
    .main-nav{background:rgba(255,255,255,.98)}
    .main-nav a{border-bottom-color:rgba(19,32,51,.08)}
    .nav-toggle{border-color:var(--line)}
    .nav-toggle span{background:#0f1b2f}
    .personal-copy,.about-copy{border-left:0;border-top:1px solid var(--line)}
}

@media(max-width:680px){
    .statement{padding:28px 22px;border-radius:20px}
    .personal-section,.about-hero,.about-statement,.client-panel-section{border-radius:22px}
    .hero-scope{border-radius:14px}
}

/* =========================================================
   SALVATORE JK — V5.2 clean light header
   Pełne logo bez kapsuły i bez ciężkiego czarnego pasa.
   ========================================================= */
.site-header{
    background:rgba(248,251,255,.92);
    border-bottom:1px solid rgba(19,32,51,.08);
    backdrop-filter:blur(14px);
}
.site-header.is-scrolled{
    background:rgba(255,255,255,.94);
    border-color:rgba(19,32,51,.09);
}
.header-inner{height:96px}
.brand{
    width:176px;
    min-width:176px;
    height:88px;
    overflow:visible;
    padding:0;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
}
.brand img{
    width:164px;
    height:auto;
    max-height:88px;
    object-fit:contain;
    object-position:left center;
    filter:drop-shadow(0 7px 14px rgba(15,27,47,.16));
}
.main-nav a{color:#344153}
.main-nav a:hover,.main-nav a.is-active{color:#0f1b2f}
.panel-link{color:#536274}
.panel-link:hover{color:#0f1b2f}
.header-cta{
    background:#0f1b2f;
    color:#fff;
    border-color:#0f1b2f;
}
.header-cta:hover{
    background:#1a2a43;
    color:#fff;
    border-color:#1a2a43;
}
.nav-toggle{border-color:rgba(19,32,51,.12)}
.nav-toggle span{background:#0f1b2f}
.home-hero{padding-top:58px}

@media(max-width:920px){
    :root{--header:82px}
    .header-inner{height:82px}
    .brand{width:148px;min-width:148px;height:76px}
    .brand img{width:142px;max-height:76px}
    .main-nav{background:rgba(255,255,255,.98)}
    .main-nav a{border-bottom-color:rgba(19,32,51,.08);color:#344153}
}

/* Final proportions for the transparent logo */
.header-inner{height:90px}
.brand{width:164px;min-width:164px;height:84px}
.brand img{width:154px;max-height:84px}
@media(max-width:920px){
    :root{--header:78px}
    .header-inner{height:78px}
    .brand{width:136px;min-width:136px;height:72px}
    .brand img{width:132px;max-height:72px}
}

/* =========================================================
   SALVATORE JK — V5.3
   Powrót do układu V5.2. Zmiana wyłącznie kafli i bloków:
   jeden prosty, konsekwentny system bez zaokrągleń.
   ========================================================= */

/* Wspólna geometria dla wszystkich większych bloków */
.statement,
.personal-section,
.about-hero,
.about-statement,
.contact-cta,
.client-panel-section{
    border-radius:0;
    box-shadow:0 16px 44px rgba(15,27,47,.045);
    border:1px solid rgba(19,32,51,.10);
}

/* Bloki informacyjne: czysta biel, bez miękkiego efektu „aplikacji” */
.statement,
.personal-section,
.about-hero,
.about-statement,
.client-panel-section{
    background:#fff;
}

/* Delikatny techniczny akcent zamiast zaokrągleń */
.statement,
.about-hero,
.about-statement,
.personal-section{
    position:relative;
}
.statement::before,
.about-hero::before,
.about-statement::before,
.personal-section::before{
    content:"";
    position:absolute;
    left:-1px;
    top:-1px;
    width:72px;
    height:2px;
    background:var(--accent);
}

/* Proces: jeden spójny prostokątny moduł, bez „miękkich” kart */
.process-line{
    background:#fff;
    border:1px solid rgba(19,32,51,.10);
    border-radius:0;
    box-shadow:0 14px 38px rgba(15,27,47,.035);
}
.process-line li{
    position:relative;
    background:#fff;
    border-color:rgba(19,32,51,.10);
    padding:30px 28px;
    transition:background .2s ease;
}
.process-line li::before{
    content:"";
    position:absolute;
    left:28px;
    top:0;
    width:34px;
    height:2px;
    background:rgba(47,124,255,.42);
}
.process-line li:hover{background:#f8fbff}
.process-line strong{color:#132033}
.process-line small{color:#6a788a;line-height:1.5}

/* Obszary działalności: ten sam język wizualny co proces */
.expertise-line{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    align-items:stretch;
    gap:0;
    padding:0;
    background:#fff;
    border:1px solid rgba(19,32,51,.10);
    border-radius:0;
    box-shadow:0 14px 38px rgba(15,27,47,.035);
    overflow:visible;
}
.expertise-line span{
    position:relative;
    display:flex;
    align-items:center;
    min-height:76px;
    padding:18px 20px;
    color:#536274;
    font-size:11px;
    line-height:1.35;
    white-space:normal;
    text-align:left;
    transition:background .2s ease,color .2s ease;
}
.expertise-line span+span{
    border-left:1px solid rgba(19,32,51,.10);
}
.expertise-line span+span::before{display:none}
.expertise-line span::after{
    content:"";
    position:absolute;
    left:20px;
    bottom:-1px;
    width:0;
    height:2px;
    background:var(--accent);
    transition:width .22s ease;
}
.expertise-line span:hover{
    background:#f8fbff;
    color:#132033;
}
.expertise-line span:hover::after{width:38px}

/* Zasady / warunki: spójne ostre moduły */
.terms-strip{
    border-radius:0;
    background:#fff;
    box-shadow:0 14px 38px rgba(15,27,47,.035);
}
.terms-strip>div{background:#fff}

/* Hero scope nadal lekki, ale bez kapsułowego charakteru */
.hero-scope{
    border-radius:0;
    background:#fff;
    box-shadow:0 10px 28px rgba(15,27,47,.025);
}

/* Końcowy blok bez zaokrągleń, ale nadal wyróżniony */
.contact-cta{
    border-radius:0;
}

@media(max-width:980px){
    .expertise-line{grid-template-columns:repeat(2,minmax(0,1fr))}
    .expertise-line span:nth-child(odd){border-left:0}
    .expertise-line span:nth-child(n+3){border-top:1px solid rgba(19,32,51,.10)}
    .expertise-line span:last-child{grid-column:1 / -1}
}

@media(max-width:680px){
    .statement,
    .personal-section,
    .about-hero,
    .about-statement,
    .client-panel-section,
    .contact-cta{
        border-radius:0;
    }
    .process-line{grid-template-columns:1fr}
    .process-line li+li{border-left:0;border-top:1px solid rgba(19,32,51,.10)}
    .expertise-line{grid-template-columns:1fr}
    .expertise-line span,
    .expertise-line span:nth-child(odd),
    .expertise-line span:nth-child(n+3){
        border-left:0;
        border-top:1px solid rgba(19,32,51,.10);
    }
    .expertise-line span:first-child{border-top:0}
    .expertise-line span:last-child{grid-column:auto}
}

/* =========================================================
   SALVATORE JK — V5.4 focused corrections
   Czytelny nagłówek, bez pustych stref, bez wielkich JK
   i bez ramek tam, gdzie nie są potrzebne.
   ========================================================= */

/* Animacje nie mogą zostawiać pustych sekcji podczas przewijania. */
.reveal,
.reveal.is-visible{
    opacity:1;
    transform:none;
    transition:none;
}

/* Nagłówek jest wyraźnie osobną strefą. */
.site-header,
.site-header.is-scrolled{
    background:#fff;
    border-bottom:1px solid #cfd9e6;
    box-shadow:0 8px 24px rgba(15,27,47,.075);
    backdrop-filter:none;
}
.site-header::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:1px;
    background:linear-gradient(90deg,rgba(47,124,255,.75),rgba(47,124,255,.12) 23%,transparent 58%);
    pointer-events:none;
}
.header-inner{height:92px}
.main-nav a{font-weight:700;color:#344153}
.main-nav a:hover,.main-nav a.is-active{color:#0f1b2f}
.panel-link{font-weight:700;color:#536274}
.header-cta{min-height:44px;padding-inline:20px}

/* Mniej pustej przestrzeni na początku podstron. */
.page-hero{padding:72px 0 48px;border-bottom:0}
.page-hero.small{padding:72px 0 44px}
.contact-hero{padding:72px 0 42px}
.page-hero h1,.contact-hero h1{margin-bottom:18px}

/* Realizacje: projekt zaczyna się od razu, bez pustej strefy pomiędzy liniami. */
.portfolio-list{padding:22px 0 96px}
.portfolio-project{
    grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
    gap:54px;
    padding:48px 0;
    border-top:1px solid var(--line);
    border-bottom:0;
}
.portfolio-project:first-child{border-top:1px solid var(--line-strong)}
.portfolio-media{box-shadow:0 14px 38px rgba(15,27,47,.075)}

/* O mnie na stronie głównej: bez wielkiej ramki i bez liter wychodzących poza krawędź. */
.personal-section{
    display:grid;
    grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);
    align-items:center;
    min-height:0;
    margin-top:62px;
    margin-bottom:96px;
    padding:62px 0;
    overflow:visible;
    background:transparent;
    border:0;
    border-top:1px solid var(--line-strong);
    border-bottom:1px solid var(--line-strong);
    border-radius:0;
    box-shadow:none;
}
.personal-section::before{display:none}
.personal-intro{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    padding-right:48px;
}
.personal-intro strong{
    margin-top:18px;
    color:#0f1b2f;
    font-size:28px;
    line-height:1.1;
    letter-spacing:-.035em;
}
.personal-intro small{
    color:#7a8798;
    font-size:11px;
    font-weight:800;
    letter-spacing:.15em;
}
.personal-copy{
    padding:8px 0 8px 64px;
    border-left:1px solid var(--line-strong);
}
.personal-copy h2{margin-top:0;font-size:clamp(33px,3.4vw,47px)}
.personal-copy p{max-width:610px}
.personal-mark{display:none}

/* Strona O mnie: ten sam układ, ale bez ogromnego JK i bez wielkich kart. */
.about-hero{
    display:grid;
    grid-template-columns:minmax(230px,.42fr) minmax(0,1fr);
    align-items:center;
    min-height:0;
    padding:86px 0 68px;
    overflow:visible;
    background:transparent;
    border:0;
    border-bottom:1px solid var(--line-strong);
    border-radius:0;
    box-shadow:none;
}
.about-hero::before{display:none}
.about-intro{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    padding-right:48px;
}
.about-intro strong{
    margin-top:20px;
    color:#0f1b2f;
    font-size:31px;
    line-height:1.1;
    letter-spacing:-.04em;
}
.about-intro small{
    color:#798698;
    font-size:11px;
    font-weight:800;
    letter-spacing:.15em;
}
.about-copy{padding:6px 0 6px 68px;border-left:1px solid var(--line-strong)}
.about-copy h1{margin-top:0}
.about-monogram{display:none}
.about-statement{
    display:grid;
    grid-template-columns:minmax(300px,.85fr) minmax(0,1fr);
    gap:64px;
    padding:64px 0;
    background:transparent;
    border:0;
    border-bottom:1px solid var(--line-strong);
    border-radius:0;
    box-shadow:none;
}
.about-statement::before{display:none}

/* Proces: swobodniejszy, bez zewnętrznej karty i bez ściśniętych kafelków. */
.process-section{padding:78px 0 48px}
.process-section .section-heading{margin-bottom:42px}
.process-line{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin:0;
    background:transparent;
    border:0;
    border-top:1px solid var(--line-strong);
    border-bottom:1px solid var(--line-strong);
    border-radius:0;
    box-shadow:none;
}
.process-line li{
    min-height:170px;
    padding:36px 32px;
    justify-content:flex-end;
    background:transparent;
    border-color:var(--line);
}
.process-line li::before{display:none}
.process-line li:hover{background:rgba(255,255,255,.48)}
.process-line strong{font-size:20px;margin-bottom:10px}
.process-line small{max-width:190px;font-size:14px;line-height:1.55;color:#667487}

/* Specjalizacje: szersze pozycje, tylko linie, bez kolejnej zamkniętej kratki. */
.expertise-line{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:stretch;
    gap:0 64px;
    padding:0;
    margin-top:24px;
    margin-bottom:96px;
    overflow:visible;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
}
.expertise-line span{
    min-height:70px;
    padding:22px 0;
    display:flex;
    align-items:center;
    color:#445367;
    font-size:13px;
    font-weight:800;
    line-height:1.4;
    white-space:normal;
    border-top:1px solid var(--line-strong);
}
.expertise-line span+span{border-left:0}
.expertise-line span+span::before{display:none}
.expertise-line span::after{display:none}
.expertise-line span:hover{background:transparent;color:#0f1b2f}
.expertise-line span:nth-last-child(-n+2){border-bottom:1px solid var(--line-strong)}

/* Opieka: pakiety zaczynają się bliżej nagłówka i nie tworzą pustych pól. */
.care-section{padding-top:24px;padding-bottom:76px}
.care-plan{padding:42px 0;gap:52px}
.care-plan-featured{
    margin-inline:0;
    padding-inline:0;
    background:transparent;
}
.care-note{margin-top:26px}
.client-panel-section{
    padding:68px 0 100px;
    background:transparent;
    border:0;
    border-top:1px solid var(--line-strong);
    border-radius:0;
    box-shadow:none;
}

/* Oferta: zasady nie potrzebują ciężkiej karty. */
.terms-strip{
    background:transparent;
    border:0;
    border-top:1px solid var(--line-strong);
    border-bottom:1px solid var(--line-strong);
    border-radius:0;
    box-shadow:none;
}
.terms-strip>div{background:transparent;min-height:120px}

/* Kontakt: więcej przestrzeni, brak dwóch sztucznie zamkniętych kart. */
.contact-section{
    grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);
    gap:78px;
    align-items:start;
    padding:18px 0 104px;
}
.contact-form{
    padding:0;
    background:transparent;
    border:0;
}
.form-row{gap:28px}
.contact-form label{margin-bottom:26px;color:#3f4e61;font-size:13px}
.contact-form input,
.contact-form select,
.contact-form textarea{
    margin-top:10px;
    background:#fff;
    border:1px solid #d7e0eb;
    box-shadow:0 5px 18px rgba(15,27,47,.025);
}
.contact-form input,.contact-form select{height:60px}
.contact-form textarea{min-height:205px}
.contact-details{
    padding:0 0 0 54px;
    background:transparent;
    border-top:0;
    border-left:1px solid var(--line-strong);
}
.contact-details dl{margin:52px 0 42px}
.contact-details dl>div{padding:16px 0}
.panel-entry{background:transparent}

/* CTA ma być jedynym świadomie zamkniętym blokiem na końcu strony. */
.contact-cta{
    margin-top:0;
    border-radius:0;
}

@media(max-width:980px){
    .portfolio-project{grid-template-columns:1fr;gap:30px}
    .personal-section,.about-hero{grid-template-columns:1fr;gap:34px}
    .personal-intro,.about-intro{padding-right:0}
    .personal-copy,.about-copy{padding:34px 0 0;border-left:0;border-top:1px solid var(--line)}
    .about-statement{grid-template-columns:1fr;gap:24px}
    .contact-section{grid-template-columns:1fr;gap:56px}
    .contact-details{padding:48px 0 0;border-left:0;border-top:1px solid var(--line-strong)}
}

@media(max-width:780px){
    .process-line{grid-template-columns:repeat(2,minmax(0,1fr))}
    .process-line li:nth-child(3){border-left:0;border-top:1px solid var(--line)}
    .process-line li:nth-child(4){border-top:1px solid var(--line)}
    .expertise-line{grid-template-columns:1fr;gap:0}
    .expertise-line span{border-bottom:0}
    .expertise-line span:last-child{border-bottom:1px solid var(--line-strong)}
}

@media(max-width:680px){
    .header-inner{height:78px}
    .page-hero,.contact-hero{padding:58px 0 34px}
    .portfolio-list{padding-top:12px}
    .portfolio-project{padding:36px 0}
    .personal-section{padding:48px 0;margin:38px auto 72px}
    .personal-intro strong,.about-intro strong{font-size:26px}
    .about-hero{padding:58px 0 48px}
    .about-statement{padding:48px 0}
    .process-section{padding:58px 0 32px}
    .process-line{grid-template-columns:1fr}
    .process-line li,
    .process-line li:nth-child(3),
    .process-line li:nth-child(4){min-height:128px;border-left:0;border-top:1px solid var(--line)}
    .process-line li:first-child{border-top:0}
    .expertise-line{margin-bottom:72px}
    .care-section{padding-top:10px}
    .contact-section{padding-top:8px;padding-bottom:78px}
    .form-row{grid-template-columns:1fr;gap:0}
}


/* =========================================================
   SALVATORE JK — V5.5 focused cleanup
   Poprawki po screenach: mniejsze CTA, ciemniejsza drobna typografia,
   lżejsza zakładka O mnie i czytelniejsze obszary pracy.
   ========================================================= */
.site-header,
.site-header.is-scrolled{
    background:rgba(255,255,255,.98);
    border-bottom:1px solid #c3cedb;
    box-shadow:0 10px 28px rgba(15,27,47,.09);
}
.site-header::after{background:linear-gradient(90deg,rgba(47,124,255,.92),rgba(47,124,255,.18) 28%,transparent 62%)}
.header-inner{height:88px}
.main-nav a,.panel-link{font-weight:700}

.contact-cta{
    min-height:250px;
    padding:46px 7%;
    margin-bottom:86px;
}
.contact-cta h2{
    max-width:760px;
    margin:14px 0 24px;
    font-size:clamp(30px,3.3vw,46px);
}
.contact-cta .button{min-height:48px}

.offer-price{padding:42px 0}
.offer-price-head h3{font-size:clamp(25px,2.3vw,36px)}
.offer-price-head strong{font-size:18px}
.offer-price ul{gap:0 20px}
.offer-price li{
    color:#627285;
    font-size:14px;
    line-height:1.6;
}
.offer-price li::before{top:15px}
.offer-price-dark{background:rgba(47,124,255,.045)}

.about-hero{
    grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);
    gap:30px;
    padding:64px 0 42px;
}
.about-intro strong{font-size:28px;margin-top:16px}
.about-copy{padding:0 0 0 42px}
.about-copy h1{
    font-size:clamp(34px,3.7vw,54px);
    line-height:1.06;
    max-width:760px;
    margin-bottom:14px;
}
.about-copy p{max-width:620px;font-size:16px;line-height:1.7}
.about-statement{
    gap:44px;
    padding:42px 0;
}
.about-statement h2{
    font-size:clamp(28px,2.9vw,40px);
    line-height:1.08;
    max-width:540px;
}
.about-statement p{font-size:16px;line-height:1.7;max-width:520px}
.process-section{padding:54px 0 30px}
.process-section .section-heading{margin-bottom:30px}
.process-section .section-heading h2{font-size:clamp(31px,3vw,44px);max-width:520px}
.process-line li{
    min-height:142px;
    padding:26px 28px;
}
.process-line strong{font-size:19px}
.process-line small{font-size:14px;color:#5f6f82}

.about-areas{
    padding:26px 0 82px;
}
.about-areas .section-heading{
    margin-bottom:24px;
}
.about-areas .section-heading h2{
    font-size:clamp(28px,2.7vw,40px);
    line-height:1.1;
}
.about-areas-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-top:1px solid var(--line-strong);
    border-bottom:1px solid var(--line-strong);
}
.about-areas-list article{
    padding:24px 0;
    border-bottom:1px solid var(--line);
}
.about-areas-list article:nth-child(odd){padding-right:36px}
.about-areas-list article:nth-child(even){padding-left:36px;border-left:1px solid var(--line)}
.about-areas-list article:nth-last-child(-n+2){border-bottom:0}
.about-areas-list article:last-child{border-bottom:0}
.about-areas-list strong{
    display:block;
    margin-bottom:8px;
    color:#0f1b2f;
    font-size:17px;
    line-height:1.3;
}
.about-areas-list p{
    margin:0;
    color:#607084;
    font-size:15px;
    line-height:1.65;
    max-width:420px;
}

@media(max-width:980px){
    .about-hero{grid-template-columns:1fr;gap:24px}
    .about-copy{padding:24px 0 0;border-left:0;border-top:1px solid var(--line-strong)}
    .about-areas-list{grid-template-columns:1fr}
    .about-areas-list article,
    .about-areas-list article:nth-child(odd),
    .about-areas-list article:nth-child(even){padding:22px 0;border-left:0}
    .about-areas-list article:nth-last-child(-n+2){border-bottom:1px solid var(--line)}
    .about-areas-list article:last-child{border-bottom:0}
}

@media(max-width:680px){
    .header-inner{height:78px}
    .contact-cta{min-height:0;padding:38px 24px;margin-bottom:70px}
    .contact-cta h2{font-size:32px}
    .offer-price{padding:32px 0}
    .offer-price-head h3{font-size:30px}
    .offer-price-head strong{font-size:16px}
    .offer-price li{font-size:15px}
    .about-hero{padding:52px 0 38px}
    .about-copy h1{font-size:38px}
    .about-statement{padding:34px 0;gap:18px}
    .process-section{padding:44px 0 20px}
    .process-line li{min-height:120px;padding:22px 20px}
    .about-areas{padding:18px 0 68px}
}


/* =========================================================
   SALVATORE JK — V5.6 exact fixes
   Usunięte kafle z hero + mocny kontrast opisów cen i pakietów.
   ========================================================= */
.hero-copy .hero-actions{margin-bottom:0}

/* Cennik na stronie głównej */
.price-row p{
    color:#405066;
    font-size:15px;
    font-weight:500;
    line-height:1.6;
}
.price-row b{
    color:#0f1b2f;
    font-weight:800;
}

/* Pełna oferta */
.offer-price li{
    color:#435369;
    font-size:15px;
    font-weight:500;
    line-height:1.62;
}
.offer-price-head strong{
    color:#0f1b2f;
    font-weight:800;
}
.offer-price-dark .offer-price-head strong,
.offer-price-dark li{color:#26374d}

/* Pakiety opieki */
.care-plan-title small{
    color:#4f6075;
    font-weight:700;
}
.care-plan li{
    color:#435369;
    font-size:15px;
    font-weight:500;
    line-height:1.62;
}
.care-note{
    color:#4b5b70;
    font-size:14px;
    font-weight:500;
}

/* Drobne opisy w sekcjach cenowych */
.section-pricing .section-heading>p,
#cennik .section-heading>p,
.care-section .section-heading>p{
    color:#46566b;
}

@media(max-width:680px){
    .price-row p{display:none}
    .offer-price li,.care-plan li{font-size:15px}
}


/* =========================================================
   SALVATORE JK — V5.7 width fix
   Naprawa rozciągniętej sekcji Obszary pracy.
   ========================================================= */
.about-areas{
    width:min(calc(100% - 48px),var(--max));
    margin-inline:auto;
}
.about-areas-list{
    width:100%;
}
@media(max-width:680px){
    .about-areas{width:min(calc(100% - 30px),var(--max));}
}


/* =========================================================
   SALVATORE JK — mobile viewport fix v61
   Blokuje przesuwanie całej strony w poziomie bez odbierania
   przewijania tabelom w panelu.
   ========================================================= */
html,
body{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow-x:hidden;
    overscroll-behavior-x:none;
}
@supports (overflow:clip){
    html,
    body,
    .page-shell{
        overflow-x:clip;
    }
}
.page-shell,
main,
.site-header,
.header-inner{
    max-width:100%;
    min-width:0;
}
.home-hero > *,
.featured-project > *,
.portfolio-project > *,
.offer-intro > *,
.offer-price > *,
.contact-section > *,
.about-hero > *,
.about-statement > *,
.personal-section > *,
.client-panel-section > *,
.footer-main > *{
    min-width:0;
}
img,
video,
iframe,
canvas,
svg{
    max-width:100%;
}
h1,h2,h3,p,a,span,strong,small,dd,li{
    overflow-wrap:break-word;
}

@media(max-width:920px){
    .main-nav{
        width:100%;
        max-width:100%;
    }
}

@media(max-width:680px){
    .home-hero,
    .hero-visual,
    .featured-projects,
    .portfolio-list,
    .offer-prices,
    .care-plans,
    .contact-section,
    .about-areas{
        max-width:100%;
        min-width:0;
    }
    .hero-visual{
        overflow:hidden;
        overflow:clip;
    }
    .visual-screen-left{left:0}
    .visual-screen-right{right:0}
    .offer-price-dark,
    .care-plan-featured{
        margin-inline:0;
        padding-inline:0;
    }
    .contact-details > div:first-child > a{
        max-width:100%;
        font-size:clamp(20px,6.4vw,24px);
        overflow-wrap:anywhere;
    }
    .text-link,
    .price-row b,
    .offer-price-head strong{
        white-space:normal;
    }
}
/* Panel klienta tylko w menu mobilnym */
.main-nav .mobile-panel-link {
    display: none !important;
}

@media (max-width: 900px) {
    .main-nav .mobile-panel-link {
        display: flex !important;
    }
}