/* podstrony: stoly (papier), komody (anatomia), na wymiar (os czasu), drewno (poradnik) */
:root{--paper:#efe9e1;--paper-line:#d6ccbe;--paper-ink:#2a2622;--pencil:#6d655c;}

.storage-page .site-header,.custom-page .site-header,.guide-page .site-header{border-bottom:1px solid var(--line);}

/*--- stoly: jasny arkusz techniczny ---*/
.tables-page .site-content{background:var(--paper);color:var(--paper-ink);}
.tables-top{display:flex;flex-direction:column;gap:28px;max-width:var(--wrap);margin:0 auto;padding:50px 20px 40px;}
.tables-top__h1{margin:6px 0 14px;font-family:var(--head);font-size:44px;font-weight:300;line-height:1;}
.tables-top__lead{max-width:520px;font-size:15px;}
.tables-top__lead a{color:var(--accent-dark);text-decoration:underline;}
.tables-top__img{width:100%;aspect-ratio:36 / 26;object-fit:cover;background:#d9d0c3;}
.tables-sheets{max-width:var(--wrap);margin:0 auto;padding:0 20px;}
.tables-sheet{display:grid;grid-template-columns:minmax(0,1fr);border-top:1px solid var(--paper-ink);}
.tables-sheet:last-child{border-bottom:1px solid var(--paper-ink);}
.tables-sheet__draw{padding:26px 0 10px;}
.tables-sheet__plan{display:block;width:100%;max-width:240px;margin:0 auto;}
.tables-sheet__plan rect,.tables-sheet__plan circle{fill:none;stroke:var(--paper-ink);stroke-width:1.4;}
.tables-sheet__plan .tables-dim{fill:none;stroke:var(--accent);stroke-width:1;}
.tables-sheet__plan text{fill:var(--pencil);font-family:var(--body);font-size:11px;text-anchor:middle;}
.tables-sheet__code{margin-top:6px;font-family:var(--head);font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-align:center;color:var(--pencil);}
.tables-sheet__body{padding:10px 0 30px;}
.tables-sheet__name{font-family:var(--head);font-size:24px;font-weight:600;line-height:1.25;}
.tables-sheet__lead{margin:8px 0 16px;font-size:14px;color:#4a433c;}
.tables-spec{margin:0;font-size:13.5px;}
.tables-spec div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:10px;padding:7px 0;border-bottom:1px dashed var(--paper-line);}
.tables-spec dt{color:var(--pencil);}
.tables-spec dd{margin:0;}
.tables-sheet__buy{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:20px;}
.tables-sheet__buy b{display:block;font-family:var(--head);font-size:26px;font-weight:600;line-height:1.1;}
.tables-sheet__buy span{font-size:12.5px;color:var(--pencil);}
.tables-guide{display:grid;grid-template-columns:minmax(0,1fr);gap:26px;max-width:var(--wrap);margin:0 auto;padding:70px 20px 10px;}
.tables-guide__h,.tables-note__h{margin-bottom:10px;font-family:var(--head);font-size:20px;font-weight:600;}
.tables-guide__col p{font-size:14px;}
.tables-guide__col b{color:var(--accent-dark);}
.tables-seats{padding:18px;background:#e6ddd1;}
.tables-seats__row{display:grid;grid-template-columns:58px minmax(0,1fr);gap:4px 12px;align-items:center;padding:6px 0;font-size:13px;}
.tables-seats__row i{height:12px;width:calc(var(--n) * 9%);background:repeating-linear-gradient(90deg,var(--paper-ink) 0 calc(100% / var(--n) - 3px),transparent 0 calc(100% / var(--n)));}
.tables-seats__row span:last-child{grid-column:2;color:var(--pencil);font-size:12px;}
.tables-note{display:flex;flex-direction:column;gap:24px;max-width:var(--wrap);margin:0 auto;padding:50px 20px 80px;}
.tables-note img{width:100%;max-width:420px;aspect-ratio:1;object-fit:cover;background:#d9d0c3;}
.tables-note__list li{position:relative;padding:0 0 12px 22px;font-size:14px;}
.tables-note__list li::before{content:"";position:absolute;left:0;top:9px;width:10px;height:2px;background:var(--accent);}
.tables-note__small{margin-top:6px;font-size:12.5px;color:var(--pencil);}
.tables-note__small a{text-decoration:underline;}
.tables-note__txt{max-width:620px;}

/*--- komody: anatomia na zdjeciu ---*/
.storage-head{max-width:var(--wrap);margin:0 auto;padding:60px 20px 30px;}
.storage-head__h1{font-family:var(--head);font-size:34px;font-weight:600;line-height:1.15;}
.storage-head__lead{max-width:600px;margin-top:12px;font-size:15px;color:var(--muted);}
.storage-anatomy{max-width:var(--wrap);margin:0 auto;padding:0 20px 70px;}
.storage-anatomy__pic{position:relative;}
.storage-anatomy__pic img{width:100%;aspect-ratio:9 / 7;object-fit:cover;background:#333;}
.storage-pin{position:absolute;display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:-15px 0 0 -15px;border:2px solid #fff;border-radius:50%;background:var(--accent);font-family:var(--head);font-size:13px;font-weight:600;box-shadow:0 0 0 6px rgba(254,82,8,.25);}
.storage-anatomy__list{margin:26px 0 0;padding:0;list-style:none;counter-reset:km;}
.storage-anatomy__list li{position:relative;padding:14px 0 14px 46px;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted);counter-increment:km;}
.storage-anatomy__list li::before{content:counter(km);position:absolute;left:0;top:12px;width:30px;height:30px;border:1px solid var(--accent);border-radius:50%;color:var(--accent);font-family:var(--head);font-size:13px;line-height:28px;text-align:center;}
.storage-anatomy__list b{display:block;margin-bottom:2px;color:var(--text);font-weight:500;}
.storage-shop{padding:60px 20px 70px;background:#141414;}
.storage-shop__h,.storage-faq__h{max-width:var(--wrap);margin:0 auto 26px;font-family:var(--head);font-size:24px;font-weight:600;}
.storage-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1px;max-width:var(--wrap);margin:0 auto;background:var(--accent);border:1px solid var(--accent);}
.storage-item{display:flex;flex-direction:column;padding:24px 22px;background:#141414;}
.storage-item__tag{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);}
.storage-item__name{margin-top:6px;font-family:var(--head);font-size:21px;font-weight:400;}
.storage-item__dims{margin-top:2px;font-size:13px;color:var(--muted);}
.storage-item__txt{flex-grow:1;margin:14px 0 20px;font-size:13.5px;}
.storage-item__foot{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--line);}
.storage-item__foot b{font-family:var(--head);font-size:22px;font-weight:600;}
.storage-faq{max-width:860px;margin:0 auto;padding:70px 20px 90px;}
.storage-faq__h{margin-left:0;}
.storage-faq__item{border-top:1px solid var(--line);}
.storage-faq__item:last-child{border-bottom:1px solid var(--line);}
.storage-faq__item summary{position:relative;padding:18px 34px 18px 0;font-size:16px;cursor:pointer;list-style:none;}
.storage-faq__item summary::-webkit-details-marker{display:none;}
.storage-faq__item summary::after{content:"+";position:absolute;right:4px;top:14px;color:var(--accent);font-size:24px;font-weight:300;}
.storage-faq__item[open] summary::after{content:"−";}
.storage-faq__item p{padding:0 0 20px;font-size:14px;color:var(--muted);}
.storage-faq__item a{color:var(--accent);text-decoration:underline;}

/*--- meble na wymiar: os czasu ---*/
.custom-intro{display:flex;flex-direction:column;gap:26px;max-width:var(--wrap);margin:0 auto;padding:60px 20px 40px;}
.custom-intro__h1{margin-bottom:16px;font-family:var(--head);font-size:36px;font-weight:300;line-height:1.1;color:var(--accent);}
.custom-intro__txt p{max-width:560px;font-size:15px;}
.custom-intro__txt p + p{margin-top:12px;color:var(--muted);}
.custom-intro__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#333;transform:rotate(-1.2deg);border:8px solid #f2f2f2;}
.custom-line{max-width:860px;margin:0 auto;padding:20px 20px 60px;list-style:none;}
.custom-line__step{position:relative;display:grid;grid-template-columns:minmax(0,1fr);padding:0 0 30px 30px;border-left:2px solid var(--accent);}
.custom-line__step::before{content:"";position:absolute;left:-7px;top:3px;width:12px;height:12px;border-radius:50%;background:var(--bg);border:2px solid var(--accent);}
.custom-line__step--end{border-left-color:transparent;}
.custom-line__step--end::before{background:var(--accent);}
.custom-line__when{font-family:var(--head);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);}
.custom-line__h{margin:4px 0 4px;font-size:18px;font-weight:500;}
.custom-line__step p{font-size:14px;color:var(--muted);}
.custom-prices{display:grid;grid-template-columns:minmax(0,1fr);gap:40px;max-width:var(--wrap);margin:0 auto;padding:60px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.custom-prices__h{margin-bottom:18px;font-family:var(--head);font-size:22px;font-weight:600;}
.custom-price-list li{display:flex;align-items:baseline;gap:8px;padding:9px 0;font-size:14.5px;}
.custom-price-list li::after{content:"";order:1;flex:1 1 auto;border-bottom:1px dotted #666;}
.custom-price-list b{order:2;font-weight:500;white-space:nowrap;}
.custom-prices__note{margin-top:16px;font-size:13px;color:var(--muted);}
.custom-prices__note--no{padding:12px 14px;border:1px dashed var(--line);}
.custom-check li{position:relative;padding:8px 0 8px 30px;font-size:14px;}
.custom-check li::before{content:"";position:absolute;left:2px;top:12px;width:14px;height:14px;border:1.5px solid var(--accent);border-radius:2px;}
.custom-order{display:flex;flex-direction:column;gap:24px;max-width:var(--wrap);margin:0 auto;padding:70px 20px 90px;}
.custom-order__side{padding:26px 22px;border:1px solid var(--accent);border-radius:6px;}
.custom-order__side-h{margin-bottom:8px;font-family:var(--head);font-size:20px;font-weight:600;}
.custom-order__side > p{font-size:14px;color:var(--muted);}
.custom-order__buy{display:flex;align-items:center;justify-content:space-between;margin:18px 0;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.custom-order__buy b{font-family:var(--head);font-size:24px;font-weight:600;}
.custom-order__side .custom-order__small{font-size:12.5px;}
.custom-order__small a{text-decoration:underline;}

/*--- drewno i oleje: poradnik ---*/
.guide-article{max-width:760px;margin:0 auto;padding:60px 20px 40px;}
.guide-kicker{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);}
.guide-h1{margin:10px 0 18px;font-family:var(--head);font-size:32px;font-weight:300;line-height:1.2;}
.guide-lead{font-size:17px;line-height:1.6;color:#dcdcdc;}
.guide-wide{width:100%;margin:36px 0 10px;aspect-ratio:11 / 5.6;object-fit:cover;background:#333;}
.guide-h2{margin:44px 0 12px;font-family:var(--head);font-size:22px;font-weight:600;}
.guide-p{font-size:15px;line-height:1.8;color:#dedede;}
.guide-p + .guide-p{margin-top:14px;}
.guide-bars{margin:22px 0;}
.guide-bars__row{display:grid;grid-template-columns:70px minmax(0,1fr);gap:4px 12px;align-items:center;padding:8px 0;}
.guide-bars__row i{display:block;height:10px;width:var(--w);background:linear-gradient(90deg,var(--accent),#ff8a4d);}
.guide-bars__row b{grid-column:2;font-size:12.5px;font-weight:400;color:var(--muted);}
.guide-age p{padding:14px 0;border-top:1px solid var(--line);font-size:15px;}
.guide-age b{color:var(--accent);font-weight:500;}
.guide-care{margin-top:44px;padding:4px 22px 22px;background:var(--card);border-radius:6px;}
.guide-care .guide-h2{margin-top:26px;}
.guide-care__list{margin:0;}
.guide-care__list div{padding:12px 0;border-top:1px solid var(--line);}
.guide-care__list dt{font-family:var(--head);font-size:13px;font-weight:600;color:var(--accent);}
.guide-care__list dd{margin:4px 0 0;font-size:14px;}
.guide-stains li{padding:10px 0 10px 16px;border-left:2px solid var(--line);font-size:14.5px;color:var(--muted);}
.guide-stains li + li{margin-top:8px;}
.guide-stains b{display:block;color:var(--text);font-weight:500;}
.guide-shelf{max-width:var(--wrap);margin:0 auto;padding:40px 20px 90px;}
.guide-shelf__h{margin-bottom:18px;font-family:var(--head);font-size:20px;font-weight:600;}
.guide-shelf__row{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;}
.guide-shelf__row img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#333;border-radius:6px;}
.guide-shelf__item{display:flex;flex-direction:column;padding:22px 20px;border-radius:6px;background:var(--card);}
.guide-shelf__name{font-size:17px;font-weight:500;}
.guide-shelf__item > p:not(.guide-shelf__name){flex-grow:1;margin-top:6px;font-size:13.5px;color:var(--muted);}
.guide-shelf__buy{display:flex;align-items:center;justify-content:space-between;margin-top:18px;}
.guide-shelf__buy b{font-family:var(--head);font-size:22px;font-weight:600;}
.guide-shelf__note{margin-top:14px;font-size:12.5px;color:var(--muted);}

@media (min-width:768px){
.tables-top{flex-direction:row;align-items:flex-end;gap:50px;padding:80px 40px 60px;}
.tables-top__txt{flex:1 1 0;}
.tables-top__img{flex:1.2 1 0;min-width:0;}
.tables-top__h1{font-size:72px;}
.tables-sheets{padding:0 40px;}
.tables-sheet{grid-template-columns:260px minmax(0,1fr);gap:40px;}
.tables-sheet__draw{padding:40px 0;border-right:1px dashed var(--paper-line);padding-right:30px;}
.tables-sheet__body{padding:36px 0 40px;}
.tables-guide{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;padding:90px 40px 20px;}
.tables-seats{grid-column:1 / -1;padding:24px 30px;}
.tables-note{flex-direction:row;align-items:center;gap:50px;padding:60px 40px 100px;}
.tables-note img{flex:0 0 380px;}
.tables-note__txt{flex:1 1 0;}
.storage-head{padding:90px 40px 40px;}
.storage-head__h1{font-size:48px;}
.storage-anatomy{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:40px;align-items:start;padding:0 40px 100px;}
.storage-anatomy__list{margin-top:0;}
.storage-shop{padding:90px 40px 100px;}
.storage-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.storage-faq{padding:100px 40px 110px;}
.custom-intro{flex-direction:row;align-items:center;gap:60px;padding:90px 40px 50px;}
.custom-intro__txt,.custom-intro__img{flex:1 1 0;min-width:0;}
.custom-intro__h1{font-size:52px;}
.custom-line{padding:40px 40px 80px;}
.custom-line__step{grid-template-columns:140px minmax(0,1fr);gap:20px;padding-left:36px;}
.custom-prices{grid-template-columns:repeat(2,minmax(0,1fr));gap:60px;padding:80px 40px;}
.custom-order{flex-direction:row;align-items:flex-start;gap:30px;padding:90px 40px 110px;}
.custom-order__form{flex:1.6 1 0;margin-top:0;}
.custom-order__side{flex:1 1 0;position:sticky;top:20px;}
.guide-article{padding:90px 40px 40px;}
.guide-h1{font-size:44px;}
.guide-care{padding:4px 34px 30px;}
.guide-care__list div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:20px;}
.guide-care__list dd{margin:0;}
.guide-shelf{padding:50px 40px 110px;}
.guide-shelf__row{grid-template-columns:repeat(2,minmax(0,1fr));}
.guide-shelf__row img{grid-column:1 / -1;aspect-ratio:21 / 8;}
}
@media (min-width:1025px){
.guide-wide{width:calc(100% + 160px);max-width:none;margin-left:-80px;}
.guide-shelf__row{grid-template-columns:1.2fr 1fr 1fr;}
.guide-shelf__row img{grid-column:auto;aspect-ratio:auto;height:100%;}
}
