
:root{--bg:#120404;--bg2:#1c0606;--panel:#180606;--gold:#efa900;--line:rgba(239,169,0,.30);--text:#f7f3ef;--muted:#cfc3bc;--max:1540px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.48}body.admin-bar .site-header{top:32px}a{text-decoration:none;color:inherit}.container{width:min(calc(100% - 72px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(18,4,4,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}
.header-inner{height:86px;display:flex;align-items:center;gap:34px}.brand{display:flex;flex-direction:column;min-width:270px}.brand-main{font-size:46px;line-height:.9;letter-spacing:.10em;color:var(--gold);font-weight:400}.brand-sub{font-size:11px;letter-spacing:.18em;margin-top:10px;color:#d8cfca}.custom-logo{max-height:62px;width:auto}
.primary-nav{flex:1}.kobe-menu{display:flex;justify-content:center;align-items:center;gap:31px;list-style:none;padding:0;margin:0}.kobe-menu a{display:block;padding:33px 0 27px;font-size:13px;border-bottom:2px solid transparent}.kobe-menu a:hover{color:var(--gold);border-color:var(--gold)}
.header-cta,.btn{border:1px solid var(--gold);color:var(--gold);display:inline-flex;align-items:center;justify-content:center;transition:.2s}.header-cta{padding:14px 20px;font-size:13px;white-space:nowrap}.header-cta:hover,.btn:hover{background:var(--gold);color:#160505}.menu-toggle{display:none;background:transparent;border:0}.menu-toggle span{width:26px;height:2px;background:var(--gold);display:block;margin:5px}
.hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 28% 50%,#300909 0,#1b0606 34%,#110404 68%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:47% 53%;min-height:470px}.hero-copy{padding:38px 0 34px;z-index:2}.hero h1{font-size:46px;line-height:1.05;margin:0 0 14px;letter-spacing:-.02em}.hero h1 span{color:var(--gold)}.hero p{font-size:16px;line-height:1.5;max-width:660px;margin:0;color:#eee7e2}.accent-rule{width:48px;border-top:1px solid var(--gold);margin:20px 0}
.hero-features{display:grid;grid-template-columns:repeat(3,1fr);max-width:720px;margin-top:0}.feature{display:flex;gap:14px;min-height:62px;padding:4px 18px 4px 0;border-right:1px solid var(--line)}.feature:not(:first-child){padding-left:18px}.feature:last-child{border-right:0}.feature-icon{font-size:28px;line-height:1;color:var(--gold);min-width:30px}.feature strong{display:block;font-size:12px}.feature small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.btn{font-size:12px;padding:11px 18px;margin-top:22px}.btn span{font-size:19px;margin-left:14px}
.hero-visual{min-height:470px;margin-right:-36px;background-image:linear-gradient(90deg,#170505 0%,rgba(23,5,5,.5) 10%,transparent 35%),url("../img/hero-pcb-temp.jpg");background-size:cover;background-position:center center;filter:saturate(.88) brightness(.93)}
.capabilities{background:linear-gradient(#1a0606,#140505);border-bottom:1px solid var(--line)}.capability-grid{display:grid;grid-template-columns:repeat(6,1fr)}.capability-grid article{padding:20px 24px 24px;min-height:180px;border-right:1px solid var(--line)}.capability-grid article:last-child{border-right:0}.line-icon{height:42px;color:var(--gold);font-size:30px;font-weight:300}.capability-grid h3{font-size:12px;font-weight:500;margin:9px 0 8px}.capability-grid p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}
.lower{background:linear-gradient(#160505,#100303)}.lower-grid{display:grid;grid-template-columns:1.05fr 1.6fr 1.45fr 1.45fr}.panel{min-height:285px;padding:20px 28px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.panel:last-child{border-right:0}.panel h2{font-size:15px;font-weight:400;color:var(--gold);margin:0 0 14px}.markets ul,.why ul{list-style:none;margin:0;padding:0}.markets li,.why li{font-size:12px;margin:8px 0}.markets li:before,.why li:before{content:"◉";font-size:10px;color:var(--gold);margin-right:10px}.eyebrow{font-size:11px;letter-spacing:.17em;color:var(--gold)}.process h2{font-size:24px;color:#fff;margin:9px 0 10px}.process p{font-size:16px;margin:0 0 15px;max-width:380px}.flow{font-size:11px;color:#d7cbc4;border-left:2px solid var(--gold);padding-left:12px;line-height:1.55}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 12px}.tech-grid span{text-align:center;font-size:10px;line-height:1.25}.tech-grid span:before{content:attr(data-i);display:block;color:var(--gold);font-size:27px;height:34px}.why .btn{margin-top:10px}
.site-footer{background:#100303;border-top:1px solid var(--line)}.footer-grid{min-height:115px;display:grid;grid-template-columns:1.1fr 1.8fr 2fr;gap:30px;align-items:center}.footer-contact{display:grid;grid-template-columns:1fr 1fr;gap:22px;font-size:12px}.footer-copy{font-size:12px;color:#d1c4bd;border-left:1px solid var(--line);padding-left:28px}.indent{padding-left:24px}.footer-brand .brand-main{font-size:40px}.footer-brand .brand-sub{font-size:9px}
.basic-page{padding:60px 0;min-height:60vh}.entry-content{max-width:900px}
@media(max-width:1250px){.header-cta{display:none}.kobe-menu{gap:20px}.capability-grid{grid-template-columns:repeat(3,1fr)}.lower-grid{grid-template-columns:1fr 1fr}.panel:nth-child(2){border-right:0}}
@media(max-width:860px){body.admin-bar .site-header{top:46px}.container{width:min(calc(100% - 30px),var(--max))}.header-inner{height:72px}.brand{min-width:auto}.brand-main{font-size:34px}.brand-sub{font-size:8px}.menu-toggle{display:block;margin-left:auto}.primary-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#150505;border-bottom:1px solid var(--line)}.primary-nav.open{display:block}.kobe-menu{display:block;padding:12px 22px 20px}.kobe-menu a{padding:11px 0}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:36px 0 24px}.hero h1{font-size:38px}.hero-features{grid-template-columns:1fr;gap:12px}.feature{border-right:0;border-left:1px solid var(--line);padding-left:14px!important}.hero-visual{min-height:300px;margin:0 -15px}.capability-grid{grid-template-columns:1fr 1fr}.lower-grid{grid-template-columns:1fr}.panel{border-right:0}.footer-grid{grid-template-columns:1fr;padding:24px 0}.footer-contact{grid-template-columns:1fr}.footer-copy{border-left:0;padding-left:0}}
@media(max-width:560px){.hero h1{font-size:33px}.capability-grid{grid-template-columns:1fr}.tech-grid{grid-template-columns:1fr 1fr}}

/* v0.3 — official brand and premium icon pass */
.brand-image{display:flex;flex-direction:column;justify-content:center;min-width:275px}
.brand-image img{display:block;width:174px;height:auto;object-fit:contain}
.brand-image>span{font-size:10px;letter-spacing:.19em;color:#d8cfca;margin-top:5px}
.footer-brand.brand-image img{width:150px}
.footer-brand.brand-image>span{font-size:8px}

.line-icon{height:45px}
.line-icon svg{width:38px;height:38px;fill:none;stroke:var(--gold);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

.tech-grid span:before{display:block;color:var(--gold);font-size:0;height:36px;margin:0 auto 4px;background-position:center;background-repeat:no-repeat;background-size:30px 30px}
.tech-grid span[data-icon="chip"]:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23efa900' stroke-width='2'%3E%3Crect x='13' y='13' width='22' height='22' rx='2'/%3E%3Cpath d='M18 18h12v12H18zM18 5v8M25 5v8M32 5v8M18 35v8M25 35v8M32 35v8M5 18h8M5 25h8M5 32h8M35 18h8M35 25h8M35 32h8'/%3E%3C/svg%3E")}
.tech-grid span[data-icon="power"]:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23efa900' stroke-width='2'%3E%3Cpath d='M28 4L13 27h12l-5 17 15-23H23z'/%3E%3C/svg%3E")}
.tech-grid span[data-icon="wireless"]:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23efa900' stroke-width='2'%3E%3Cpath d='M6 18c10-10 26-10 36 0M12 25c7-7 17-7 24 0M18 32c3-3 9-3 12 0'/%3E%3Ccircle cx='24' cy='39' r='1.5' fill='%23efa900'/%3E%3C/svg%3E")}
.tech-grid span[data-icon="sensor"]:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23efa900' stroke-width='2'%3E%3Ccircle cx='24' cy='24' r='5'/%3E%3Cpath d='M24 7v7M24 34v7M7 24h7M34 24h7M12 12l5 5M31 31l5 5M36 12l-5 5M17 31l-5 5'/%3E%3C/svg%3E")}
.tech-grid span[data-icon="interface"]:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23efa900' stroke-width='2'%3E%3Crect x='8' y='11' width='32' height='26' rx='2'/%3E%3Cpath d='M14 29l6-7 5 5 5-9 4 6'/%3E%3C/svg%3E")}
.tech-grid span[data-icon="communication"]:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23efa900' stroke-width='2'%3E%3Cpath d='M7 16h28M29 10l6 6-6 6M41 32H13M19 26l-6 6 6 6'/%3E%3C/svg%3E")}

.hero-visual{position:relative}
.hero-visual:after{content:"OEM ELECTRONICS • R&D • PRODUCTION";position:absolute;right:28px;bottom:17px;font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.38)}
@media(max-width:860px){.brand-image{min-width:auto}.brand-image img{width:145px}.brand-image>span{font-size:7px}}

/* v0.3.1 — approved KOBE logo */
.brand-image img{
  width:220px;
  height:64px;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.brand-image>span{display:none}
.footer-brand.brand-image img{
  width:205px;
  height:72px;
}
@media(max-width:860px){
  .brand-image img{width:170px;height:54px}
}


/* =========================================================
   KOBE OEM v0.3.2 — logo enlarged x2 and header rebalanced
   ========================================================= */

.site-header{
  min-height:140px;
}

.header-inner{
  min-height:140px;
  height:auto;
  display:flex;
  align-items:center;
  gap:36px;
}

.brand-image{
  min-width:360px;
  flex:0 0 360px;
}

.brand-image img{
  width:340px !important;
  height:116px !important;
  max-width:none !important;
  object-fit:contain;
  object-position:left center;
  display:block;
}

.primary-nav{
  flex:1 1 auto;
}

.kobe-menu{
  gap:28px;
}

.header-cta{
  flex:0 0 auto;
}

.footer-brand.brand-image{
  min-width:320px;
  flex:0 0 320px;
}

.footer-brand.brand-image img{
  width:300px !important;
  height:104px !important;
}

/* keep hero composition aligned with the enlarged header */
.hero-grid{
  min-height:470px;
}

/* WordPress admin bar correction */
body.admin-bar .site-header{
  top:32px;
}

@media(max-width:1350px){
  .brand-image{
    min-width:300px;
    flex-basis:300px;
  }
  .brand-image img{
    width:285px !important;
    height:98px !important;
  }
  .kobe-menu{
    gap:20px;
  }
}

@media(max-width:1100px){
  .header-cta{
    display:none;
  }
  .brand-image{
    min-width:280px;
    flex-basis:280px;
  }
}

@media(max-width:860px){
  body.admin-bar .site-header{
    top:46px;
  }

  .site-header{
    min-height:92px;
  }

  .header-inner{
    min-height:92px;
  }

  .brand-image{
    min-width:auto;
    flex:0 1 auto;
  }

  .brand-image img{
    width:220px !important;
    height:78px !important;
  }

  .primary-nav{
    top:92px;
  }

  .footer-brand.brand-image{
    min-width:0;
    flex-basis:auto;
  }

  .footer-brand.brand-image img{
    width:240px !important;
    height:86px !important;
  }
}

/* =========================================================
   KOBE OEM v0.4 — pagina SOLUZIONI / ILLUMINAZIONE
   ========================================================= */
.lighting-hero{background:radial-gradient(circle at 72% 45%,#35100c 0,#1b0605 38%,#120404 72%);border-bottom:1px solid rgba(239,169,0,.42);padding:72px 0}
.lighting-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}
.eyebrow,.section-kicker{font-size:12px;letter-spacing:.18em;color:var(--gold);font-weight:700;margin-bottom:18px}
.lighting-copy h1{font-size:58px;line-height:1.02;margin:0 0 24px;color:#fff}
.lighting-copy h1 em{font-style:normal;color:var(--gold)}
.lighting-lead{max-width:690px;font-size:19px;line-height:1.55;color:#eee}
.lighting-actions{display:flex;gap:16px;margin-top:34px;flex-wrap:wrap}
.btn-gold,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid var(--gold);font-size:12px;font-weight:700;text-decoration:none}
.btn-gold{color:var(--gold)} .btn-ghost{color:#fff;border-color:rgba(255,255,255,.35)}
.lighting-tech-card{height:390px;position:relative;overflow:hidden;border:1px solid rgba(239,169,0,.45);background:linear-gradient(145deg,#0c0c0c,#1d0907 55%,#080808)}
.pcb-lines{position:absolute;inset:0;opacity:.35;background-image:linear-gradient(90deg,transparent 49%,rgba(239,169,0,.25) 50%,transparent 51%),linear-gradient(transparent 49%,rgba(239,169,0,.17) 50%,transparent 51%);background-size:58px 58px;transform:perspective(500px) rotateX(55deg) scale(1.4)}
.tech-card-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.tech-card-content span{letter-spacing:.22em;color:var(--gold);font-size:12px}
.tech-card-content strong{font-size:108px;line-height:1;color:#fff;letter-spacing:.04em}
.tech-card-content small{color:#d8cfca;letter-spacing:.08em}
.lighting-intro{padding:76px 0;background:#100303}
.lighting-intro h2,.lighting-rd h2,.lighting-cta h2{font-size:38px;line-height:1.15;margin:0 0 20px;color:#fff}
.lighting-intro h2 span{color:#d7d0cb;font-weight:400}
.section-intro{max-width:850px;font-size:17px;line-height:1.65;color:#d7d0cb}
.lighting-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:46px;border-top:1px solid rgba(239,169,0,.35);border-left:1px solid rgba(239,169,0,.35)}
.lighting-grid article{padding:34px;min-height:230px;border-right:1px solid rgba(239,169,0,.35);border-bottom:1px solid rgba(239,169,0,.35)}
.lighting-grid h3{font-size:17px;color:#fff;margin:14px 0 10px}.lighting-grid p{font-size:14px;line-height:1.55;color:#d7d0cb;margin:0}
.l-icon{font-size:28px;color:var(--gold)}
.lighting-rd{padding:76px 0;background:linear-gradient(90deg,#190504,#100303)}
.lighting-rd-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.lighting-rd p{font-size:16px;line-height:1.65;color:#d7d0cb}
.rd-points{border-top:1px solid rgba(239,169,0,.4)}
.rd-points div{display:flex;align-items:center;gap:22px;padding:18px 4px;border-bottom:1px solid rgba(239,169,0,.28)}
.rd-points b{font-size:12px;color:var(--gold);letter-spacing:.12em}.rd-points span{color:#fff;font-size:15px}
.lighting-values{padding:62px 0;background:#0e0303}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(239,169,0,.35)}
.value-grid>div{padding:28px;border-right:1px solid rgba(239,169,0,.35)}.value-grid>div:last-child{border-right:0}
.value-grid strong{color:var(--gold);font-size:13px;letter-spacing:.08em}.value-grid p{color:#d7d0cb;font-size:13px;line-height:1.55}
.lighting-cta{padding:78px 0;text-align:center;background:radial-gradient(circle at center,#2a0b08,#100303 65%)}
.lighting-cta>div>span{font-size:11px;letter-spacing:.2em;color:var(--gold)}
.lighting-cta h2{font-size:42px;margin:14px auto 30px}
.lighting-values a,.markets a{color:inherit;text-decoration:none}
@media(max-width:1000px){
 .lighting-hero-grid,.lighting-rd-grid{grid-template-columns:1fr}
 .lighting-tech-card{height:300px}.lighting-grid{grid-template-columns:repeat(2,1fr)}
 .value-grid{grid-template-columns:repeat(2,1fr)}.value-grid>div:nth-child(2){border-right:0}
}
@media(max-width:650px){
 .lighting-hero{padding:44px 0}.lighting-copy h1{font-size:39px}.lighting-lead{font-size:16px}
 .lighting-grid,.value-grid{grid-template-columns:1fr}.lighting-grid article{min-height:auto}
 .value-grid>div{border-right:0;border-bottom:1px solid rgba(239,169,0,.35)}
 .lighting-intro h2,.lighting-rd h2,.lighting-cta h2{font-size:30px}
}

/* =========================================================
   KOBE OEM v0.4.1 — Lighting refinement
   ========================================================= */
.lighting-tech-card{
  background:
    radial-gradient(circle at 70% 30%,rgba(239,169,0,.12),transparent 34%),
    linear-gradient(145deg,#0b0b0b,#180706 62%,#090909);
}
.lighting-pcb-art{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.pcb-board{
  width:82%; height:66%;
  position:relative;
  border:1px solid rgba(239,169,0,.42);
  background:
    linear-gradient(90deg,rgba(239,169,0,.08) 1px,transparent 1px),
    linear-gradient(rgba(239,169,0,.08) 1px,transparent 1px),
    linear-gradient(145deg,#111,#1c0b08 58%,#0a0a0a);
  background-size:32px 32px,32px 32px,auto;
  box-shadow:0 0 45px rgba(0,0,0,.65), inset 0 0 35px rgba(239,169,0,.04);
  transform:perspective(800px) rotateX(56deg) rotateZ(-7deg);
}
.pcb-board:before{
  content:"";
  position:absolute; inset:8%;
  border:1px solid rgba(239,169,0,.18);
}
.chip,.cap,.conn,.trace{position:absolute;display:block}
.chip{background:#151515;border:1px solid #5c4a2a;box-shadow:0 0 8px rgba(239,169,0,.15)}
.c1{width:26%;height:30%;left:45%;top:28%}
.c2{width:12%;height:15%;left:20%;top:22%}
.c3{width:10%;height:12%;left:26%;top:58%}
.cap{width:5.5%;height:18%;border-radius:50%;background:linear-gradient(90deg,#2b2b2b,#111);border:1px solid #6b5b37}
.cap1{left:73%;top:22%}.cap2{left:15%;top:50%}
.conn{background:#d9c9ae;border:1px solid #846c3c}
.conn1{width:17%;height:9%;left:6%;bottom:8%}
.conn2{width:13%;height:9%;right:7%;top:10%}
.trace{height:1px;background:rgba(239,169,0,.5);transform-origin:left center}
.t1{width:31%;left:20%;top:35%;transform:rotate(12deg)}
.t2{width:28%;left:39%;top:63%;transform:rotate(-17deg)}
.t3{width:24%;left:63%;top:47%;transform:rotate(18deg)}
.t4{width:22%;left:11%;top:73%;transform:rotate(-8deg)}
.ledmark{position:absolute;right:7%;bottom:7%;font-size:8px;letter-spacing:.14em;color:rgba(239,169,0,.55)}
.tech-card-content.compact{
  align-items:flex-start;
  justify-content:flex-end;
  padding:0 0 26px 30px;
  background:linear-gradient(180deg,transparent 48%,rgba(8,8,8,.72));
}
.tech-card-content.compact span{font-size:10px}
.tech-card-content.compact strong{font-size:64px;line-height:.9}
.tech-card-content.compact small{font-size:11px;letter-spacing:.06em}

.lighting-intro h2{
  max-width:980px;
}
.lighting-grid article{
  transition:background .2s ease, transform .2s ease;
}
.lighting-grid article:hover{
  background:rgba(239,169,0,.025);
  transform:translateY(-2px);
}
.lighting-rd{
  border-top:1px solid rgba(239,169,0,.18);
  border-bottom:1px solid rgba(239,169,0,.18);
}
.value-grid>div{
  transition:background .2s ease;
}
.value-grid>div:hover{
  background:rgba(239,169,0,.025);
}
.lighting-cta{
  border-top:1px solid rgba(239,169,0,.18);
}

/* =========================================================
   KOBE OEM v0.4.3 — hero Lighting finale
   PCB senza cornice esterna, integrato nello sfondo del sito
   ========================================================= */
.lighting-photo-card.final-photo{
  position:relative;
  height:auto !important;
  aspect-ratio:16/10;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.lighting-pcb-photo.final-pcb-photo{
  display:block;
  width:100%;
  height:100%;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  mix-blend-mode:normal;
}

/* Blend the image edges gently into the site background */
.lighting-photo-card.final-photo:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(18,4,4,.30) 0%, transparent 10%, transparent 92%, rgba(18,4,4,.18) 100%),
    linear-gradient(180deg, rgba(18,4,4,.15) 0%, transparent 10%, transparent 90%, rgba(18,4,4,.20) 100%);
}

@media(max-width:900px){
  .lighting-photo-card.final-photo{
    aspect-ratio:16/10;
    margin-top:8px;
  }
}

/* =========================================================
   KOBE OEM v0.4.4 — integrazione sfondo hero Lighting
   ========================================================= */

/* Lo sfondo della hero viene portato allo stesso nero caldo della grafica PCB */
.lighting-hero{
  background:
    radial-gradient(circle at 83% 20%, rgba(121,64,8,.20) 0%, rgba(33,17,5,.08) 28%, transparent 48%),
    linear-gradient(90deg, #080404 0%, #070505 38%, #080807 64%, #090806 100%) !important;
}

/* Nessun contenitore o alone attorno all'immagine */
.lighting-photo-card.final-photo{
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

/* Nessuna maschera sovrapposta che faccia percepire un riquadro */
.lighting-photo-card.final-photo:after{
  display:none !important;
  content:none !important;
}

.lighting-pcb-photo.final-pcb-photo{
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  object-fit:contain !important;
}

/* Evita qualsiasi colore residuo delle versioni precedenti */
.lighting-tech-card,
.lighting-pcb-art{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* =========================================================
   KOBE OEM v0.4.5 — close-up PCB Lighting
   ========================================================= */
.lighting-photo-card.final-photo{
  aspect-ratio:16/9 !important;
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

.lighting-pcb-photo.final-pcb-photo{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.lighting-photo-card.final-photo:after{
  display:none !important;
  content:none !important;
}

/* =========================================================
   KOBE OEM v0.4.6 — PCB high resolution
   ========================================================= */
.lighting-photo-card.final-photo{
  aspect-ratio:12/7 !important;
  background:#070706 !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

.lighting-pcb-photo.final-pcb-photo{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  image-rendering:auto;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}

/* =========================================================
   KOBE OEM v0.4.7 — PCB sopra le scritte
   ========================================================= */

.lighting-hero-stacked{
  background:
    linear-gradient(180deg,#080504 0%,#090505 56%,#120404 100%) !important;
  padding:0 0 58px !important;
  border-bottom:1px solid rgba(239,169,0,.42);
}

.lighting-banner-wrap{
  width:min(calc(100% - 72px),1540px);
  padding-top:0;
}

.lighting-banner-img{
  display:block;
  width:100%;
  height:auto;
  max-height:640px;
  object-fit:cover;
  object-position:center 58%;
  border:0;
  outline:0;
  box-shadow:none;
  background:#060605;
}

.lighting-copy-below{
  padding-top:42px;
}

.lighting-copy-below .eyebrow{
  margin-bottom:18px;
}

.lighting-copy-below h1{
  font-size:58px;
  line-height:1.02;
  margin:0 0 22px;
  color:#fff;
  max-width:780px;
}

.lighting-copy-below h1 em{
  color:var(--gold);
  font-style:normal;
}

.lighting-copy-below .lighting-lead{
  max-width:760px;
  font-size:18px;
  line-height:1.55;
  color:#eee;
}

.lighting-copy-below .lighting-actions{
  margin-top:30px;
}

@media(max-width:900px){
  .lighting-banner-wrap{
    width:min(calc(100% - 30px),1540px);
  }
  .lighting-banner-img{
    max-height:none;
  }
  .lighting-copy-below{
    padding-top:30px;
  }
  .lighting-copy-below h1{
    font-size:40px;
  }
}

@media(max-width:600px){
  .lighting-copy-below h1{
    font-size:34px;
  }
}

/* =========================================================
   KOBE OEM v0.4.8 — crop PCB corretto
   ========================================================= */
.lighting-banner-img{
  width:100% !important;
  height:auto !important;
  max-height:620px !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block;
  background:#060605;
}
