:root{
  --bg:#0a0a0a;
  --surface:#121212;
  --surface-2:#181818;
  --text:#f5f5f2;
  --muted:#a7a7a2;
  --line:#2a2a2a;
  --accent:#69c75c;
  --accent-2:#0eaf95;
  --accent-start:#b7dc2c;
  --accent-mid:#69c75c;
  --accent-end:#0eaf95;
  --accent-gradient:linear-gradient(135deg,#b7dc2c 0%,#69c75c 48%,#0eaf95 100%);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f2f2ed;color:#111;font-family:Manrope,system-ui,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.topbar{min-height:90px;padding:10px max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;background:rgba(10,10,10,.94);backdrop-filter:blur(16px);color:white;position:sticky;top:0;z-index:30;border-bottom:1px solid #222;gap:18px}

.brand{display:flex;align-items:center;gap:14px;min-width:0}
.site-logo{display:block;height:72px;width:auto;max-width:min(320px,50vw);object-fit:contain}
.brand-meta{display:flex;flex-direction:column;line-height:1.1}
.brand-meta strong{font-size:14px;color:#f4f4f0;font-weight:800}
.brand-meta small{font-size:10px;letter-spacing:1.2px;text-transform:uppercase;color:#8f8f89;margin-top:5px}
.desktop-only{display:flex}
.hero-brand-lockup{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:18px}
.hero-logo{height:98px;width:auto;max-width:min(420px,82vw);object-fit:contain;filter:drop-shadow(0 18px 30px rgba(0,0,0,.35))}
.founder-chip{display:flex;flex-direction:column;gap:3px;padding:14px 16px;border:1px solid #262626;background:#111;border-radius:16px;min-width:210px}
.founder-chip span{font-size:11px;letter-spacing:1px;color:#7f7f78;text-transform:uppercase}
.founder-chip strong{font-family:"Space Grotesk";font-size:22px;letter-spacing:-.7px;color:#fff}
.founder-chip small{font-size:11px;color:#9c9c95;text-transform:uppercase;letter-spacing:1px}
.section-signature{display:inline-flex;flex-direction:column;gap:3px;padding:12px 14px;border-radius:14px;background:#ffffff;border:1px solid #d7d7cf;box-shadow:0 8px 20px rgba(0,0,0,.03);margin-bottom:18px}
.section-signature span{font-family:"Space Grotesk";font-size:22px;line-height:1;color:#111}
.section-signature small{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#75756f}
.section-signature.light{background:#111;border-color:#2b2b2b;box-shadow:none}
.section-signature.light span{color:#fff}
.section-signature.light small{color:#9e9e99}
.footer-left{display:flex;align-items:center;gap:16px}
.footer-logo{height:62px;max-width:260px}
.footer-founder{display:flex;flex-direction:column;gap:4px}
.footer-founder strong{color:#fff;font-size:14px}
.footer-founder small{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#7f7f79}
.nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:700}
.nav a:not(.nav-cta){color:#c6c6c1}
.nav a:hover{color:white}
.nav-cta{padding:12px 18px;border-radius:999px;background:var(--accent-gradient);color:#111}
.menu-btn{display:none;background:none;border:0;padding:8px}
.menu-btn span{display:block;width:24px;height:2px;background:white;margin:6px}
.hero{min-height:760px;background:var(--bg);color:var(--text);display:grid;grid-template-columns:1.08fr .92fr;position:relative;overflow:hidden;padding:100px max(24px,calc((100vw - var(--max))/2)) 80px}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.hero-copy{position:relative;z-index:2;max-width:720px;align-self:center}
.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:800;color:#6e6e69;margin:0 0 18px}
.hero .eyebrow,.section-dark .eyebrow,.quote-section .eyebrow{color:var(--accent)}
h1,h2,h3{font-family:"Space Grotesk",Manrope,sans-serif}
h1{font-size:clamp(60px,8vw,118px);line-height:.88;letter-spacing:-6px;margin:0 0 30px;max-width:900px}
h1 span{color:var(--accent)}
.hero-lead{font-size:18px;line-height:1.7;color:#b6b6b0;max-width:670px}
.hero-actions{display:flex;gap:12px;margin:36px 0 60px}
.btn{border:0;border-radius:999px;padding:16px 24px;font-weight:800;font-size:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}
.btn-primary{background:var(--accent-gradient);color:#0b0b0b}
.btn-primary:hover{filter:brightness(1.06);transform:translateY(-2px)}
.btn-secondary{border:1px solid #454545;color:white;background:transparent}
.btn-secondary:hover{border-color:#777}
.hero-meta{display:flex;gap:42px;padding-top:26px;border-top:1px solid #242424;max-width:650px}
.hero-meta div{display:flex;flex-direction:column;gap:4px}
.hero-meta strong{font-family:"Space Grotesk";font-size:19px}
.hero-meta span{font-size:11px;color:#777}
.hero-visual{position:relative;min-height:560px;align-self:center}
.glow-sign{position:absolute;right:2%;top:16%;width:86%;height:300px;border:1px solid #303030;border-radius:24px;background:linear-gradient(145deg,#171717,#0b0b0b);box-shadow:0 50px 100px #000,inset 0 0 80px #ffffff03;transform:perspective(1000px) rotateY(-13deg) rotateX(4deg);display:flex;flex-direction:column;align-items:center;justify-content:center}
.glow-sign:before{content:"";position:absolute;inset:14px;border:1px solid #242424;border-radius:16px}
.glow-sign span{font-family:"Space Grotesk";font-size:56px;font-weight:700;letter-spacing:4px;color:#f8f8f8;text-shadow:0 0 14px #fff5}
.glow-sign b{font-family:"Space Grotesk";font-size:22px;letter-spacing:14px;color:var(--accent);margin-left:14px;text-shadow:0 0 18px #d8ff3999}
.material{position:absolute;border-radius:12px;background:linear-gradient(145deg,#2e2e2e,#151515);border:1px solid #363636}
.material-1{width:210px;height:150px;bottom:11%;right:4%;transform:rotate(-8deg);box-shadow:0 30px 70px #000}
.material-2{width:170px;height:110px;bottom:20%;left:6%;transform:rotate(12deg);background:var(--accent-gradient);opacity:.82}
.marquee{overflow:hidden;background:var(--accent-gradient);padding:15px 0;white-space:nowrap}
.marquee-track{display:inline-flex;gap:24px;align-items:center;font-family:"Space Grotesk";font-weight:800;font-size:13px;letter-spacing:1px;animation:marquee 24s linear infinite}
.marquee i{font-style:normal}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.section{padding:110px max(24px,calc((100vw - var(--max))/2))}
.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:60px}
.section-head h2,.about h2,.contact h2,.quote-intro h2{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-3.3px;margin:0;max-width:850px}
.section-head>p{font-size:16px;line-height:1.7;color:#666;max-width:480px;justify-self:end;margin:0}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #d2d2ca}
.service-card{min-height:210px;padding:30px 0;display:grid;grid-template-columns:54px 1fr 40px;gap:14px;border-bottom:1px solid #d2d2ca;position:relative}
.service-card:nth-child(odd){padding-right:34px;border-right:1px solid #d2d2ca}
.service-card:nth-child(even){padding-left:34px}
.service-no{font-size:11px;color:#888}
.service-card h3{font-size:28px;margin:0 0 10px;letter-spacing:-1px}
.service-card p{font-size:14px;color:#666;line-height:1.65;margin:0;max-width:480px}
.arrow{font-size:26px;transition:.2s}
.service-card:hover .arrow{transform:translate(4px,-4px)}
.service-card.featured:after{content:"";position:absolute;width:10px;height:10px;background:var(--accent-gradient);border-radius:50%;right:24px;bottom:24px}
.section-dark{background:#0b0b0b;color:white}
.section-dark .section-head>p{color:#888}
.portfolio-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}
.project{height:490px;border-radius:18px;position:relative;overflow:hidden;padding:22px;display:flex;align-items:center;justify-content:center}
.project:nth-child(3),.project:nth-child(4){height:390px}
.project-tag{position:absolute;left:20px;top:20px;background:#ffffff10;backdrop-filter:blur(10px);border:1px solid #ffffff18;border-radius:999px;padding:9px 12px;font-size:10px;letter-spacing:.7px}
.project footer{position:absolute;left:20px;right:20px;bottom:18px;display:flex;justify-content:space-between;align-items:flex-end}
.project footer strong{font-family:"Space Grotesk";font-size:18px}
.project footer span{font-size:11px;opacity:.6}
.project-a{background:radial-gradient(circle at 50% 34%,#444,#161616 55%,#090909)}
.fake-sign{font-family:"Space Grotesk";font-size:34px;line-height:1.1;letter-spacing:3px;text-align:center;padding:44px 38px;border:1px solid #4b4b4b;border-radius:12px;box-shadow:0 0 80px #d8ff3917;color:#aaa}
.fake-sign b{font-size:44px;color:#fff;text-shadow:0 0 18px #fff5}
.project-b{background:linear-gradient(145deg,#d8ff39,#98b818);color:#111}
.fake-van{width:78%;height:150px;border-radius:30px 55px 20px 20px;background:#111;position:relative;box-shadow:0 32px 60px #0004}
.fake-van:before,.fake-van:after{content:"";position:absolute;width:40px;height:40px;border-radius:50%;background:#333;bottom:-18px}
.fake-van:before{left:32px}.fake-van:after{right:32px}
.fake-van span{position:absolute;right:22px;top:42px;font-family:"Space Grotesk";font-weight:800;font-size:26px;color:var(--accent)}
.project-c{background:linear-gradient(145deg,#283043,#0f1118)}
.fake-panel{font-family:"Space Grotesk";font-size:44px;letter-spacing:5px;text-align:center;color:#fff;text-shadow:0 0 14px #fff}
.fake-panel b{color:#54d7ff;text-shadow:0 0 22px #54d7ff}
.project-d{background:linear-gradient(145deg,#421c56,#1b0e25)}
.fake-poster{font-family:"Space Grotesk";font-weight:800;font-size:50px;line-height:.85;transform:rotate(-6deg);color:#ff85eb}
.fake-poster b{font-size:78px;color:white}
.about{display:grid;grid-template-columns:1fr 1fr;gap:100px;background:#ebeae3}
.about-copy p:not(.eyebrow){font-size:17px;line-height:1.8;color:#5e5e59;max-width:620px;margin:28px 0}
.text-link{font-weight:800;border-bottom:1px solid #999;padding-bottom:5px}
.process{border-top:1px solid #c6c6bf}
.process>div{display:grid;grid-template-columns:56px 1fr 1.4fr;gap:12px;padding:24px 0;border-bottom:1px solid #c6c6bf}
.process span{font-size:11px;color:#888}
.process h3{margin:0;font-size:19px}
.process p{margin:0;color:#666;font-size:13px;line-height:1.6}
.quote-section{background:#0b0b0b;color:white;padding:110px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}
.quote-intro{position:sticky;top:130px;height:max-content}
.quote-intro p:not(.eyebrow){color:#888;line-height:1.7;max-width:520px}
.quote-form{background:#131313;border:1px solid #242424;border-radius:22px;padding:30px}
.field{margin-bottom:20px}
.field.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:block;font-size:11px;color:#979791;margin:0 0 8px;font-weight:700;letter-spacing:.3px}
input,select,textarea{width:100%;background:#0b0b0b;color:#fff;border:1px solid #303030;border-radius:12px;padding:14px 15px;outline:none;transition:.2s}
input:focus,select:focus,textarea:focus{border-color:var(--accent)}
textarea{resize:vertical}
.submit-btn{width:100%;border-radius:12px;padding:17px 20px;justify-content:space-between}
.form-status{min-height:20px;font-size:12px;color:#999;margin:12px 2px 0}
.form-status.ok{color:var(--accent)}
.form-status.err{color:#ff7f7f}
.contact{background:#f2f2ed}
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:50px}
.contact-grid>a,.contact-grid>div{border-top:1px solid #d0d0c8;padding:22px 0;display:flex;flex-direction:column;gap:6px}
.contact-grid span{font-size:11px;color:#777}
.contact-grid strong{font-size:18px}
.footer{background:#0a0a0a;color:#7e7e79;padding:35px max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;font-size:11px;gap:20px;flex-wrap:wrap}
.floating-call{position:fixed;right:18px;bottom:18px;width:54px;height:54px;border-radius:50%;background:var(--accent-gradient);color:#111;display:grid;place-items:center;font-size:20px;z-index:20;box-shadow:0 14px 35px #0005}

@media(max-width:900px){
  .topbar{min-height:76px;padding-top:8px;padding-bottom:8px}
  .desktop-only{display:none}
  .menu-btn{display:block}
  .nav{display:none;position:absolute;top:75px;left:0;right:0;background:#0a0a0a;padding:24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #222}
  .nav.open{display:flex}
  .nav-cta{width:100%;text-align:center}
  .hero{grid-template-columns:1fr;padding-top:56px;min-height:auto}
  .hero-brand-lockup{align-items:flex-start;gap:12px}
  .hero-logo{height:78px;max-width:88vw}
  .hero-copy{padding-bottom:30px}
  h1{letter-spacing:-4px}
  .hero-visual{min-height:420px}
  .glow-sign{top:4%;right:5%;width:90%;height:250px}
  .glow-sign span{font-size:42px}
  .glow-sign b{font-size:18px}
  .hero-meta{gap:24px;justify-content:space-between}
  .section{padding-top:80px;padding-bottom:80px}
  .section-head{grid-template-columns:1fr;gap:22px}
  .section-head>p{justify-self:start}
  .services-grid{grid-template-columns:1fr}
  .service-card:nth-child(odd){padding-right:0;border-right:0}
  .service-card:nth-child(even){padding-left:0}
  .portfolio-grid{grid-template-columns:1fr}
  .project,.project:nth-child(3),.project:nth-child(4){height:360px}
  .about{grid-template-columns:1fr;gap:55px}
  .quote-section{grid-template-columns:1fr;gap:50px;padding-top:80px;padding-bottom:80px}
  .quote-intro{position:static}
}
@media(max-width:560px){
  .site-logo{height:60px;max-width:62vw}
  .hero-logo{height:70px;max-width:90vw}
  .founder-chip{width:100%;min-width:0}
  .founder-chip strong{font-size:20px}
    .hero{padding-left:18px;padding-right:18px}
  h1{font-size:58px;letter-spacing:-3.6px}
  .hero-lead{font-size:15px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .hero-meta{display:grid;grid-template-columns:1fr 1fr;gap:20px}
  .hero-visual{min-height:330px}
  .glow-sign{height:200px}
  .glow-sign span{font-size:31px}.glow-sign b{font-size:14px;letter-spacing:10px}
  .material-1{width:150px;height:100px}.material-2{width:120px;height:80px}
  .section{padding-left:18px;padding-right:18px}
  .section-head h2,.about h2,.contact h2,.quote-intro h2{font-size:43px;letter-spacing:-2px}
  .service-card{grid-template-columns:40px 1fr 28px;min-height:180px}
  .service-card h3{font-size:24px}
  .project{height:310px!important}
  .process>div{grid-template-columns:42px 1fr}.process p{grid-column:2}
  .quote-section{padding-left:18px;padding-right:18px}
  .quote-form{padding:18px}
  .field.two{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer{flex-direction:column;align-items:flex-start;gap:20px}
  .footer-left{flex-direction:column;align-items:flex-start;gap:8px}
}

/* V4 — cleaner brand placement */
.topbar{
  min-height:104px;
  padding:10px max(24px,calc((100vw - var(--max))/2));
  background:rgba(255,255,255,.96);
  color:#111;
  border-bottom:1px solid #deded8;
  box-shadow:0 8px 30px rgba(0,0,0,.035);
}
.site-logo{height:82px;max-width:min(410px,50vw);object-fit:contain}
.nav{gap:26px}
.nav a:not(.nav-cta){color:#242424}
.nav a:not(.nav-cta):hover{color:#000}
.nav-cta{background:#111;color:#fff;padding:13px 20px}
.nav-cta:hover{background:#292929;color:#fff}
.menu-btn span{background:#111}
.hero{padding-top:86px}
.hero-signature{display:inline-flex;align-items:baseline;gap:14px;margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid #2b2b2b}
.hero-signature span{font-family:"Allura",cursive;font-size:40px;line-height:1;color:#fff}
.hero-signature small{font-size:9px;letter-spacing:2px;color:#8b8b85;font-weight:800}
.hero-brand-lockup,.hero-logo,.founder-chip,.brand-meta,.section-signature{display:none!important}
.glow-sign em{font-family:"Allura",cursive;font-style:normal;font-size:25px;color:#cfcfc8;margin-top:10px;opacity:.9}
.about-signature{display:flex;flex-direction:column;width:max-content;margin:26px 0 24px}
.about-signature span{font-family:"Allura",cursive;font-size:46px;line-height:1;color:#111}
.about-signature small{font-size:10px;letter-spacing:1.7px;text-transform:uppercase;color:#777;font-weight:800;margin-top:4px}
.footer{background:#fff;color:#666;border-top:1px solid #deded8;padding:24px max(24px,calc((100vw - var(--max))/2));gap:28px}
.footer-logo{height:66px;max-width:300px}
.footer-center{display:flex;flex-direction:column;gap:3px;margin-left:auto}
.footer-center strong{font-family:"Allura",cursive;font-size:28px;line-height:1;color:#111;font-weight:400}
.footer-center span{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:#8a8a84}
.footer p{margin:0;color:#777}
.footer-top{color:#111;font-weight:800}
.footer-left,.footer-founder{display:none!important}
@media(max-width:900px){
  .topbar{min-height:84px;padding-top:6px;padding-bottom:6px}
  .site-logo{height:68px;max-width:66vw}
  .nav{top:83px;background:#fff;border-bottom:1px solid #deded8}
  .nav a:not(.nav-cta){color:#111}
  .hero{padding-top:54px}
  .hero-signature span{font-size:34px}
  .hero-signature small{font-size:8px}
}
@media(max-width:560px){
  .site-logo{height:62px;max-width:72vw}
  .hero-signature{gap:10px;flex-wrap:wrap}
  .hero-signature span{font-size:32px}
  .about-signature span{font-size:40px}
  .footer{align-items:flex-start}
  .footer-center{margin-left:0}
  .footer-logo{height:56px;max-width:72vw}
}


/* V5 — përdor vetëm logon në header */
.hero-signature,.about-signature,.footer-logo,.footer-center,.footer-left,.footer-founder,.glow-sign em{display:none!important}
.footer{background:#fff;color:#666;border-top:1px solid #deded8;padding:24px max(24px,calc((100vw - var(--max))/2));gap:18px;justify-content:space-between}
.footer p{margin:0;color:#666}
.footer-top{color:#111;font-weight:800}
@media(max-width:560px){
  .footer{flex-direction:column;align-items:flex-start;gap:12px}
}

/* V6 — logo pak më e madhe vetëm në header */
.topbar{min-height:118px}
.site-logo{height:96px;max-width:min(470px,54vw)}
@media(max-width:900px){
  .topbar{min-height:94px}
  .site-logo{height:76px;max-width:70vw}
  .nav{top:93px}
}
@media(max-width:560px){
  .topbar{min-height:88px}
  .site-logo{height:70px;max-width:76vw}
  .nav{top:87px}
}


/* V7 — larger header logo, using the latest supplied logo */
.topbar{min-height:148px;padding-top:10px;padding-bottom:10px}
.site-logo{height:124px;width:auto;max-width:min(560px,48vw);object-fit:contain}
@media(max-width:1100px) and (min-width:901px){
  .site-logo{height:108px;max-width:40vw}
  .topbar{min-height:132px}
  .nav{gap:18px}
}
@media(max-width:900px){
  .topbar{min-height:112px;padding-top:8px;padding-bottom:8px}
  .site-logo{height:92px;max-width:74vw}
  .nav{top:111px}
}
@media(max-width:560px){
  .topbar{min-height:100px}
  .site-logo{height:82px;max-width:78vw}
  .nav{top:99px}
}

/* Brand palette matched to the Reklama Kavaja logo */
.nav-cta,.btn-primary,.marquee,.material-2,.service-card.featured:after,.floating-call{
  background:var(--accent-gradient);
}
.hero h1 span{
  color:var(--accent-mid);
  background:var(--accent-gradient);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hero .eyebrow,.section-dark .eyebrow,.quote-section .eyebrow{color:var(--accent-mid)}
.glow-sign b,.fake-van span,.form-status.ok{color:var(--accent-end)}
.glow-sign b{text-shadow:0 0 18px rgba(14,175,149,.55)}
input:focus,select:focus,textarea:focus{border-color:var(--accent-end);box-shadow:0 0 0 2px rgba(14,175,149,.08)}


.portfolio-real-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}
.work-card{position:relative;border-radius:18px;overflow:hidden;background:#151515;min-height:340px;border:1px solid #1f1f1f}
.work-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease, filter .35s ease}
.work-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.10) 55%,rgba(0,0,0,0));pointer-events:none}
.work-card:hover img{transform:scale(1.04);filter:saturate(1.04)}
.work-info{position:absolute;left:18px;right:18px;bottom:16px;z-index:2;display:flex;flex-direction:column;gap:6px}
.work-info span{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:rgba(255,255,255,.72);font-weight:700}
.work-info strong{font-family:"Space Grotesk";font-size:22px;line-height:1.05;color:#fff}
.work-tall{grid-row:span 2;min-height:696px}
.work-wide{grid-column:span 2;min-height:340px}
@media(max-width:900px){
  .portfolio-real-grid{grid-template-columns:repeat(2,1fr)}
  .work-tall{grid-row:span 1;min-height:420px}
  .work-wide{grid-column:span 2}
}
@media(max-width:560px){
  .portfolio-real-grid{grid-template-columns:1fr}
  .work-card,.work-tall,.work-wide{grid-column:span 1;grid-row:span 1;min-height:320px}
  .work-info strong{font-size:20px}
}


.file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.file-drop{border:1px dashed #414141;background:#0d0d0d;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:5px;cursor:pointer;transition:.2s}
.file-drop:hover{border-color:var(--accent-2);background:#111}
.file-drop strong{font-size:14px;color:#fff}
.file-drop span{font-size:11px;color:#878781}
.file-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}
.file-chip{font-size:10px;padding:7px 9px;border-radius:999px;background:#202020;color:#c7c7c1;border:1px solid #2d2d2d;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.floating-actions{position:fixed;right:18px;bottom:18px;z-index:20;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.floating-btn{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:14px;box-shadow:0 14px 35px #0005;transition:.2s}
.floating-btn:hover{transform:translateY(-2px)}
.floating-phone{background:#fff;color:#111;border:1px solid #ddd}
.floating-whatsapp{background:linear-gradient(135deg,var(--accent),var(--accent-3));color:#07110c}
.contact-grid a{transition:.2s}
.contact-grid a:hover{padding-left:8px}


/* E-SHOP */
.cart-nav-btn{border:1px solid #d7d7d2;background:#fff;color:#111;border-radius:999px;padding:10px 14px;font-weight:800;font-size:12px;cursor:pointer;display:flex;gap:8px;align-items:center}.cart-nav-btn span,.shop-cart-main span{min-width:22px;height:22px;border-radius:999px;background:var(--accent);display:grid;place-items:center;font-size:10px;color:#07110b}.shop-section{background:#f7f7f3}.shop-head-copy{max-width:500px;justify-self:end}.shop-head-copy>p{color:#666;line-height:1.7;margin:0 0 18px}.shop-cart-main{background:#111;color:#fff;border-radius:999px;padding:12px 16px;gap:10px}.shop-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.shop-filter{border:1px solid #d2d2cc;background:transparent;border-radius:999px;padding:10px 15px;font-size:12px;font-weight:800;cursor:pointer}.shop-filter.active,.shop-filter:hover{background:#111;color:#fff;border-color:#111}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.shop-card{background:#fff;border:1px solid #deded8;border-radius:18px;overflow:hidden;transition:.25s;min-width:0}.shop-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0000000d}.shop-featured{grid-column:span 2}.shop-art{height:220px;background:linear-gradient(145deg,#0e0e0e,#202020);display:flex;align-items:center;justify-content:center;position:relative;color:var(--accent)}.shop-art:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.12),transparent 40%)}.shop-art svg{width:110px;height:110px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:1}.shop-art>span{position:absolute;left:14px;top:14px;z-index:2;font-size:10px;letter-spacing:1.2px;text-transform:uppercase;color:#fff;border:1px solid #ffffff25;background:#ffffff0d;padding:7px 9px;border-radius:999px}.shop-featured .shop-art{background:linear-gradient(135deg,#0b0b0b 5%,#17231d 55%,#17382d 100%)}.shop-featured .shop-art svg{width:150px;height:150px}.shop-card-body{padding:18px}.shop-card-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.shop-card h3{font-size:21px;letter-spacing:-.7px;margin:0}.popular-tag{font-size:8px;letter-spacing:1px;background:var(--accent);padding:6px 8px;border-radius:999px;white-space:nowrap}.shop-card p{font-size:13px;color:#70706a;line-height:1.55;min-height:40px}.shop-price-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}.shop-price-row strong{font-size:12px}.mini-btn{border:0;background:#111;color:#fff;border-radius:999px;padding:10px 13px;font-weight:800;font-size:11px;cursor:pointer}.shop-note{margin-top:22px;border-top:1px solid #d6d6cf;padding-top:18px;color:#777;font-size:12px;line-height:1.6}.shop-note strong{color:#333}.shop-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);opacity:0;pointer-events:none;z-index:80;transition:.2s}.shop-overlay.open{opacity:1;pointer-events:auto}.shop-lock{overflow:hidden}.cart-drawer{position:fixed;top:0;right:0;width:min(470px,100%);height:100dvh;background:#0e0e0e;color:#fff;z-index:90;transform:translateX(102%);transition:.25s;display:flex;flex-direction:column;box-shadow:-40px 0 90px #0006}.cart-drawer.open{transform:translateX(0)}.drawer-head{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #242424}.drawer-head small{font-size:9px;letter-spacing:2px;color:var(--accent)}.drawer-head h3{font-size:28px;margin:3px 0 0}.drawer-head button,.modal-close{border:0;background:#222;color:#fff;width:40px;height:40px;border-radius:50%;font-size:25px;cursor:pointer}.cart-items{padding:18px 24px;overflow:auto;flex:1}.cart-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#777;gap:8px}.cart-empty strong{color:#fff}.cart-line{padding:18px 0;border-bottom:1px solid #262626;display:flex;justify-content:space-between;gap:15px}.cart-line>div:first-child{display:flex;flex-direction:column;gap:6px}.cart-line strong{font-size:15px}.cart-line span,.cart-line small{font-size:11px;color:#898983;line-height:1.4}.cart-line small{color:var(--accent)}.cart-line-actions{display:flex;align-items:center;gap:9px}.cart-line-actions button{border:0;background:#222;color:#bbb;width:28px;height:28px;border-radius:50%;cursor:pointer}.cart-footer{padding:20px 24px;border-top:1px solid #242424}.cart-total-row{display:flex;justify-content:space-between;align-items:center}.cart-total-row span{font-size:11px;color:#888}.cart-total-row strong{font-size:25px}.cart-footer p{min-height:16px;color:#999;font-size:11px}.cart-footer .btn{width:100%}.shop-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-46%) scale(.98);width:min(1000px,calc(100% - 28px));max-height:calc(100dvh - 28px);overflow:auto;background:#111;color:#fff;border:1px solid #2a2a2a;border-radius:22px;z-index:95;opacity:0;pointer-events:none;transition:.22s}.shop-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;right:16px;top:16px;z-index:4}.product-modal-grid{display:grid;grid-template-columns:.8fr 1.2fr;min-height:620px}.product-modal-visual{background:linear-gradient(145deg,#0d0d0d,#1c2922);display:flex;align-items:center;justify-content:center;position:relative;color:var(--accent);min-height:380px}.product-modal-visual svg{width:210px;height:210px;fill:none;stroke:currentColor;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.product-modal-visual>span{position:absolute;bottom:22px;left:22px;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#aaa}.product-config-form{padding:50px 42px}.product-config-form h2{font-size:45px;letter-spacing:-2px;margin:0 0 10px}.product-config-form>p:not(.eyebrow){color:#8f8f89;line-height:1.6}.product-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0}.config-field{display:flex;flex-direction:column;gap:8px}.config-field>span{font-size:10px;color:#8e8e88;font-weight:800;letter-spacing:.4px}.config-field input,.config-field select{background:#080808}.config-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #282828;padding-top:20px;margin-top:12px;gap:20px}.qty-field{width:120px}.config-price{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.config-price span{font-size:10px;color:#777}.config-price strong{font-size:20px}.product-config-form>.btn{width:100%;margin-top:22px}.checkout-modal{width:min(1120px,calc(100% - 28px))}.checkout-grid{display:grid;grid-template-columns:.75fr 1.25fr}.checkout-side{padding:50px 36px;background:linear-gradient(145deg,#0d0d0d,#17231d)}.checkout-side h2{font-size:46px;letter-spacing:-2px;margin:0 0 25px}.checkout-side>p:last-child{font-size:12px;color:#999;line-height:1.65;margin-top:24px}.checkout-summary{border-top:1px solid #ffffff18}.checkout-summary>div{padding:14px 0;border-bottom:1px solid #ffffff18;display:flex;justify-content:space-between;gap:12px;font-size:12px}.checkout-summary span{color:#ccc}.checkout-summary strong{color:var(--accent);white-space:nowrap}.checkout-form{padding:50px 36px;background:#111}.checkout-form .file-drop{background:#090909}.checkout-form .field{margin-bottom:14px}
@media(max-width:1050px){.shop-grid{grid-template-columns:repeat(2,1fr)}.shop-featured{grid-column:span 1}}
@media(max-width:900px){.cart-nav-btn{width:100%;justify-content:center}.shop-head-copy{justify-self:start}.product-modal-grid,.checkout-grid{grid-template-columns:1fr}.product-modal-visual{min-height:230px}.product-modal-visual svg{width:140px;height:140px}.product-config-form,.checkout-side,.checkout-form{padding:32px 22px}.product-config-form h2,.checkout-side h2{font-size:38px}.product-options{grid-template-columns:1fr}.checkout-side{padding-bottom:24px}}
@media(max-width:560px){.shop-grid{grid-template-columns:1fr}.shop-art{height:190px}.shop-card p{min-height:0}.shop-modal{width:calc(100% - 16px);max-height:calc(100dvh - 16px);border-radius:17px}.product-modal-visual{min-height:185px}.product-config-form,.checkout-side,.checkout-form{padding:26px 16px}.product-config-form h2,.checkout-side h2{font-size:33px}.config-bottom{align-items:flex-start;flex-direction:column}.config-price{align-items:flex-start}.qty-field{width:100%}}


.service-quote-link{display:inline-flex;margin-top:14px;font-size:12px;font-weight:800;color:#111;border-bottom:1px solid rgba(0,0,0,.35);padding-bottom:3px}
.section-dark .service-quote-link{color:#fff;border-color:rgba(255,255,255,.35)}
.quote-specs{display:none;margin:6px 0 22px;padding:18px;border:1px solid #2e2e2e;border-radius:14px;background:#0e0e0e}
.quote-specs.active{display:block}
.quote-specs-head{display:flex;flex-direction:column;gap:5px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #272727}
.quote-specs-head strong{font-family:"Space Grotesk";font-size:18px;color:#fff}
.quote-specs-head span{font-size:11px;line-height:1.5;color:#8d8d87}
.shop-note a{font-weight:800;text-decoration:underline;text-underline-offset:3px}

/* E-Shop CTA in header — intentionally distinct from the green brand gradient */
.nav-shop-cta{
  padding:12px 18px!important;
  border-radius:999px;
  background:linear-gradient(135deg,#ff9f1c 0%,#ff6b35 100%);
  color:#fff!important;
  font-weight:800;
  box-shadow:0 8px 24px rgba(255,122,36,.24);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.nav-shop-cta:hover{
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 12px 30px rgba(255,122,36,.34);
  filter:saturate(1.05);
}
@media(max-width:900px){
  .nav-shop-cta{width:100%;text-align:center;justify-content:center}
}


/* Germa 3D is a quote-only service, separate from E-Shop */
.letters-quote-card{margin-top:26px;padding:28px 30px;border-radius:20px;background:#0d0d0d;color:#fff;border:1px solid #252525;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}
.letters-quote-card:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-100px;top:-150px;background:var(--brand-gradient);opacity:.13;filter:blur(4px)}
.letters-quote-copy{position:relative;z-index:1;max-width:760px}
.letters-kicker{display:block;font-size:10px;letter-spacing:2px;font-weight:800;color:var(--accent);margin-bottom:9px}
.letters-quote-card h3{font-size:30px;letter-spacing:-1.2px;margin:0 0 8px}
.letters-quote-card p{margin:0;color:#9c9c96;font-size:14px;line-height:1.65}
.letters-quote-btn{position:relative;z-index:1;flex:0 0 auto;background:var(--brand-gradient);color:#0b0b0b}
@media(max-width:700px){.letters-quote-card{align-items:flex-start;flex-direction:column;padding:24px 20px}.letters-quote-btn{width:100%}.letters-quote-card h3{font-size:26px}}


/* Punimet brenda 8 kategorive ekzistuese */
.service-card[data-work-category]{cursor:pointer;transition:background .22s ease,padding .22s ease}
.service-card[data-work-category]:focus-visible{outline:2px solid var(--accent-mid);outline-offset:-2px}
.service-card[data-work-category].gallery-active{background:linear-gradient(135deg,rgba(184,216,31,.09),rgba(0,174,162,.07))}
.service-card[data-work-category].gallery-active .arrow{transform:translate(4px,-4px);color:var(--accent-mid)}
.service-gallery{scroll-margin-top:105px;margin-top:54px;padding-top:42px;border-top:1px solid #d2d2ca}
.service-gallery-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:24px}
.service-gallery-head h3{font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-2px;margin:0}
.service-gallery-head>p{max-width:430px;margin:0;color:#6b6b66;font-size:13px;line-height:1.6;text-align:right}
.service-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;min-height:260px}
.service-gallery-item{position:relative;min-height:330px;border-radius:18px;overflow:hidden;background:#171717}
.service-gallery-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.service-gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.06) 62%)}
.service-gallery-item:hover img{transform:scale(1.035)}
.service-gallery-item>div{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;display:flex;flex-direction:column;gap:5px;color:#fff}
.service-gallery-item span{font-size:10px;letter-spacing:1.2px;text-transform:uppercase;color:rgba(255,255,255,.72);font-weight:700}
.service-gallery-item strong{font-family:"Space Grotesk";font-size:22px;line-height:1.1}
.service-gallery-empty{grid-column:1/-1;min-height:250px;border:1px dashed #c5c5bd;border-radius:18px;display:flex;flex-direction:column;justify-content:center;padding:30px;background:#ecece6}
.service-gallery-empty strong{font-family:"Space Grotesk";font-size:28px}
.service-gallery-empty p{max-width:620px;color:#666;line-height:1.6;margin:10px 0 0}
@media(max-width:900px){
  .service-gallery-head{align-items:flex-start;flex-direction:column;gap:12px}
  .service-gallery-head>p{text-align:left}
  .service-gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .service-gallery{margin-top:34px;padding-top:30px}
  .service-gallery-grid{grid-template-columns:1fr}
  .service-gallery-item{min-height:300px}
}


/* V21 — kategoritë hapin galeri popup/lightbox, jo galeri poshtë faqes */
.section-anchor{display:block;position:relative;top:-120px;visibility:hidden;height:0}
.service-card[data-work-category]{cursor:pointer}
.service-card[data-work-category]:hover{background:linear-gradient(135deg,rgba(184,216,31,.08),rgba(0,174,162,.06))}
.service-card[data-work-category]:hover .arrow{transform:translate(4px,-4px);color:var(--accent-mid)}
body.work-gallery-lock{overflow:hidden}
.work-gallery-overlay{position:fixed;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(10px);z-index:120;opacity:0;pointer-events:none;transition:opacity .2s ease}
.work-gallery-overlay.open{opacity:1;pointer-events:auto}
.work-gallery-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-47%) scale(.985);width:min(1180px,calc(100% - 36px));max-height:calc(100dvh - 36px);background:#0b0b0b;color:#fff;border:1px solid #2b2b2b;border-radius:24px;z-index:121;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.55)}
.work-gallery-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}
.work-gallery-modal-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid #242424;background:#0e0e0e}
.work-gallery-modal-head>div{min-width:0}
.work-gallery-modal-head span{display:block;font-size:9px;letter-spacing:2px;font-weight:800;color:var(--accent-mid);margin-bottom:3px}
.work-gallery-modal-head h2{font-size:30px;letter-spacing:-1.2px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.work-gallery-close{flex:0 0 auto;width:42px;height:42px;border-radius:50%;border:1px solid #333;background:#191919;color:#fff;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center}
.work-gallery-close:hover{background:#252525}
.work-gallery-stage{position:relative;min-height:500px;display:grid;place-items:center;background:#050505;overflow:hidden}
.work-gallery-figure{position:relative;width:100%;height:min(68vh,680px);margin:0;display:grid;place-items:center;background:#050505}
.work-gallery-figure img{width:100%;height:100%;object-fit:contain;display:block}
.work-gallery-figure figcaption{position:absolute;left:0;right:0;bottom:0;padding:60px 28px 22px;background:linear-gradient(to top,rgba(0,0,0,.82),transparent);display:grid;grid-template-columns:1fr auto;gap:4px 20px;align-items:end;pointer-events:none}
.work-gallery-figure figcaption span{grid-column:1;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.68);font-weight:700}
.work-gallery-figure figcaption strong{grid-column:1;font-family:"Space Grotesk";font-size:24px;color:#fff}
.work-gallery-figure figcaption small{grid-column:2;grid-row:1/3;align-self:end;font-size:12px;color:rgba(255,255,255,.7)}
.work-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(15,15,15,.72);backdrop-filter:blur(8px);color:#fff;font-size:38px;line-height:1;display:grid;place-items:center;cursor:pointer}
.work-gallery-nav:hover{background:rgba(30,30,30,.92)}
.work-gallery-prev{left:18px}.work-gallery-next{right:18px}
.work-gallery-thumbs{display:flex;gap:10px;padding:14px 18px 18px;overflow-x:auto;background:#0e0e0e;border-top:1px solid #242424;scrollbar-width:thin}
.work-gallery-thumb{flex:0 0 88px;height:62px;border-radius:9px;overflow:hidden;padding:0;border:2px solid transparent;background:#181818;cursor:pointer;opacity:.58;transition:opacity .18s,border-color .18s,transform .18s}
.work-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.work-gallery-thumb:hover{opacity:.9;transform:translateY(-1px)}
.work-gallery-thumb.active{opacity:1;border-color:var(--accent-mid)}
.work-gallery-empty-modal{padding:60px 30px;text-align:center;max-width:620px}
.work-gallery-empty-modal strong{font-family:"Space Grotesk";font-size:32px;color:#fff}
.work-gallery-empty-modal p{margin:10px 0 0;color:#8f8f89;line-height:1.7}
.work-gallery-empty-modal[hidden]{display:none}
@media(max-width:700px){
  .work-gallery-modal{width:calc(100% - 14px);max-height:calc(100dvh - 14px);border-radius:18px}
  .work-gallery-modal-head{padding:14px 15px}
  .work-gallery-modal-head h2{font-size:24px}
  .work-gallery-stage{min-height:360px}
  .work-gallery-figure{height:68vh;max-height:570px}
  .work-gallery-figure figcaption{padding:50px 17px 16px}
  .work-gallery-figure figcaption strong{font-size:20px}
  .work-gallery-nav{width:42px;height:42px;font-size:31px}
  .work-gallery-prev{left:10px}.work-gallery-next{right:10px}
  .work-gallery-thumb{flex-basis:74px;height:54px}
}


/* V23 — tiered quantity pricing */
.config-price strong{line-height:1.25}
.qty-field input:invalid{border-color:#d96a6a}

/* V25 — Visa / Mastercard */
.card-payment-note{margin-top:10px;padding:12px 14px;border:1px solid #d7d7cf;border-radius:12px;background:#f4f4ef}
.card-payment-note.enabled{border-color:rgba(0,174,162,.35);background:rgba(0,174,162,.06)}
.card-payment-note p{margin:8px 0 0;font-size:11px;line-height:1.5;color:#666}
.card-brand-row{display:flex;gap:8px;align-items:center}
.card-brand{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:28px;padding:0 8px;border:1px solid #d0d0ca;border-radius:7px;background:#fff;color:#111;font-size:11px;font-weight:900}


/* V27 — stilolaps: Modeli → Sasia → Ngjyra → Çmimi */
#productQtyHelp{
  display:block;
  margin-top:5px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.25px;
  color:#777;
}
#productOptions > #productQtyField,
#productOptions > #productPriceBox{
  width:100%;
}
#productOptions > #productPriceBox{
  margin-top:2px;
  padding:14px 15px;
  border:1px solid rgba(0,0,0,.11);
  border-radius:12px;
  background:#f5f5f0;
}
#productOptions > #productPriceBox strong{
  display:block;
  margin-top:4px;
  font-size:18px;
}


/* V28 — fusha të bardha në konfiguruesin e produkteve */
.product-config .config-field input,
.product-config .config-field select,
.product-config .config-field textarea,
#productQty,
#productOptions input,
#productOptions select,
#productOptions textarea{
  background:#ffffff !important;
  color:#111111 !important;
  border:1px solid rgba(0,0,0,.16) !important;
  box-shadow:none;
}

.product-config .config-field input::placeholder,
.product-config .config-field textarea::placeholder,
#productOptions input::placeholder,
#productOptions textarea::placeholder{
  color:#666666 !important;
  opacity:1;
}

.product-config .config-field label,
.product-config .config-field span,
#productOptions .config-field span,
#productQtyHelp{
  color:#e9e9e9;
}

.product-config .config-field input:focus,
.product-config .config-field select:focus,
.product-config .config-field textarea:focus,
#productQty:focus,
#productOptions input:focus,
#productOptions select:focus,
#productOptions textarea:focus{
  outline:none;
  border-color:rgba(0,174,162,.75) !important;
  box-shadow:0 0 0 3px rgba(0,174,162,.18);
}

.product-config .config-field select,
#productOptions select{
  -webkit-appearance:none;
  appearance:none;
  background-image:linear-gradient(45deg, transparent 50%, #444 50%), linear-gradient(135deg, #444 50%, transparent 50%);
  background-position:calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right:36px;
}

#productQty::-webkit-outer-spin-button,
#productQty::-webkit-inner-spin-button{
  opacity:1;
}

#productPriceBox{
  background:#ffffff !important;
  color:#111111 !important;
  border:1px solid rgba(0,0,0,.14) !important;
}

#productPriceBox span,
#productPriceBox strong{
  color:#111111 !important;
}


/* V29 — foto reale te kartat e produkteve */
.shop-art.has-photo{background:#f4f4f1;overflow:hidden;color:transparent}
.shop-art.has-photo:after{background:linear-gradient(to top, rgba(0,0,0,.14), rgba(0,0,0,0) 42%)}
.shop-art.has-photo img{width:100%;height:100%;object-fit:cover;display:block}
.shop-art.has-photo svg{display:none}
.product-modal-visual.has-photo{background:#f4f4f1;color:transparent;overflow:hidden}
.product-modal-visual.has-photo img{width:100%;height:100%;object-fit:cover;display:block}
.product-modal-visual.has-photo svg{display:none}
.product-modal-visual.has-photo > span{color:#666;z-index:2;background:rgba(255,255,255,.72);padding:6px 10px;border-radius:999px;backdrop-filter:blur(4px)}


/* V30 — foto reale për T-Shirt */
.shop-art.has-photo[data-art-product="tshirt-logo"] img{object-position:center 18%;}
.product-modal-visual.has-photo[data-art-product="tshirt-logo"] img{object-fit:contain;background:#efe5d4;object-position:center center;}


/* V31 — fotoja e produktit hap konfiguruesin */
.shop-art[data-art-product]{
  cursor:pointer;
}
.shop-art[data-art-product]:focus-visible{
  outline:3px solid var(--accent-mid);
  outline-offset:-3px;
}
.shop-art[data-art-product] img{
  transition:transform .25s ease;
}
.shop-art[data-art-product]:hover img{
  transform:scale(1.025);
}


/* V33 — popup i produktit me foto më të vogël dhe konfigurim më të lexueshëm */
.shop-modal{
  width:min(960px,calc(100% - 28px));
}
.product-modal-grid{
  grid-template-columns:minmax(300px, 0.78fr) minmax(440px, 1.22fr);
  min-height:560px;
}
.product-modal-visual{
  min-height:320px;
  align-items:flex-start;
  justify-content:center;
  padding:26px;
  background:linear-gradient(145deg,#0d0d0d,#1c2922);
}
.product-modal-visual.has-photo{
  background:#f4f4f1;
}
.product-modal-visual.has-photo img{
  width:100%;
  height:auto;
  max-height:360px;
  object-fit:contain;
  object-position:center top;
  display:block;
  border-radius:10px;
}
.product-modal-visual > span{
  bottom:16px;
  left:16px;
  font-size:9px;
}
.product-config-form{
  padding:38px 34px;
}
.product-config-form h2{
  font-size:38px;
  letter-spacing:-1.5px;
  margin:0 0 8px;
}
.product-config-form>p:not(.eyebrow){
  font-size:14px;
  line-height:1.55;
  margin:0 0 8px;
}
.product-options{
  gap:12px;
  margin:22px 0;
}
.config-field>span{
  font-size:11px;
}
.product-config .config-field input,
.product-config .config-field select,
.product-config .config-field textarea,
#productQty,
#productOptions input,
#productOptions select,
#productOptions textarea{
  min-height:46px;
  font-size:14px;
  line-height:1.3;
  padding:12px 14px;
}
.config-bottom{
  gap:16px;
  align-items:flex-end;
}
.qty-field{
  width:110px;
}
.config-price{
  flex:1;
  align-items:flex-end;
}
#productPriceBox{
  min-width:240px;
  max-width:330px;
  padding:12px 14px !important;
}
#productPriceBox strong,
.config-price strong{
  font-size:18px !important;
  line-height:1.35;
}
.product-config-form>.btn{
  margin-top:18px;
  padding:15px 18px;
}

@media(max-width:900px){
  .shop-modal{
    width:min(940px,calc(100% - 16px));
  }
  .product-modal-grid{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .product-modal-visual{
    min-height:240px;
    padding:18px 18px 10px;
  }
  .product-modal-visual.has-photo img{
    max-height:240px;
  }
  .product-config-form{
    padding:24px 20px 28px;
  }
  .product-config-form h2{
    font-size:34px;
  }
}

@media(max-width:560px){
  .product-modal-visual{
    min-height:190px;
    padding:14px 14px 8px;
  }
  .product-modal-visual.has-photo img{
    max-height:190px;
  }
  .product-config-form{
    padding:22px 15px 24px;
  }
  .product-config-form h2{
    font-size:30px;
  }
  #productPriceBox{
    min-width:100%;
    max-width:100%;
  }
}


/* V34 — foto preview e vogël në popup */
.shop-modal{
  width:min(900px,calc(100% - 28px)) !important;
  overflow-x:hidden !important;
}

.product-modal-grid{
  grid-template-columns:300px minmax(0,1fr) !important;
  min-height:540px !important;
}

.product-modal-visual{
  min-width:0 !important;
  min-height:0 !important;
  padding:28px 20px !important;
  align-items:flex-start !important;
  justify-content:center !important;
  overflow:hidden !important;
}

#productModalArt{
  width:100%;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

#productModalArt.has-photo{
  width:260px !important;
  height:230px !important;
  max-width:100% !important;
  overflow:hidden !important;
  border-radius:14px;
  background:#f2f2ed;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}

#productModalArt.has-photo img{
  width:100% !important;
  height:100% !important;
  max-width:260px !important;
  max-height:230px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  transform:none !important;
}

.product-config-form{
  min-width:0 !important;
  padding:34px 32px !important;
}

.product-config-form h2{
  font-size:36px !important;
  line-height:1.05 !important;
}

.product-options{
  grid-template-columns:1fr 1fr !important;
}

#productPriceBox{
  width:auto !important;
  min-width:220px !important;
  max-width:100% !important;
}

@media(max-width:760px){
  .shop-modal{
    width:calc(100% - 14px) !important;
  }

  .product-modal-grid{
    grid-template-columns:1fr !important;
  }

  .product-modal-visual{
    padding:18px 16px 8px !important;
  }

  #productModalArt.has-photo{
    width:220px !important;
    height:170px !important;
  }

  #productModalArt.has-photo img{
    max-width:220px !important;
    max-height:170px !important;
  }

  .product-config-form{
    padding:22px 16px 26px !important;
  }

  .product-options{
    grid-template-columns:1fr !important;
  }
}


/* V35 — Çmimi/copë dhe Totali të ndara */
#productPriceBox{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:0 !important;
  padding:0 !important;
  overflow:hidden;
  background:#fff !important;
}
#productPriceBox .price-part{
  padding:12px 14px;
  min-width:0;
}
#productPriceBox .price-part + .price-part{
  border-left:1px solid rgba(0,0,0,.12);
}
#productPriceBox .price-part span{
  display:block;
  font-size:10px !important;
  color:#666 !important;
  margin-bottom:4px;
}
#productPriceBox .price-part strong{
  display:block;
  color:#111 !important;
  font-size:19px !important;
  line-height:1.25 !important;
  white-space:nowrap;
}
#productPriceNote{
  grid-column:1 / -1;
  display:block;
  padding:7px 14px 9px;
  border-top:1px solid rgba(0,0,0,.08);
  color:#666;
  font-size:10px;
  line-height:1.35;
  min-height:0;
}
#productPriceNote:empty{display:none}
@media(max-width:560px){
  #productPriceBox{
    grid-template-columns:1fr 1fr !important;
  }
  #productPriceBox .price-part{padding:10px 11px}
  #productPriceBox .price-part strong{font-size:17px !important}
}


/* ============================================================
   V37 — E-Shop inspired by clean category-first print ecommerce
   ============================================================ */
.shop-v37{
  background:#fff !important;
  padding-top:0 !important;
}

.shop-promo-bar{
  margin:0 -48px 34px;
  min-height:52px;
  padding:10px 48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  background:#111;
  color:#fff;
  font-size:12px;
}
.shop-promo-label{
  background:var(--accent);
  color:#07110b;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
  padding:6px 9px;
  border-radius:999px;
}
.shop-promo-bar strong{font-size:12px}
.shop-promo-bar a{
  color:#fff;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.45);
}

.shop-market-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:36px;
  min-height:460px;
  padding:48px;
  border-radius:28px;
  background:#f1f1ed;
  overflow:hidden;
  position:relative;
}
.shop-market-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:680px;
}
.shop-market-copy h2{
  margin:8px 0 18px;
  font-size:clamp(42px,5.1vw,72px);
  line-height:.96;
  letter-spacing:-3.3px;
}
.shop-market-copy>p:not(.eyebrow){
  max-width:610px;
  margin:0;
  font-size:16px;
  line-height:1.65;
  color:#62625d;
}
.shop-market-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:28px;
}
.btn-dark{
  background:#111 !important;
  color:#fff !important;
}
.shop-v37 .shop-cart-main{
  background:#fff;
  color:#111;
  border:1px solid #cfcfc8;
}
.shop-v37 .shop-cart-main span{
  background:var(--accent);
}
.shop-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:44px;
  padding-top:18px;
  border-top:1px solid #d8d8d1;
}
.shop-benefits div{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.shop-benefits b{
  font-size:9px;
  letter-spacing:1px;
  color:#999;
}
.shop-benefits span{
  font-size:12px;
  font-weight:800;
  color:#242421;
}

.shop-market-visual{
  min-height:360px;
  position:relative;
}
.market-card{
  position:absolute;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  box-shadow:0 22px 60px rgba(0,0,0,.13);
  border:1px solid rgba(0,0,0,.07);
}
.market-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.market-card span{
  position:absolute;
  left:12px;
  bottom:12px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(8px);
  color:#111;
  font-size:9px;
  letter-spacing:1px;
  font-weight:900;
  text-transform:uppercase;
}
.market-card-tshirt{
  width:64%;
  height:68%;
  right:0;
  top:0;
  z-index:3;
}
.market-card-tshirt img{object-position:center top}
.market-card-pen{
  width:56%;
  height:48%;
  left:0;
  bottom:0;
  z-index:2;
  transform:rotate(-3deg);
}
.market-card-sign{
  width:42%;
  height:43%;
  right:4%;
  bottom:-2%;
  z-index:4;
  transform:rotate(3deg);
}

.shop-browser{
  margin-top:62px;
}
.shop-browser-head,
.shop-products-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:22px;
}
.shop-browser-head h3,
.shop-products-head h3{
  margin:4px 0 0;
  font-size:34px;
  letter-spacing:-1.4px;
}
.shop-all-products{
  background:#111 !important;
  color:#fff !important;
  border-color:#111 !important;
}
.shop-category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.shop-category-card{
  min-height:154px;
  padding:20px !important;
  border:1px solid #deded8 !important;
  border-radius:16px !important;
  background:#fafaf7 !important;
  color:#111 !important;
  display:flex !important;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  cursor:pointer;
  position:relative;
  transition:.2s;
}
.shop-category-card:hover,
.shop-category-card.active{
  background:#111 !important;
  color:#fff !important;
  border-color:#111 !important;
  transform:translateY(-2px);
}
.category-index{
  font-size:9px;
  letter-spacing:1px;
  color:#8a8a84;
  margin-bottom:auto;
}
.shop-category-card.active .category-index,
.shop-category-card:hover .category-index{color:#aaa}
.shop-category-card strong{
  font-size:21px;
  letter-spacing:-.4px;
  margin-top:24px;
}
.shop-category-card small{
  font-size:11px;
  line-height:1.45;
  color:#777;
  margin-top:4px;
  max-width:90%;
}
.shop-category-card.active small,
.shop-category-card:hover small{color:#bdbdb7}
.shop-category-card i{
  position:absolute;
  right:18px;
  bottom:18px;
  font-style:normal;
  font-size:20px;
}

.shop-products-head{
  margin-top:64px;
}
.shop-products-head>p{
  max-width:500px;
  color:#6c6c66;
  font-size:12px;
  line-height:1.6;
  text-align:right;
}

.shop-v37 .shop-grid{
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.shop-v37 .shop-card{
  border:1px solid #e0e0da;
  border-radius:16px;
  box-shadow:none;
  background:#fff;
}
.shop-v37 .shop-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.shop-v37 .shop-featured{
  grid-column:span 1;
}
.shop-v37 .shop-art{
  height:210px;
  background:#f3f3ef;
  color:#58c855;
}
.shop-v37 .shop-art:after{
  background:linear-gradient(to top,rgba(0,0,0,.04),transparent 45%);
}
.shop-v37 .shop-art>span{
  left:12px;
  top:12px;
  color:#111;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.09);
}
.shop-v37 .shop-art.has-photo{
  background:#f3f3ef;
}
.shop-v37 .shop-card-body{
  padding:18px 18px 20px;
}
.shop-v37 .shop-card h3{
  font-size:20px;
  line-height:1.12;
}
.shop-v37 .shop-card p{
  color:#73736d;
  font-size:12px;
  min-height:58px;
}
.shop-v37 .shop-price-row{
  padding-top:14px;
  border-top:1px solid #ecece6;
}
.shop-v37 .shop-price-row strong{
  max-width:55%;
  font-size:12px;
  line-height:1.35;
}
.shop-v37 .mini-btn{
  background:#111;
  border-radius:9px;
  padding:10px 12px;
}
.shop-note-v37{
  margin-top:28px;
  padding:18px 20px;
  border:1px solid #e2e2dc;
  border-radius:14px;
  background:#fafaf7;
}

@media(max-width:1050px){
  .shop-market-hero{
    grid-template-columns:1fr;
  }
  .shop-market-visual{
    min-height:410px;
  }
  .shop-category-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .shop-v37 .shop-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:720px){
  .shop-promo-bar{
    margin:0 -18px 24px;
    padding:10px 18px;
    justify-content:flex-start;
    overflow:auto;
    white-space:nowrap;
  }
  .shop-market-hero{
    padding:28px 20px;
    border-radius:20px;
  }
  .shop-market-copy h2{
    font-size:42px;
    letter-spacing:-2px;
  }
  .shop-benefits{
    grid-template-columns:1fr;
    gap:14px;
  }
  .shop-market-visual{
    min-height:310px;
  }
  .market-card-tshirt{width:66%;height:67%}
  .market-card-pen{width:60%;height:45%}
  .market-card-sign{width:46%;height:40%}
  .shop-browser-head,
  .shop-products-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .shop-products-head>p{text-align:left}
  .shop-category-grid{
    grid-template-columns:1fr;
  }
  .shop-v37 .shop-grid{
    grid-template-columns:1fr;
  }
}


/* V38 — kategori me ngjyra të ndryshme */
.shop-category-card[data-filter="Promocionale"]{
  background:linear-gradient(180deg,#fff7ef 0%, #fff2e0 100%) !important;
  border-color:#ffd3a5 !important;
}
.shop-category-card[data-filter="Promocionale"] .category-index,
.shop-category-card[data-filter="Promocionale"] small{color:#8f5e21}
.shop-category-card[data-filter="Promocionale"]:hover,
.shop-category-card[data-filter="Promocionale"].active{
  background:linear-gradient(135deg,#ff9f2d,#ff7b1f) !important;
  border-color:#ff8b22 !important;
  color:#fff !important;
}

.shop-category-card[data-filter="Tekstil"]{
  background:linear-gradient(180deg,#f3fbef 0%, #e9f8de 100%) !important;
  border-color:#bfe89b !important;
}
.shop-category-card[data-filter="Tekstil"] .category-index,
.shop-category-card[data-filter="Tekstil"] small{color:#44742a}
.shop-category-card[data-filter="Tekstil"]:hover,
.shop-category-card[data-filter="Tekstil"].active{
  background:linear-gradient(135deg,#9fd62d,#58c855) !important;
  border-color:#72ca43 !important;
  color:#08200a !important;
}
.shop-category-card[data-filter="Tekstil"]:hover small,
.shop-category-card[data-filter="Tekstil"].active small,
.shop-category-card[data-filter="Tekstil"]:hover .category-index,
.shop-category-card[data-filter="Tekstil"].active .category-index{
  color:#103812 !important;
}

.shop-category-card[data-filter="Print"]{
  background:linear-gradient(180deg,#eef6ff 0%, #e2efff 100%) !important;
  border-color:#b4d2ff !important;
}
.shop-category-card[data-filter="Print"] .category-index,
.shop-category-card[data-filter="Print"] small{color:#28578b}
.shop-category-card[data-filter="Print"]:hover,
.shop-category-card[data-filter="Print"].active{
  background:linear-gradient(135deg,#4d8eff,#2b63d9) !important;
  border-color:#3e77ea !important;
  color:#fff !important;
}

.shop-category-card[data-filter="Sinjalistikë"]{
  background:linear-gradient(180deg,#f7f2ff 0%, #eee4ff 100%) !important;
  border-color:#d0b8ff !important;
}
.shop-category-card[data-filter="Sinjalistikë"] .category-index,
.shop-category-card[data-filter="Sinjalistikë"] small{color:#6640a8}
.shop-category-card[data-filter="Sinjalistikë"]:hover,
.shop-category-card[data-filter="Sinjalistikë"].active{
  background:linear-gradient(135deg,#8e57ff,#6f35ec) !important;
  border-color:#7b41f5 !important;
  color:#fff !important;
}

.shop-category-card:hover small,
.shop-category-card.active small,
.shop-category-card:hover .category-index,
.shop-category-card.active .category-index{
  color:rgba(255,255,255,.82) !important;
}


/* V39 — Shënimet e produktit në hapin e parë */
.config-notes-field{
  margin-top:14px;
}
.config-notes-field textarea{
  min-height:96px !important;
  resize:vertical;
}
#productNotesHelp{
  display:block;
  margin-top:6px;
  font-size:10px;
  line-height:1.45;
  color:#7a7a74;
}
.cart-item-note,
.checkout-item-note{
  display:block;
  margin-top:6px;
  font-size:11px;
  line-height:1.45;
  color:#666;
}
.checkout-item-note{
  margin-top:4px;
}


/* V40 — Upload skedarësh te hapi i produktit */
.config-upload-field{
  margin-top:14px;
}
#productUploadField .file-drop{
  background:#fff;
}
#productUploadHelp{
  display:block;
  margin-top:6px;
  font-size:10px;
  line-height:1.45;
  color:#7a7a74;
}


/* V41 — slider i punimeve në hero */
.hero-visual{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-height:560px;
}
.hero-work-slider{
  position:relative;
  width:min(92%,620px);
  height:390px;
  border:1px solid #303030;
  border-radius:24px;
  overflow:hidden;
  background:#111;
  box-shadow:0 45px 90px rgba(0,0,0,.55);
}
.hero-work-slides{
  position:relative;
  width:100%;
  height:100%;
}
.hero-work-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .6s ease, visibility .6s ease;
}
.hero-work-slide.active{
  opacity:1;
  visibility:visible;
}
.hero-work-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hero-work-slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.12) 48%,rgba(0,0,0,.04) 100%);
}
.hero-work-slide figcaption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:4px;
  color:#fff;
}
.hero-work-slide figcaption span{
  font-size:9px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--accent);
}
.hero-work-slide figcaption strong{
  font-family:"Space Grotesk";
  font-size:24px;
  letter-spacing:-.7px;
}
.hero-slider-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(8,8,8,.62);
  backdrop-filter:blur(8px);
  color:#fff;
  font-size:28px;
  display:grid;
  place-items:center;
  cursor:pointer;
  opacity:.9;
}
.hero-slider-nav:hover{
  background:rgba(20,20,20,.9);
}
.hero-slider-prev{left:14px}
.hero-slider-next{right:14px}
.hero-slider-dots{
  position:absolute;
  z-index:5;
  right:20px;
  bottom:22px;
  display:flex;
  gap:7px;
}
.hero-slider-dots button{
  width:7px;
  height:7px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.4);
  padding:0;
  cursor:pointer;
}
.hero-slider-dots button.active{
  width:22px;
  border-radius:999px;
  background:var(--accent-gradient);
}
@media(max-width:900px){
  .hero-visual{
    min-height:420px;
    justify-content:center;
  }
  .hero-work-slider{
    width:100%;
    height:360px;
  }
}
@media(max-width:560px){
  .hero-visual{
    min-height:300px;
  }
  .hero-work-slider{
    height:280px;
    border-radius:18px;
  }
  .hero-work-slide figcaption{
    left:16px;
    right:16px;
    bottom:16px;
  }
  .hero-work-slide figcaption strong{
    font-size:19px;
  }
  .hero-slider-dots{
    right:16px;
    bottom:18px;
  }
  .hero-slider-nav{
    width:36px;
    height:36px;
    font-size:24px;
  }
}


/* V42 — hero slider si LED wall ne prospektive */
.hero-visual{
  perspective:1800px;
  align-items:center;
  justify-content:flex-end;
}
.hero-work-slider{
  width:min(96%,640px);
  height:400px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:#0b0b0b;
  box-shadow:
    0 38px 80px rgba(0,0,0,.62),
    inset 0 0 0 2px rgba(255,255,255,.03),
    inset 0 0 40px rgba(255,255,255,.03);
  transform:perspective(1800px) rotateY(-18deg) rotateX(5deg) translateX(18px) translateY(-38px);
  transform-style:preserve-3d;
  overflow:visible;
}
.hero-work-slider::before{
  content:"";
  position:absolute;
  inset:-14px -18px -18px 18px;
  border-radius:34px;
  background:linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.01));
  border:1px solid rgba(255,255,255,.04);
  z-index:-2;
  filter:blur(0.2px);
}
.hero-work-slider::after{
  content:"";
  position:absolute;
  left:8%;
  right:-4%;
  bottom:-30px;
  height:40px;
  border-radius:50%;
  background:radial-gradient(ellipse at center, rgba(0,0,0,.42), rgba(0,0,0,0) 72%);
  z-index:-3;
  pointer-events:none;
}
.hero-work-slides{
  border-radius:24px;
  overflow:hidden;
  background:#090909;
}
.hero-work-slide img{
  object-fit:cover;
}
.hero-work-slide:after{
  background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.22) 44%,rgba(0,0,0,.04) 100%);
}
.hero-work-slide figcaption{
  left:22px;
  right:22px;
  bottom:18px;
}
.hero-work-slide figcaption strong{
  font-size:22px;
}
.hero-slider-nav,
.hero-slider-dots{
  display:none !important;
}
@media(max-width:900px){
  .hero-work-slider{
    transform:perspective(1400px) rotateY(-10deg) rotateX(3deg) translateX(0) translateY(-22px);
    width:100%;
    height:360px;
  }
}
@media(max-width:560px){
  .hero-visual{
    perspective:none;
    justify-content:center;
  }
  .hero-work-slider{
    height:260px;
    transform:translateY(-10px);
    border-radius:18px;
  }
  .hero-work-slider::before,
  .hero-work-slider::after{
    display:none;
  }
}


/* V54 — Adeziv: përmasa si në foton referencë */
#productQtyField.is-hidden{
  display:none !important;
}
.area-dimension-wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr);
  gap:10px;
  align-items:end;
  margin:4px 0 12px;
}
.area-dimension-wrap .dimension-field{
  margin:0;
}
.area-dimension-wrap .dimension-field > span{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:8px;
}
.area-dimension-wrap .dimension-field > span small{
  font-size:10px;
  color:#777;
  letter-spacing:0;
  text-transform:none;
}
.area-dimension-wrap .dimension-field input{
  height:58px;
  padding:0 12px;
  border:1px solid #d8d8d2;
  border-radius:12px;
  background:#fff;
  color:#111;
  font-size:22px;
  font-weight:800;
  text-align:center;
}
.dimension-multiply{
  height:58px;
  display:grid;
  place-items:center;
  color:#777;
  font-size:30px;
  font-weight:500;
}
.product-area-total{
  display:grid;
  grid-template-columns:1fr auto;
  gap:3px 16px;
  align-items:center;
  margin:0 0 14px;
  padding:14px 16px;
  border:1px solid #d9e9bf;
  border-radius:12px;
  background:linear-gradient(135deg,#f7fce8,#eef8ee);
}
.product-area-total span{
  font-size:10px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:#56643e;
}
.product-area-total strong{
  font-size:22px;
  color:#111;
  white-space:nowrap;
}
.product-area-total small{
  grid-column:1/-1;
  font-size:10px;
  color:#787870;
}
@media(max-width:560px){
  .area-dimension-wrap{
    grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);
    gap:6px;
  }
  .area-dimension-wrap .dimension-field input{
    height:54px;
    font-size:18px;
  }
  .dimension-multiply{
    height:54px;
    font-size:24px;
  }
}


/* V64 — Formulari i ofertës: ruaj pamjen ekzistuese, vetëm fushat e bardha me tekst të zi */
#oferta input,
#oferta select,
#oferta textarea,
.quote-form input,
.quote-form select,
.quote-form textarea,
#quoteForm input,
#quoteForm select,
#quoteForm textarea{
  background:#fff !important;
  color:#111 !important;
}

#oferta input::placeholder,
#oferta textarea::placeholder,
.quote-form input::placeholder,
.quote-form textarea::placeholder,
#quoteForm input::placeholder,
#quoteForm textarea::placeholder{
  color:#666 !important;
  opacity:1 !important;
}

#oferta select option,
.quote-form select option,
#quoteForm select option{
  background:#fff !important;
  color:#111 !important;
}


/* V66 — BLI / SHOP ONLINE, buton pak më i madh */
.nav-shop-cta{
  min-width:110px !important;
  min-height:58px !important;
  padding:8px 22px !important;
  display:inline-flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:1px !important;
  line-height:1 !important;
}

.nav-shop-cta .nav-shop-buy{
  display:block;
  font-size:20px;
  line-height:1;
  font-weight:900;
  letter-spacing:.3px;
}

.nav-shop-cta .nav-shop-sub{
  display:block;
  margin-top:3px;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:1px;
  white-space:nowrap;
}

@media(max-width:760px){
  .nav-shop-cta{
    min-width:100px !important;
    min-height:54px !important;
    padding:7px 18px !important;
  }
  .nav-shop-cta .nav-shop-buy{
    font-size:18px;
  }
  .nav-shop-cta .nav-shop-sub{
    font-size:7px;
  }
}


/* V68 — Logo si buton për t'u kthyer te faqja e parë */
.brand{
  cursor:pointer;
  text-decoration:none;
}
.brand,
.brand *{
  pointer-events:auto;
}


/* V69 — e gjithë zona e logos është klikueshme */
#homeLogoLink{
  position:relative;
  z-index:35;
  display:flex;
  align-items:center;
  cursor:pointer;
  text-decoration:none;
}
#homeLogoLink .site-logo{
  display:block;
  pointer-events:none;
}
