/* ===========================================================
   Onkomuzyk · Muzyczna Garderoba — wspólny arkusz stylów (og.css)
   Paleta i typografia spójne z marką: Cinzel / DM Sans, krem/pomarańcz.
   =========================================================== */
:root{
  --ink:#1a1714; --ink2:#2c2620; --cream:#F6EFE3; --cream2:#efe5d3; --cream3:#e6dac6;
  --orange:#E8763A; --orange-d:#cf5f27; --muted:#7a6f60; --line:rgba(26,23,20,.12);
  --green:#3f7d5a; --maxw:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth; scroll-padding-top:78px; color-scheme:only light}
body{
  margin:0; background:var(--cream); color:var(--ink);
  font-family:'DM Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-weight:300; font-size:18px; line-height:1.65; -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
a{color:inherit}
h1,h2,h3,h4{font-family:'Cinzel',Georgia,serif; font-weight:500; line-height:1.15; margin:0}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 22px}
.center{text-align:center}
.center .sec-intro{margin-left:auto; margin-right:auto}

/* buttons */
.btn{
  display:inline-flex; align-items:center; gap:.5em; cursor:pointer;
  font-family:'DM Sans',sans-serif; font-weight:500; font-size:17px; white-space:nowrap;
  padding:15px 26px; border-radius:999px; text-decoration:none; border:0;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn-orange{background:var(--orange); color:#241a12; box-shadow:0 10px 24px rgba(232,118,58,.28)}
.btn-orange:hover{background:var(--orange-d); transform:translateY(-2px)}
.btn-ghost{background:transparent; color:var(--cream); border:1.5px solid rgba(246,239,227,.5)}
.btn-ghost:hover{border-color:var(--cream); transform:translateY(-2px)}
.btn-dark{background:var(--ink); color:var(--cream)}
.btn-dark:hover{background:#000; transform:translateY(-2px)}
.btn-line{background:transparent; color:var(--ink); border:1.5px solid var(--line)}
.btn-line:hover{border-color:var(--ink); transform:translateY(-2px)}
.btn-sm{padding:11px 20px; font-size:15px}

/* top bar / nav */
.topbar{position:sticky; top:0; z-index:40; background:rgba(26,23,20,.94); backdrop-filter:blur(8px); color:var(--cream)}
.topbar .wrap{display:flex; align-items:center; justify-content:space-between; min-height:64px; gap:14px}
.brand{font-family:'Cinzel',serif; font-weight:500; letter-spacing:.06em; font-size:19px; text-decoration:none; color:var(--cream)}
.brand small{display:block; font-family:'DM Sans',sans-serif; font-weight:300; letter-spacing:.16em; font-size:10px; color:#b9ad9b; text-transform:uppercase}
.nav{display:flex; align-items:center; gap:22px}
.nav a{font-family:'DM Sans',sans-serif; font-weight:500; font-size:15px; text-decoration:none; color:#e7dccb}
.nav a:hover{color:#fff}
.nav a.active{color:var(--orange)}
.nav a.navbtn{color:#241a12}
.nav a.navbtn:hover{color:#241a12}
.burger{display:none; width:42px; height:42px; border:0; background:transparent; cursor:pointer; flex-direction:column; justify-content:center; gap:5px; padding:0}
.burger span{display:block; height:2px; width:24px; margin:0 auto; background:var(--cream); transition:.25s}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:900px){
  .burger{display:flex}
  .nav{position:absolute; top:64px; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; background:rgba(20,17,15,.99); padding:6px 0 14px; border-top:1px solid rgba(246,239,227,.1); max-height:0; overflow:hidden; transition:max-height .28s ease}
  .nav.open{max-height:460px}
  .nav a{padding:13px 22px; font-size:16px}
  .nav a.navbtn{margin:10px 22px 0; justify-content:center; text-align:center}
}

/* hero */
.hero{position:relative; color:var(--cream); overflow:hidden; background:#100e0c}
.hero-bg{position:absolute; inset:0; background:center/cover no-repeat; opacity:.42; transform:scale(1.03)}
.hero-grad{position:absolute; inset:0; background:linear-gradient(180deg,rgba(16,14,12,.55) 0%,rgba(16,14,12,.72) 55%,rgba(16,14,12,.93) 100%)}
.hero .wrap{position:relative; padding:88px 22px 76px; max-width:980px}
.hero.slim .wrap{padding:62px 22px 54px}
.tag{display:inline-flex; align-items:center; gap:.6em; font-family:'DM Sans',sans-serif; font-weight:500; letter-spacing:.16em; text-transform:uppercase; font-size:12px; color:#f0c9a8; border:1px solid rgba(240,201,168,.4); padding:7px 15px; border-radius:999px}
.hero h1{font-size:clamp(40px,8vw,82px); letter-spacing:.01em; margin:22px 0 0; word-break:normal}
.hero .lead{font-size:clamp(19px,2.6vw,25px); font-weight:300; max-width:44ch; margin:20px 0 0; color:#ece3d4}
.hero .sub{font-size:17px; color:#c4b8a6; margin:18px 0 0; max-width:52ch}
.hero-cta{display:flex; flex-wrap:wrap; gap:14px; margin-top:34px}

/* sections */
section{padding:74px 0}
section.tight{padding:54px 0}
.sec-kicker{font-family:'DM Sans',sans-serif; font-weight:500; letter-spacing:.2em; text-transform:uppercase; font-size:12px; color:var(--orange-d)}
.sec-title{font-size:clamp(28px,5vw,44px); margin:12px 0 0}
.sec-intro{font-size:19px; color:var(--ink2); max-width:62ch; margin:18px 0 0}
.sec-head{margin-bottom:8px}

/* lead band */
.lead-band{background:var(--cream2)}
.lead-band p{font-size:clamp(20px,2.7vw,26px); line-height:1.5; max-width:56ch; margin:0 auto; text-align:center; color:var(--ink2)}
.lead-band .big{font-family:'Cinzel',serif; font-weight:500}

/* stats */
.stats{background:var(--ink); color:var(--cream)}
.stat-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:26px; text-align:center}
.stat .n{font-family:'Cinzel',serif; font-weight:600; font-size:clamp(30px,5vw,50px); color:var(--orange); line-height:1}
.stat .l{font-size:15px; color:#c8bca9; margin-top:10px}

/* pillars (how-grid) */
.how-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:38px}
.how-card{background:var(--cream); border:1px solid var(--line); border-radius:16px; overflow:hidden; display:flex; flex-direction:column; box-shadow:0 10px 26px rgba(26,23,20,.06); transition:transform .18s ease, box-shadow .18s ease}
.how-card:hover{transform:translateY(-4px); box-shadow:0 18px 40px rgba(26,23,20,.12)}
.how-card .card-ph{aspect-ratio:16/10; background:#ddd center/cover no-repeat}
.how-card .card-b{padding:24px; display:flex; flex-direction:column; gap:12px; flex:1}
.how-card h3{font-size:23px}
.how-card p{margin:0; color:var(--ink2); font-size:16px; flex:1}
.how-card .btn{align-self:flex-start; margin-top:4px}

/* steps */
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:38px; counter-reset:s}
.step{background:var(--cream); border:1px solid var(--line); border-radius:14px; padding:24px 22px; position:relative}
.step::before{counter-increment:s; content:counter(s); font-family:'Cinzel',serif; font-weight:600; font-size:22px; color:#241a12; background:var(--orange); width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:14px}
.step h4{font-size:18px}
.step p{margin:8px 0 0; font-size:15px; color:var(--ink2)}

/* store */
.shop-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:38px}
.prod{background:var(--cream); border:1px solid var(--line); border-radius:16px; overflow:hidden; display:flex; flex-direction:column; box-shadow:0 10px 26px rgba(26,23,20,.06)}
.prod .pph{aspect-ratio:4/3; background:#ddd center/cover no-repeat; position:relative}
.prod .pbadge{position:absolute; top:12px; left:12px; background:rgba(26,23,20,.86); color:var(--cream); font-family:'DM Sans',sans-serif; font-weight:500; font-size:12px; letter-spacing:.08em; text-transform:uppercase; padding:6px 12px; border-radius:999px}
.prod .pb{padding:24px; display:flex; flex-direction:column; gap:12px; flex:1}
.prod h3{font-size:22px}
.prod .pdesc{margin:0; color:var(--ink2); font-size:16px}
.prod .spec{list-style:none; margin:4px 0 0; padding:0; display:flex; flex-direction:column; gap:7px}
.prod .spec li{font-size:15px; color:var(--ink2); padding-left:22px; position:relative}
.prod .spec li::before{content:""; position:absolute; left:2px; top:9px; width:8px; height:8px; border-radius:2px; background:var(--orange)}
.prod .price{margin-top:auto; padding-top:8px; border-top:1px solid var(--line)}
.prod .price .amt{font-family:'Cinzel',serif; font-weight:600; font-size:20px; color:var(--ink)}
.prod .price .note{display:block; font-size:13px; color:var(--muted); margin-top:2px}
.prod .pact{display:flex; gap:10px; flex-wrap:wrap; margin-top:4px}

/* support cards */
.sup-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:22px; margin-top:38px}
.sup-card{background:var(--cream); border:1px solid var(--line); border-radius:16px; padding:28px; display:flex; flex-direction:column; gap:12px; box-shadow:0 10px 26px rgba(26,23,20,.05)}
.sup-card .ico{width:52px; height:52px; border-radius:14px; background:var(--cream3); display:flex; align-items:center; justify-content:center; font-size:26px}
.sup-card h3{font-size:22px}
.sup-card p{margin:0; color:var(--ink2); font-size:16px}
.sup-card .kv{font-family:'Cinzel',serif; font-weight:600; color:var(--orange-d); font-size:18px}
.sup-card .btn{align-self:flex-start; margin-top:4px}

/* lessons */
.lesson-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:38px}
.lesson{background:var(--cream); border:1px solid var(--line); border-radius:14px; overflow:hidden; text-align:left; padding:0; cursor:pointer; display:flex; flex-direction:column}
.lesson .lph{position:relative; aspect-ratio:16/9; background:#241a12 center/cover no-repeat}
.lesson .lph .play{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:56px; height:56px; border-radius:50%; background:rgba(232,118,58,.94); display:flex; align-items:center; justify-content:center; transition:transform .2s ease}
.lesson:hover .lph .play{transform:translate(-50%,-50%) scale(1.08)}
.lesson .lph .play::after{content:""; border-style:solid; border-width:9px 0 9px 15px; border-color:transparent transparent transparent #241a12; margin-left:3px}
.lesson .lph .soon{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(20,17,15,.72); color:#e7dccb; font-size:14px; letter-spacing:.04em}
.lesson .lb2{padding:16px 18px}
.lesson .lt{display:block; font-family:'DM Sans',sans-serif; font-weight:500; font-size:17px; color:var(--ink)}
.lesson .ls{display:block; font-size:14px; color:var(--muted); margin-top:3px}
.lesson .chip{display:inline-block; margin-top:8px; font-size:12px; letter-spacing:.06em; text-transform:uppercase; color:var(--orange-d); border:1px solid rgba(207,95,39,.35); border-radius:999px; padding:3px 10px}

/* chord shapes */
.chords{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:30px}
.chord{background:var(--cream); border:1px solid var(--line); border-radius:14px; padding:20px; text-align:center}
.chord .nm{font-family:'Cinzel',serif; font-weight:600; font-size:24px}
.chord .keys{font-size:14px; color:var(--ink2); margin-top:6px}

/* form */
.formwrap{background:var(--cream2)}
.oform{max-width:720px; margin:32px auto 0; background:var(--cream); border:1px solid var(--line); border-radius:18px; padding:clamp(24px,4vw,40px); box-shadow:0 14px 40px rgba(26,23,20,.08)}
.oform .fr{margin-bottom:18px}
.oform label{display:block; font-family:'DM Sans',sans-serif; font-weight:500; font-size:15px; margin-bottom:7px}
.oform input[type=text], .oform input[type=email], .oform input[type=tel], .oform select, .oform textarea{
  width:100%; font-family:'DM Sans',sans-serif; font-weight:300; font-size:16px; color:var(--ink);
  background:#fff; border:1px solid var(--line); border-radius:12px; padding:13px 15px; outline:none; transition:border .15s ease;
}
.oform input:focus, .oform select:focus, .oform textarea:focus{border-color:var(--orange)}
.oform textarea{min-height:120px; resize:vertical}
.oform .two{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.oform .radios{display:flex; flex-direction:column; gap:10px}
.oform .radio{display:flex; align-items:flex-start; gap:11px; padding:13px 15px; border:1px solid var(--line); border-radius:12px; background:#fff; cursor:pointer; transition:border .15s ease, background .15s ease}
.oform .radio:hover{border-color:var(--orange)}
.oform .radio input{margin-top:4px}
.oform .radio b{font-family:'DM Sans',sans-serif; font-weight:500}
.oform .radio span{display:block; font-size:14px; color:var(--muted)}
.oform .hint{font-size:14px; color:var(--muted); margin:2px 0 0}
.oform .send{margin-top:8px}
.oform .alt{text-align:center; font-size:15px; color:var(--muted); margin-top:16px}
@media(max-width:560px){ .oform .two{grid-template-columns:1fr} }

/* callout / disclaimer */
.callout{background:var(--cream3); border-left:4px solid var(--orange); border-radius:0 12px 12px 0; padding:20px 24px; margin-top:28px; font-size:16px; color:var(--ink2)}
.callout strong{color:var(--ink)}

/* place list */
.places{display:flex; flex-wrap:wrap; gap:10px; margin-top:22px}
.places span{background:var(--cream); border:1px solid var(--line); border-radius:999px; padding:9px 16px; font-size:15px; color:var(--ink2)}

/* portfolio rows */
.rows{display:flex; flex-direction:column; gap:0}
.row{display:grid; grid-template-columns:1fr 1fr; gap:0; align-items:stretch}
.row .ph{aspect-ratio:4/3; background:#ddd center/cover no-repeat; min-height:280px}
.row .tx{display:flex; flex-direction:column; justify-content:center; padding:clamp(28px,5vw,64px); background:var(--cream)}
.row:nth-child(even) .tx{background:var(--cream2)}
.row .tx h3{font-size:clamp(24px,3.2vw,33px)}
.row .tx p{margin:14px 0 0; color:var(--ink2)}
.row.flip .ph{order:2}
.row.flip .tx{order:1}

/* gallery */
.gal{display:grid; grid-template-columns:repeat(4,1fr); gap:10px}
.gal button{padding:0; border:0; cursor:pointer; background:#ddd; aspect-ratio:1/1; overflow:hidden; border-radius:6px}
.gal img{width:100%; height:100%; object-fit:cover; transition:transform .4s ease}
.gal button:hover img{transform:scale(1.07)}

/* films / video grid */
.vidgrid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:36px}
.vid{padding:0; border:0; cursor:pointer; background:transparent; text-align:left; display:flex; flex-direction:column}
.vid .vthumb{position:relative; aspect-ratio:16/9; border-radius:12px; overflow:hidden; background:#000; box-shadow:0 12px 30px rgba(26,23,20,.16)}
.vid .vthumb img{width:100%; height:100%; object-fit:cover; transition:transform .4s ease}
.vid:hover .vthumb img{transform:scale(1.05)}
.vid .play{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:58px; height:58px; border-radius:50%; background:rgba(232,118,58,.94); display:flex; align-items:center; justify-content:center; transition:transform .2s ease}
.vid:hover .play{transform:translate(-50%,-50%) scale(1.08)}
.vid .play::after{content:""; border-style:solid; border-width:10px 0 10px 17px; border-color:transparent transparent transparent #241a12; margin-left:4px}
.vid .vmeta{margin:12px 2px 0}
.vid .vt{display:block; font-family:'DM Sans',sans-serif; font-weight:500; font-size:16px; color:var(--ink)}
.vid .vs{display:block; font-size:13px; color:var(--muted); margin-top:2px}

/* trust */
.trust{background:var(--cream2)}
.trust-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:34px}
.tcard{background:var(--cream); border:1px solid var(--line); border-radius:14px; padding:26px}
.tcard h3{font-size:20px}
.tcard p{margin:10px 0 0; font-size:16px; color:var(--ink2)}

/* timeline */
.tl{max-width:760px; margin:42px auto 0; position:relative; padding-left:34px}
.tl::before{content:""; position:absolute; left:9px; top:6px; bottom:6px; width:2px; background:linear-gradient(var(--orange),rgba(232,118,58,.15))}
.tl-item{position:relative; padding:0 0 30px}
.tl-item:last-child{padding-bottom:0}
.tl-item::before{content:""; position:absolute; left:-33px; top:4px; width:16px; height:16px; border-radius:50%; background:var(--orange); box-shadow:0 0 0 4px var(--cream)}
.tl-item .k{font-family:'DM Sans',sans-serif; font-weight:500; letter-spacing:.16em; text-transform:uppercase; font-size:11px; color:var(--orange-d)}
.tl-item h3{font-size:21px; margin:4px 0 0}
.tl-item p{margin:7px 0 0; color:var(--ink2); font-size:16px}

/* closing */
.closing{position:relative; color:var(--cream); background:#100e0c; overflow:hidden}
.closing-bg{position:absolute; inset:0; background:center/cover no-repeat; opacity:.3}
.closing-grad{position:absolute; inset:0; background:linear-gradient(180deg,rgba(16,14,12,.75),rgba(16,14,12,.93))}
.closing .wrap{position:relative; text-align:center; max-width:760px; padding:84px 22px}
.closing h2{font-size:clamp(30px,5.4vw,50px)}
.closing p{font-size:19px; color:#d9cdba; margin:20px auto 0; max-width:54ch}
.closing .hero-cta{justify-content:center}

/* footer */
footer{background:var(--ink); color:#c8bca9; padding:48px 0}
footer .cols{display:flex; flex-wrap:wrap; gap:32px; justify-content:space-between}
footer a{color:var(--orange); text-decoration:none}
footer a:hover{text-decoration:underline}
footer .brand-f{font-family:'Cinzel',serif; color:var(--cream); font-size:20px; letter-spacing:.05em}
footer .small{font-size:14px; line-height:1.8}
footer .fnav a{display:block; color:#d9cdba}
footer .fnav a:hover{color:#fff; text-decoration:none}
footer .legal{border-top:1px solid rgba(246,239,227,.12); margin-top:30px; padding-top:20px; font-size:13px; color:#8d8270}

/* whatsapp float */
.wa{position:fixed; right:18px; bottom:18px; z-index:60; background:#25D366; color:#0b3d24; width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 26px rgba(0,0,0,.28); text-decoration:none; transition:transform .15s ease}
.wa:hover{transform:scale(1.07)}
.wa svg{width:30px; height:30px}

/* lightbox */
.lb{position:fixed; inset:0; z-index:80; background:rgba(12,10,8,.92); display:none; align-items:center; justify-content:center; padding:24px}
.lb.on{display:flex}
.lb img{max-width:94vw; max-height:88vh; border-radius:8px; box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lb .x{position:absolute; top:18px; right:22px; color:#fff; font-size:34px; cursor:pointer; line-height:1; background:none; border:0}
.lb .cap{position:absolute; bottom:22px; left:0; right:0; text-align:center; color:#e7dccb; font-size:15px; padding:0 20px}
.lb .lbvid{position:relative; width:min(94vw,960px); aspect-ratio:16/9}
.lb .lbvid iframe{position:absolute; inset:0; width:100%; height:100%; border:0; border-radius:8px}

/* responsive */
@media(max-width:900px){
  .how-grid{grid-template-columns:1fr 1fr}
  .shop-grid{grid-template-columns:1fr 1fr}
  .lesson-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .vidgrid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .stat-grid{grid-template-columns:repeat(2,1fr); gap:30px 20px}
  .row{grid-template-columns:1fr}
  .row .ph{order:1 !important; aspect-ratio:16/10; min-height:0}
  .row .tx{order:2 !important}
  .trust-grid{grid-template-columns:1fr}
  .gal{grid-template-columns:repeat(2,1fr)}
  .chords{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .how-grid,.shop-grid,.lesson-grid,.steps,.sup-grid,.vidgrid{grid-template-columns:1fr}
}
@media(max-width:480px){
  body{font-size:17px}
  .topbar .brand small{display:none}
  .hero h1{letter-spacing:0}
  .hero .wrap{padding:60px 22px 54px}
}
