
:root{--bg:#f7f7f5;--ink:#161616;--muted:#6a6a6a;--line:#e4e4e4;--dark:#0c0c0d;--dark2:#171718;--accent:#f2c200;--accent2:#2f7df4;--card:#fff;--radius:22px;--max:1240px;--shadow:0 20px 70px rgba(0,0,0,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topline{background:#050505;color:#fff;font-size:13px;text-align:center;padding:9px 16px;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:50;background:rgba(16,16,17,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07)}.nav{max-width:var(--max);margin:auto;display:flex;align-items:center;justify-content:space-between;padding:18px 22px}.logo{color:#fff;text-align:center;line-height:1;letter-spacing:.22em;font-weight:700}.logo span{display:block;font-size:11px;letter-spacing:.5em;font-weight:600;margin-top:4px;color:#d7d7d7}.logo .moon{color:var(--accent)}.menu{display:flex;gap:24px;align-items:center;color:#fff;font-size:14px}.menu a{opacity:.86}.menu a:hover{opacity:1;color:var(--accent)}.mobile-toggle{display:none;color:#fff;background:none;border:0;font-size:24px}.hero{background:radial-gradient(circle at 80% 20%,rgba(242,194,0,.22),transparent 26%),linear-gradient(140deg,#070707 0%,#161616 58%,#2d2d2d 100%);color:#fff;padding:84px 22px 68px}.hero-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:13px}.hero h1{font-size:clamp(42px,6vw,82px);line-height:.98;margin:16px 0 18px;letter-spacing:-.04em}.hero p{font-size:18px;color:#ddd;max-width:720px}.hero-actions,.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 20px;font-weight:700;border:1px solid transparent;transition:.2s ease}.btn-primary{background:#fff;color:#111}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(255,255,255,.18)}.btn-dark{background:#101010;color:#fff}.btn-accent{background:var(--accent);color:#111}.btn-ghost{border-color:rgba(255,255,255,.32);color:#fff}.btn-outline{border-color:#d8d8d8;background:#fff}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:28px;box-shadow:0 25px 80px rgba(0,0,0,.35)}.hero-card img{width:100%;max-height:420px;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(0,0,0,.4))}.section{padding:72px 22px}.container{max-width:var(--max);margin:auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0 0 12px;letter-spacing:-.03em}.section-lead{color:var(--muted);max-width:760px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;min-height:180px;box-shadow:0 10px 28px rgba(0,0,0,.04)}.category-card h3{margin:0 0 10px;font-size:22px}.category-card p{color:var(--muted);font-size:14px}.count{display:inline-flex;background:#111;color:#fff;border-radius:999px;padding:4px 10px;font-size:12px;margin-top:12px}.dark-section{background:#0a0a0b;color:#fff}.dark-section .section-lead,.dark-section p{color:#c9c9c9}.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 28px}.search{flex:1;min-width:260px;border:1px solid #ddd;border-radius:999px;padding:14px 18px;font-size:15px}.pill{border:1px solid #ddd;background:#fff;border-radius:999px;padding:12px 16px;font-weight:700;cursor:pointer}.pill.active{background:#111;color:#fff;border-color:#111}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:#fff;border-radius:20px;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;transition:.22s ease;min-height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-media{background:#fff;height:255px;display:flex;align-items:center;justify-content:center;padding:22px;border-bottom:1px solid #eee}.product-media img{max-height:220px;object-fit:contain}.placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#777;background:linear-gradient(135deg,#fafafa,#eee);border-radius:14px;padding:20px}.product-info{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.product-info small{color:#888;font-weight:700}.product-info h3{font-size:18px;line-height:1.25;margin:0}.product-info p{font-size:14px;color:#666;margin:0}.product-info .btn{margin-top:auto;padding:11px 15px;font-size:14px}.feature-band{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}.feature{background:#151515;color:#fff;border-radius:20px;padding:22px}.feature b{display:block;margin-bottom:8px}.feature p{margin:0;color:#ccc;font-size:14px}.page-title{background:#0a0a0b;color:#fff;padding:72px 22px}.page-title .container{display:grid;gap:10px}.breadcrumbs{color:#bbb;font-size:14px}.product-page{padding:50px 22px}.product-layout{max-width:var(--max);margin:auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:start}.gallery{display:grid;gap:16px}.main-image{background:#fff;border-radius:28px;padding:28px;min-height:470px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.main-image img{max-height:420px;object-fit:contain}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.thumb{border:1px solid #ddd;border-radius:14px;background:#fff;padding:8px;height:92px;display:flex;align-items:center;justify-content:center;cursor:pointer}.thumb img{max-height:76px;object-fit:contain}.product-summary h1{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:10px 0 18px}.meta{color:#777;font-weight:700}.product-summary .lead{font-size:18px;color:#555}.info-block{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;margin-top:20px}.info-block h2{font-size:24px;margin:0 0 14px}.info-block ul{padding-left:20px;margin:0}.info-block li{margin:7px 0}.spec-list{display:grid;gap:10px}.spec-row{padding-bottom:10px;border-bottom:1px solid #eee}.form-card{background:#fff;border-radius:26px;border:1px solid var(--line);padding:28px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field input,.field textarea,.field select{border:1px solid #d9d9d9;border-radius:14px;padding:13px 14px;font:inherit}.field textarea{min-height:130px}.legal{font-size:12px;color:#777}.footer{background:#050505;color:#fff;padding:54px 22px}.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.footer h4{margin:0 0 14px}.footer a,.footer p{color:#bbb}.footer a{display:block;margin:9px 0}.copyright{max-width:var(--max);margin:34px auto 0;padding-top:22px;border-top:1px solid #222;color:#888;font-size:13px}.notice{background:#fff7ce;border:1px solid #f2d66b;color:#5d4b00;border-radius:16px;padding:14px 16px}.doc-page{max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:36px}.doc-page h1{font-size:36px}.doc-page h2{font-size:24px;margin-top:32px}@media(max-width:980px){.hero-inner,.product-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid,.feature-band{grid-template-columns:repeat(2,1fr)}.menu{display:none;position:absolute;top:100%;left:0;right:0;background:#111;flex-direction:column;padding:18px}.menu.open{display:flex}.mobile-toggle{display:block}.nav{padding:16px 18px}}@media(max-width:600px){.hero{padding-top:58px}.product-grid,.category-grid,.feature-band,.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.product-media{height:220px}.main-image{min-height:320px}.thumbs{grid-template-columns:repeat(3,1fr)}}


/* === V2: closer to Explore Scientific Italy visual style === */
:root{--es-yellow:#f8c714;--es-blue:#2b2470;--es-indigo:#3828df;--es-text:#141615;--es-link:#35458f}
body{background:#fff;font-family:Montserrat,Inter,Arial,Helvetica,sans-serif;font-weight:300;color:var(--es-text)}
.topline{background:#141615;color:#fff;font-size:11px;padding:5px 16px}
.site-header{position:sticky;top:0;background:#fff!important;border-bottom:1px solid rgba(180,180,180,.4);box-shadow:none;backdrop-filter:none}.nav{max-width:1270px;padding:22px 80px}.logo{color:#141615;font-size:21px;letter-spacing:.28em}.logo span{color:#141615;font-size:8px;letter-spacing:.58em}.menu{color:#141615;font-size:12px;gap:30px}.menu a{opacity:1}.menu a:hover{color:#35458f}.mobile-toggle{color:#141615}.footer .logo{color:#fff}.footer .logo span{color:#d7d7d7}
.container.wide{max-width:1500px}.hero-italian{padding:0;background:#fff;color:#fff}.hero-italian-bg{position:relative;min-height:420px;overflow:hidden;background:linear-gradient(90deg,#2a246c 0 46%,#f7c918 46% 100%)}.hero-italian-bg:before{content:"";position:absolute;left:6%;top:32%;width:360px;height:360px;border:85px solid #3d36ee;border-radius:50%;opacity:.86}.hero-italian-bg:after{content:"";position:absolute;left:47%;top:28px;width:48%;height:310px;background:#f8c714;border-radius:150px 0 0 150px;box-shadow:0 30px 38px rgba(0,0,0,.22)}.hero-title-mark{position:absolute;left:17.1%;top:72px;width:12px;height:80px;background:#f8c714;border-radius:99px;z-index:3}.hero-italian-copy{position:absolute;left:18.8%;top:64px;z-index:3}.hero-italian-copy h1{margin:0;font-weight:800;letter-spacing:-.03em;line-height:1.05;font-size:clamp(46px,5.2vw,78px);color:#fff}.hero-italian-copy h1 span{color:#f8c714}.hero-italian-copy p{font-size:17px;margin:18px 0 0;color:rgba(255,255,255,.88)}.hero-italian-products{position:absolute;right:17%;top:28px;z-index:4;width:550px;height:330px}.hero-product{position:absolute;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(0,0,0,.22))}.hero-product-wsh{left:10px;bottom:30px;width:230px}.hero-product-clock{left:190px;top:-35px;width:220px}.hero-product-round{left:335px;bottom:40px;width:150px}.hero-product-small{left:470px;bottom:48px;width:118px}.hero-dot{position:absolute;background:#fbff4e;border-radius:50%;z-index:2;box-shadow:0 16px 24px rgba(0,0,0,.23)}.hero-dot-one{right:4%;top:28px;width:112px;height:112px}.hero-dot-two{left:28%;top:245px;width:78px;height:78px;background:#4339fb}.hero-pill{position:absolute;right:-1%;bottom:36px;width:310px;height:68px;border-radius:90px;background:rgba(255,255,170,.65);box-shadow:0 18px 25px rgba(0,0,0,.18);z-index:2}.compact-section{padding:38px 22px 56px}.italian-heading{text-align:center;font-weight:300;letter-spacing:.12em;color:#777;font-size:28px;margin:0 0 34px}.best-seller-row{display:grid;grid-template-columns:repeat(5,1fr);gap:38px;align-items:start}.italian-product{text-align:center;min-width:0}.italian-product-img{height:235px;display:flex;align-items:end;justify-content:center;padding:5px}.italian-product-img img{max-height:230px;object-fit:contain;margin:auto}.italian-product h3{font-weight:400;font-size:13px;line-height:1.35;color:#35458f;margin:22px auto 12px;max-width:240px}.mini-button{display:inline-flex;background:#333;color:#fff;border-radius:99px;padding:5px 14px;font-size:10px;font-weight:600}.mini-button:hover{background:#111}.art-section{padding:20px 22px 70px;background:#fff}.art-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.art-card{position:relative;display:block;overflow:hidden;border-radius:0;min-height:260px;background:#eee}.art-card img{width:100%;height:100%;min-height:260px;object-fit:cover;transition:.25s ease}.art-card:hover img{transform:scale(1.04)}.art-card span{position:absolute;left:24px;bottom:20px;background:rgba(255,255,255,.9);border-radius:99px;padding:9px 16px;font-weight:600;color:#141615}.light-info{padding:35px 22px 60px}.info-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:28px 0;text-align:center}.info-strip b{font-weight:500}.info-strip p{margin:8px auto 0;color:#777;max-width:330px;font-size:14px}.section{background:#fff}.section h2{font-weight:300}.dark-section{background:#fff!important;color:#141615!important}.dark-section .section-lead,.dark-section p{color:#777!important}.product-grid{grid-template-columns:repeat(4,1fr)}.product-card{border:0;border-radius:0;box-shadow:none;text-align:center;background:#fff}.product-card:hover{box-shadow:none;transform:none}.product-media{border:0;height:260px;background:#fff}.product-info small{font-weight:300;color:#777}.product-info h3{font-weight:400;color:#35458f;font-size:14px}.product-info p{font-size:13px}.product-info .btn{align-self:center;background:#333;color:#fff;border:0;border-radius:99px;padding:7px 15px;font-size:11px}.category-card{border-radius:0;border:0;box-shadow:none;border-top:1px solid #eee}.page-title{background:#f7f7f7;color:#141615}.breadcrumbs{color:#777}.footer{background:#141615}.feature-band{display:none}
@media(max-width:980px){.nav{padding:18px 22px}.hero-italian-bg{min-height:540px}.hero-italian-bg:after{left:12%;top:260px;width:80%;height:220px;border-radius:100px}.hero-italian-copy{left:10%;top:54px}.hero-title-mark{left:8%;top:62px}.hero-italian-products{left:10%;right:auto;top:250px;width:80%;height:240px}.hero-product-wsh{width:180px}.hero-product-clock{left:150px;width:165px}.hero-product-round{left:280px;width:115px}.hero-product-small{left:380px;width:90px}.best-seller-row{grid-template-columns:repeat(2,1fr)}.art-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.hero-italian-copy h1{font-size:42px}.hero-italian-products{transform:scale(.78);transform-origin:left top;width:115%}.best-seller-row,.art-grid,.info-strip{grid-template-columns:1fr}.italian-product-img{height:210px}}


/* === V3 fixes: real logo, banner geometry, Russian headings === */
.logo.logo-image{display:flex;align-items:center;justify-content:center;letter-spacing:0;line-height:1;min-width:160px;height:42px;color:transparent;font-size:0}
.logo.logo-image img{display:block;width:165px;max-height:55px;object-fit:contain}
.footer-logo{display:inline-flex;background:#fff;border-radius:3px;padding:10px 12px;margin-bottom:18px}
.footer-logo img{width:180px;height:auto;display:block}.footer .logo{display:none}
.hero-italian-bg{min-height:430px;overflow:hidden}
.hero-italian-bg:after{left:43%;width:57%;border-radius:160px 0 0 160px}
.hero-title-mark{left:14.6%;top:72px}
.hero-italian-copy{left:16.2%;top:65px;z-index:8;width:35%;min-width:430px;max-width:560px;pointer-events:none}
.hero-italian-copy h1{font-size:clamp(44px,4.6vw,66px);white-space:normal;text-shadow:0 8px 22px rgba(0,0,0,.18)}
.hero-italian-copy p{max-width:420px}.hero-italian-products{right:8%;top:24px;width:540px;z-index:5}.hero-product-wsh{width:210px}.hero-product-clock{left:174px;width:205px}.hero-product-round{left:322px;width:142px}.hero-product-small{left:445px;width:108px}.italian-heading{font-family:Montserrat,Inter,Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:.14em}
@media(max-width:1280px){.hero-italian-copy{left:10%;min-width:390px}.hero-title-mark{left:8.5%}.hero-italian-products{right:2%;transform:scale(.92);transform-origin:right top}.hero-italian-bg:after{left:45%;width:55%}}
@media(max-width:980px){.logo.logo-image{min-width:130px}.logo.logo-image img{width:145px}.hero-italian-copy{left:10%;width:80%;min-width:0;max-width:620px}.hero-italian-copy h1{font-size:48px;white-space:normal}.hero-title-mark{left:7.5%}.hero-italian-products{left:8%;right:auto;top:260px;transform:none;width:86%}}
@media(max-width:600px){.hero-italian-copy h1{font-size:38px}.hero-italian-copy p{font-size:14px}.hero-title-mark{height:62px}.hero-italian-products{transform:scale(.74);transform-origin:left top;width:130%}.footer-logo img{width:150px}}


/* === V4: closer to Italian homepage === */
.site-header{
  background:#fff!important;
  color:#161616!important;
  border-bottom:1px solid #e9e9e9!important;
  box-shadow:0 2px 10px rgba(0,0,0,.03);
  backdrop-filter:none!important;
}
.site-header .nav{padding:20px 22px}
.site-header .menu{color:#161616!important}
.site-header .menu a{color:#161616!important;opacity:.9;font-weight:600;font-size:13px}
.site-header .menu a:hover{color:#27349a!important}
.mobile-toggle{color:#161616!important}
.logo.logo-image{height:44px}
.logo.logo-image img{width:170px;max-height:44px}
.topline{font-size:12px;padding:7px 16px;background:#0a0a0a}

.hero-italian.real-banner{padding:0;background:#fff;position:relative;overflow:hidden}
.hero-italian.real-banner picture,
.hero-italian.real-banner img{display:block;width:100%}
.hero-italian.real-banner img{height:auto;object-fit:cover}
.hero-caption{
  position:absolute;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  background:rgba(20,22,21,.72);
  color:#fff;
  padding:10px 22px;
  border-radius:999px;
  display:flex;
  gap:12px;
  align-items:center;
  backdrop-filter:blur(8px);
  font-size:14px;
  white-space:nowrap;
}
.hero-caption span{color:#ffd233;font-weight:700}
.hero-caption strong{font-weight:600}

.italian-heading{
  color:#777;
  font-weight:300!important;
  letter-spacing:.14em;
  font-size:28px!important;
}
.home-products{background:#fff}
.art-section{background:#fff;padding-top:28px}
.art-grid{grid-template-columns:repeat(4,1fr)}
.art-card{min-height:310px}
.art-card img{min-height:310px}

.living-story{background:#fff;padding:20px 22px 70px}
.living-row{max-width:1500px;margin:auto;display:grid;grid-template-columns:1.25fr .75fr;min-height:420px;background:#f4f4f4}
.living-image img{width:100%;height:100%;min-height:420px;object-fit:cover}
.living-copy{background:#25206b;color:#fff;padding:54px 58px;display:flex;flex-direction:column;justify-content:center}
.living-copy h2{font-size:42px;line-height:1.1;margin:0 0 18px;font-weight:700}
.living-copy p{font-size:17px;color:rgba(255,255,255,.88);margin:0 0 28px}
.outline-link{display:inline-flex;align-self:flex-start;border:1px solid rgba(255,255,255,.55);color:#fff;border-radius:999px;padding:11px 18px;font-weight:700}
.outline-link:hover{background:#fff;color:#25206b}

.category-promo{max-width:1500px;margin:0 auto 66px;padding:0 22px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;background:#fff}
.promo-tile{position:relative;min-height:320px;overflow:hidden;background:#eee;display:block}
.promo-tile img{width:100%;height:100%;min-height:320px;object-fit:cover;transition:.25s ease}
.promo-tile:hover img{transform:scale(1.04)}
.promo-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.48))}
.promo-tile span{position:absolute;left:26px;bottom:24px;color:#fff;font-size:26px;font-weight:700;z-index:2;text-shadow:0 4px 14px rgba(0,0,0,.4)}

.why-section{background:#fff;padding:10px 22px 72px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}
.why-item{border-top:1px solid #e7e7e7;padding:22px 10px 0;text-align:center}
.why-item b{display:block;font-size:18px;margin-bottom:8px;color:#161616}
.why-item p{margin:0 auto;color:#777;max-width:270px;font-size:14px}

.light-info{background:#fff;padding-top:20px}
.footer{background:#111!important}

@media(max-width:980px){
  .site-header .menu{background:#fff;color:#161616;box-shadow:0 15px 35px rgba(0,0,0,.08)}
  .hero-caption{bottom:14px;font-size:12px;padding:8px 14px}
  .living-row{grid-template-columns:1fr}
  .living-copy{padding:38px 28px}
  .category-promo{grid-template-columns:1fr}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .art-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .hero-italian.real-banner img{min-height:420px;object-fit:cover}
  .hero-caption{left:16px;right:16px;transform:none;justify-content:center;white-space:normal;text-align:center}
  .italian-heading{font-size:22px!important}
  .why-grid,.art-grid,.best-seller-row{grid-template-columns:1fr}
  .living-copy h2{font-size:32px}
}


/* === V5: accumulated homepage fixes === */
/* Top navigation closer to Italian layout */
.site-header .nav{
  max-width:1320px!important;
  justify-content:flex-start!important;
  gap:245px!important;
  padding:24px 22px!important;
}
.site-header .menu{
  margin-left:0!important;
  gap:36px!important;
  color:#111!important;
}
.site-header .menu a{
  font-size:18px!important;
  font-weight:400!important;
  letter-spacing:.01em!important;
  color:#111!important;
}
.logo.logo-image img{width:170px!important;max-height:46px!important}

/* Hero must fill the first screen like Italian website */
.hero-italian.real-banner{
  height:calc(100vh - 160px)!important;
  min-height:620px!important;
  max-height:740px!important;
  background:#282266!important;
}
.hero-italian.real-banner picture{height:100%!important;width:100%!important;display:block!important}
.hero-italian.real-banner img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:46% center!important;
}
.hero-caption{bottom:34px!important}

/* Art cards: all category tiles should be lifestyle images */
.art-card img,.promo-tile img{filter:none!important;object-fit:cover!important}
.art-card[href*="projection"] img{object-position:center center!important}
.art-card[href*="sensors"] img{object-position:center center!important}
.promo-tile[href*="clocks"] img{object-position:center center!important}
.promo-tile[href*="projection"] img{object-position:center center!important}

/* Parallax lifestyle block */
.parallax-living{
  position:relative;
  min-height:520px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0;
  background:#111;
}
.parallax-bg{
  position:absolute;
  inset:0;
  background-image:url('../images/parallax-living-bg.webp');
  background-size:cover;
  background-position:center 18%;
  will-change:transform;
  transform:translate3d(0,0,0);
}
.parallax-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.56),rgba(0,0,0,.23) 42%,rgba(0,0,0,.05));
}
.parallax-content{
  position:relative;
  z-index:2;
  width:min(560px,calc(100% - 44px));
  margin-left:clamp(28px,9vw,150px);
  color:#fff;
  padding:44px 48px;
  background:rgba(20,22,21,.70);
  backdrop-filter:blur(9px);
  border-radius:2px;
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}
.parallax-content span{
  display:block;
  color:#f8c714;
  font-weight:700;
  margin-bottom:10px;
  letter-spacing:.03em;
}
.parallax-content h2{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.08;
  font-weight:600;
}
.parallax-content p{
  margin:0 0 26px;
  color:rgba(255,255,255,.88);
  font-size:17px;
}
.parallax-link{
  display:inline-flex;
  background:#fff;
  color:#111;
  padding:11px 20px;
  border-radius:999px;
  font-weight:700;
}

/* Remove obsolete light information strip if cached */
.light-info{display:none!important}

/* Footer color closer to Italian website */
.footer{
  background:#f1ded0!important;
  color:#1f1d1b!important;
  padding-top:70px!important;
}
.footer h4{color:#141414!important;font-size:26px!important;font-weight:400!important;margin-bottom:22px!important}
.footer a,.footer p{color:#5f5b57!important;font-size:17px!important;line-height:1.55!important}
.footer a:hover{color:#111!important}
.footer-logo{background:transparent!important;padding:0!important;border-radius:0!important;margin-bottom:28px!important}
.footer-logo img{width:215px!important}
.copyright{
  color:#9a918b!important;
  border-top:1px solid rgba(80,70,60,.15)!important;
  text-align:center;
  padding-bottom:28px;
}

@media(max-width:1280px){
  .site-header .nav{gap:190px!important}
  .site-header .menu{gap:28px!important}
  .site-header .menu a{font-size:17px!important}
}
@media(max-width:980px){
  .site-header .nav{justify-content:space-between!important;gap:0!important;padding:18px 22px!important}
  .site-header .menu{gap:18px!important}
  .site-header .menu a{font-size:16px!important}
  .hero-italian.real-banner{height:calc(100vh - 132px)!important;min-height:520px!important;max-height:none!important}
  .parallax-living{min-height:470px}
  .parallax-content{margin:0 auto;padding:34px 28px}
  .parallax-content h2{font-size:36px}
  .footer-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:600px){
  .hero-italian.real-banner{height:calc(100vh - 108px)!important;min-height:460px!important}
  .hero-italian.real-banner img{object-position:34% center!important}
  .hero-caption{bottom:20px!important}
  .parallax-living{min-height:430px}
  .parallax-bg{inset:0;background-position:58% 12%!important;transform:none!important}
  .parallax-content{width:calc(100% - 32px);padding:28px 22px}
  .parallax-content h2{font-size:30px}
  .footer-grid{grid-template-columns:1fr!important}
}


/* === V7 homepage refinement === */
/* Four-panel category block */
.art-card{background:#ececea}
.art-card span{font-size:22px!important;font-weight:700!important}
.card-weather img{transform:scale(1.12);transform-origin:center center;object-position:50% 52%!important}
.card-clocks img{object-position:center center!important}
.card-projection img{object-position:center center!important}
.card-sensors img{object-position:center center!important}

/* Remove duplicated promo tiles section */
.category-promo{display:none!important}

/* Larger parallax story block with more visible woman and weather station */
.parallax-living{
  min-height:740px!important;
  align-items:stretch!important;
}
.parallax-bg{
  background-position:50% 46%!important;
  background-size:cover!important;
}
.parallax-overlay{
  background:linear-gradient(90deg,rgba(32,42,115,.72) 0%,rgba(32,42,115,.52) 30%,rgba(0,0,0,.18) 58%,rgba(0,0,0,.04) 100%)!important;
}
.parallax-content.story-copy{
  width:min(600px,calc(100% - 48px))!important;
  margin-left:clamp(28px,7vw,110px)!important;
  margin-top:64px!important;
  margin-bottom:64px!important;
  padding:44px 48px!important;
  background:rgba(65,81,166,.84)!important;
  box-shadow:none!important;
  border-radius:0!important;
  align-self:center!important;
}
.parallax-content.story-copy span{
  color:#fff!important;
  font-size:18px!important;
  font-weight:500!important;
  margin-bottom:16px!important;
}
.parallax-content.story-copy h2{
  font-size:58px!important;
  line-height:1.06!important;
  margin-bottom:26px!important;
  font-weight:400!important;
}
.parallax-content.story-copy p{
  font-size:18px!important;
  line-height:1.6!important;
  color:rgba(255,255,255,.94)!important;
  margin:0 0 18px!important;
}
.parallax-content.story-copy p:last-child{margin-bottom:0!important}
.parallax-content.story-copy strong{font-weight:700!important;color:#fff!important}
.parallax-link{display:none!important}

@media(max-width:980px){
  .parallax-living{min-height:620px!important}
  .parallax-bg{background-position:58% 44%!important}
  .parallax-content.story-copy{width:min(560px,calc(100% - 32px))!important;margin:40px auto!important;padding:34px 28px!important}
  .parallax-content.story-copy h2{font-size:42px!important}
  .parallax-content.story-copy p{font-size:16px!important}
}
@media(max-width:600px){
  .art-card{min-height:280px!important}
  .art-card img{min-height:280px!important}
  .card-weather img{transform:scale(1.08);object-position:50% 56%!important}
  .parallax-living{min-height:520px!important}
  .parallax-bg{background-position:58% 38%!important}
  .parallax-content.story-copy{padding:24px 20px!important}
  .parallax-content.story-copy span{font-size:15px!important}
  .parallax-content.story-copy h2{font-size:30px!important;margin-bottom:18px!important}
  .parallax-content.story-copy p{font-size:14px!important;line-height:1.5!important;margin-bottom:12px!important}
}


/* === V8 corrections from review === */
/* Favicon is connected in HTML. Navigation closer to Italian sizing. */
.site-header .nav{gap:220px!important;padding:26px 22px!important}
.site-header .menu{gap:34px!important}
.site-header .menu a{font-size:19px!important;font-weight:400!important;letter-spacing:0!important}

/* Catalog pages: open directly into the product grid, without redundant group descriptions. */
.catalog-section{padding-top:34px!important;background:#fff!important}
.catalog-section .container{max-width:1360px!important}
.catalog-section .toolbar{align-items:center;justify-content:space-between;margin:0 0 46px!important}
.catalog-section .search{max-width:360px;background:#fff}
.catalog-section .pill{font-weight:400;border:0;background:transparent;border-radius:0;padding:8px 10px;color:#111;font-size:14px;text-transform:none}
.catalog-section .pill:before{content:""}
.catalog-section .pill.active{background:transparent;color:#111;border:0;text-decoration:underline;text-underline-offset:5px}
.catalog-section .product-grid{gap:54px 34px!important}
.catalog-section .product-card{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;text-align:center;overflow:visible!important}
.catalog-section .product-card:hover{transform:none!important;box-shadow:none!important}
.catalog-section .product-media{height:285px!important;border:0!important;background:#fff!important;padding:18px!important}
.catalog-section .product-media img{max-height:250px!important;transition:.22s ease}
.catalog-section .product-card:hover .product-media img{transform:scale(1.03)}
.catalog-section .product-info{padding:12px 8px 0!important;gap:8px!important}
.catalog-section .product-info small{font-weight:400!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#9b9b9b!important;font-size:11px!important}
.catalog-section .product-info h3{font-weight:400!important;line-height:1.25!important;font-size:18px!important;color:#414fa3!important}
.catalog-section .product-info p{color:#666!important;font-size:13px!important;line-height:1.45!important;max-width:280px;margin:0 auto!important}
.catalog-section .product-info .btn{align-self:center!important;border-radius:18px!important;background:#161616!important;color:#fff!important;border:0!important;padding:7px 16px!important;font-size:12px!important;margin-top:8px!important}

/* Main banner: slightly smaller so the product group on the right is not cut too strongly. */
.hero-italian.real-banner{height:calc(100vh - 190px)!important;min-height:560px!important;max-height:680px!important}
.hero-italian.real-banner img{object-position:50% center!important}

/* Four-panel category area: keep only this catalogue navigation, no lower duplicate promo tiles. */
.category-promo{display:none!important}
.art-section{padding-top:70px!important;padding-bottom:70px!important}
.card-weather img{transform:scale(1.22)!important;object-position:46% 54%!important}
.card-clocks img{object-position:center center!important}

/* Parallax story: the card is a bit smaller and moved right to show the lifestyle background. */
.parallax-living{min-height:780px!important}
.parallax-bg{background-position:50% 48%!important;background-size:cover!important}
.parallax-content.story-copy{
  width:min(520px,calc(100% - 48px))!important;
  margin-left:clamp(420px,48vw,760px)!important;
  margin-right:clamp(24px,7vw,120px)!important;
  padding:34px 38px!important;
  background:rgba(65,81,166,.80)!important;
}
.parallax-content.story-copy span{font-size:16px!important;margin-bottom:12px!important}
.parallax-content.story-copy h2{font-size:48px!important;margin-bottom:20px!important}
.parallax-content.story-copy p{font-size:16px!important;line-height:1.55!important;margin-bottom:14px!important}

@media(max-width:1280px){
  .site-header .nav{gap:150px!important}
  .site-header .menu a{font-size:17px!important}
  .parallax-content.story-copy{margin-left:clamp(300px,42vw,560px)!important}
}
@media(max-width:980px){
  .catalog-section .toolbar{gap:18px;justify-content:flex-start!important}
  .catalog-section .product-grid{gap:34px 18px!important}
  .hero-italian.real-banner{height:calc(100vh - 150px)!important;min-height:500px!important;max-height:none!important}
  .parallax-living{min-height:650px!important}
  .parallax-content.story-copy{margin:40px auto!important;width:min(540px,calc(100% - 32px))!important}
}
@media(max-width:600px){
  .catalog-section{padding-top:22px!important}
  .catalog-section .toolbar{margin-bottom:28px!important}
  .catalog-section .pill{font-size:13px!important;padding:6px 7px!important}
  .catalog-section .product-media{height:230px!important}
  .hero-italian.real-banner{height:420px!important;min-height:420px!important}
  .parallax-living{min-height:560px!important}
  .parallax-content.story-copy{padding:24px 20px!important}
  .parallax-content.story-copy h2{font-size:30px!important}
}


/* === V9 footer, consent and support refinements === */
.parallax-content.story-copy{
  margin-left:clamp(560px,56vw,900px)!important;
  margin-right:clamp(18px,4vw,70px)!important;
  width:min(500px,calc(100% - 48px))!important;
}
.footer{background:#f1ded0!important;color:#1f1d1b!important;padding:70px 22px 48px!important}
.footer-grid{grid-template-columns:1.15fr 1fr 1fr!important;gap:70px!important;align-items:start!important}
.footer h4{font-size:26px!important;font-weight:400!important;color:#141414!important;margin:0 0 24px!important}
.footer a,.footer p{font-size:18px!important;line-height:1.55!important;color:#5f5b57!important}
.footer-logo img{width:220px!important}
.copyright{display:none!important}
.checkbox-consent{display:flex!important;align-items:flex-start!important;gap:10px!important;font-size:13px!important;line-height:1.45!important;color:#5f5b57!important}
.checkbox-consent input{width:18px!important;height:18px!important;margin-top:2px!important;flex:0 0 auto!important}
.checkbox-consent a,.manual-link-in-box a{color:#35458f!important;text-decoration:underline!important;text-underline-offset:3px!important}
.manual-link-in-box{margin-top:16px!important;font-weight:600!important}
.support-band{display:grid!important;grid-template-columns:repeat(4,1fr)!important;margin-top:0!important}
.support-band .feature{background:#f7f7f7!important;color:#141615!important;border:1px solid #eee!important}
.support-band .feature p{color:#666!important}
@media(max-width:1280px){.parallax-content.story-copy{margin-left:clamp(420px,50vw,680px)!important}.footer-grid{gap:42px!important}}
@media(max-width:980px){.parallax-content.story-copy{margin:40px auto!important}.footer-grid,.support-band{grid-template-columns:1fr 1fr!important}}
@media(max-width:600px){.footer-grid,.support-band{grid-template-columns:1fr!important}.footer a,.footer p{font-size:16px!important}}

/* === V10 search in top navigation and parallax card position === */
.site-header .nav{
  max-width:1500px!important;
  gap:210px!important;
  justify-content:flex-start!important;
}
.site-header .menu{
  gap:30px!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  margin-left:auto!important;
}
.nav-search{
  display:flex!important;
  align-items:center!important;
  height:38px!important;
  border-left:1px solid #e5e5e5!important;
  padding-left:22px!important;
  margin-left:2px!important;
}
.nav-search input{
  width:150px!important;
  height:38px!important;
  border:1px solid #e2e2e2!important;
  border-right:0!important;
  border-radius:20px 0 0 20px!important;
  padding:0 12px!important;
  font-size:14px!important;
  font-family:inherit!important;
  outline:none!important;
  background:#fff!important;
  color:#111!important;
}
.nav-search input:focus{
  border-color:#bfc5e8!important;
  box-shadow:0 0 0 3px rgba(65,81,166,.10)!important;
}
.nav-search button{
  width:40px!important;
  height:38px!important;
  border:1px solid #e2e2e2!important;
  border-radius:0 20px 20px 0!important;
  background:#fff!important;
  color:#111!important;
  font-size:22px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.nav-search button:hover{background:#f7f7f7!important;color:#35458f!important}
.parallax-content.story-copy{
  margin-left:clamp(720px,64vw,1060px)!important;
  width:min(480px,calc(100% - 48px))!important;
}
@media(max-width:1450px){
  .site-header .nav{gap:120px!important;justify-content:flex-start!important}
  .site-header .menu{gap:22px!important}
  .site-header .menu a{font-size:17px!important}
  .nav-search input{width:128px!important}
  .parallax-content.story-copy{margin-left:clamp(540px,57vw,840px)!important}
}
@media(max-width:1120px){
  .site-header .nav{gap:48px!important;justify-content:flex-start!important}
  .site-header .menu{gap:16px!important}
  .site-header .menu a{font-size:15px!important}
  .nav-search{padding-left:14px!important}
  .nav-search input{width:110px!important}
}
@media(max-width:980px){
  .nav-search{border-left:0!important;padding-left:0!important;margin:8px 0 0!important;width:min(360px,90vw)!important}
  .nav-search input{width:100%!important;flex:1!important}
  .parallax-content.story-copy{margin:40px auto!important;width:min(540px,calc(100% - 32px))!important}
}


/* Sensor compatibility page */
.compatibility-page h2{font-size:28px;margin:34px 0 16px;color:#222;font-weight:500}
.compat-note{background:#f4eadf;border-left:4px solid #f4c21f;padding:18px 22px;margin-bottom:24px;color:#333;line-height:1.6}
.compat-toolbar{margin:20px 0 26px;max-width:560px}
.table-wrap{width:100%;overflow:auto;border:1px solid #e8e1da;border-radius:4px;background:#fff;margin-bottom:28px}
.compat-simple,.compat-matrix{width:100%;border-collapse:collapse;font-size:14px;color:#333}
.compat-simple th,.compat-simple td,.compat-matrix th,.compat-matrix td{border-bottom:1px solid #eee;padding:12px 14px;text-align:left;vertical-align:middle}
.compat-simple th,.compat-matrix th{background:#f3e4d7;color:#111;font-weight:600}
.compat-simple a,.compat-matrix a{color:#4055a8;text-decoration:none}
.compat-simple a:hover,.compat-matrix a:hover{text-decoration:underline}
.compat-matrix th{min-width:92px;text-align:center;font-size:12px;line-height:1.25;vertical-align:bottom}
.compat-matrix th span{display:block;font-size:13px;color:#111;margin-bottom:4px}
.compat-matrix th small{display:block;font-size:10px;color:#666;font-weight:400;max-width:130px}
.compat-matrix td{text-align:center;white-space:nowrap}
.compat-matrix td:nth-child(1),.compat-matrix td:nth-child(2),.compat-matrix td:nth-child(3){text-align:left}
.compat-matrix .check{font-size:18px;color:#1b1b1b;font-weight:600}
.sticky-col{position:sticky;left:0;background:#fff;z-index:2;box-shadow:1px 0 0 #eee}
th.sticky-col{background:#f3e4d7;z-index:3}
.compat-source-note{color:#777;font-size:14px;line-height:1.6;margin-top:10px}
.compat-link{margin-top:10px;font-size:14px}.compat-link a{color:#4055a8;text-decoration:none}.compat-link a:hover{text-decoration:underline}
@media(max-width:700px){.compatibility-page h2{font-size:24px}.compat-simple,.compat-matrix{font-size:13px}.compat-simple th,.compat-simple td,.compat-matrix th,.compat-matrix td{padding:10px}}


/* === V13 real assortment and navigation fixes === */
.site-header .nav{
  max-width:1580px!important;
  justify-content:space-between!important;
  gap:0!important;
}
.site-header .menu{
  margin-left:auto!important;
  gap:28px!important;
}
.site-header .menu a{white-space:nowrap!important}
.nav-search{margin-left:10px!important}
.nav-search input{width:150px!important}
.best-seller-row{grid-template-columns:repeat(6,1fr)!important;gap:28px!important}
.hit-product .italian-product-img{min-height:210px;display:flex;align-items:center;justify-content:center}
.hit-product .italian-product-img img{max-height:205px;object-fit:contain}
.hit-placeholder{height:205px;width:100%;font-size:14px;background:#f4f4f4;border:1px solid #eee;color:#777}
.parallax-content.story-copy{
  margin-left:clamp(820px,68vw,1120px)!important;
  width:min(470px,calc(100% - 48px))!important;
}
.inline-link{color:#4055a8!important;text-decoration:underline!important;text-underline-offset:3px!important}
.footer-grid{grid-template-columns:1.05fr 1fr 1.25fr!important}
@media(max-width:1500px){
  .site-header .menu{gap:22px!important}
  .site-header .menu a{font-size:16px!important}
  .nav-search input{width:130px!important}
  .parallax-content.story-copy{margin-left:clamp(640px,61vw,900px)!important}
}
@media(max-width:1220px){
  .site-header .menu{gap:14px!important}
  .site-header .menu a{font-size:14px!important}
  .nav-search input{width:105px!important}
  .logo.logo-image img{width:150px!important}
  .best-seller-row{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:980px){
  .site-header .menu{gap:18px!important}
  .best-seller-row{grid-template-columns:repeat(2,1fr)!important}
  .parallax-content.story-copy{margin:40px auto!important;width:min(540px,calc(100% - 32px))!important}
}
@media(max-width:600px){.best-seller-row{grid-template-columns:1fr!important}}


/* === V18 where-to-buy marketplace cards === */
.where-marketplaces{padding-top:58px!important;padding-bottom:86px!important;background:#fff!important}
.marketplace-head{margin-bottom:24px!important}
.marketplace-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;align-items:stretch}
.marketplace-card{background:#fff;border:1px solid #ece6df;border-radius:24px;padding:28px 18px 24px;min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 14px 38px rgba(0,0,0,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;color:#151515!important}
.marketplace-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(0,0,0,.09);border-color:#e0d2c5}
.marketplace-logo{height:86px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;width:100%}
.marketplace-logo img{max-height:74px;max-width:180px;object-fit:contain;margin:auto}
.marketplace-card h3{margin:0 0 18px;font-size:20px;font-weight:500;color:#111}
.marketplace-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#111;color:#fff;padding:9px 18px;font-size:13px;font-weight:700;margin-top:auto}
.marketplace-card:hover .marketplace-button{background:#35458f}
@media(max-width:1220px){.marketplace-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.marketplace-grid{grid-template-columns:repeat(2,1fr)}.marketplace-card{min-height:210px}.marketplace-logo img{max-width:150px}}
@media(max-width:520px){.marketplace-grid{grid-template-columns:1fr}}
