/* Language controls only: the Italian page layouts and media remain shared by every language. */
.sc-header-tools{display:flex;align-items:center;gap:8px;flex-shrink:0}
.sc-desktop-nav{display:none}
.sc-menu-toggle{display:grid;flex-shrink:0}
.sc-language-switcher{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid rgba(183,146,69,.42);border-radius:3px;white-space:nowrap;box-sizing:border-box}
.sc-language-switcher a{display:grid;place-items:center;box-sizing:border-box;min-width:30px;min-height:36px;padding:5px 5px;color:inherit;text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.025em;border-radius:1px;transition:background-color .15s,color .15s}
.sc-language-switcher a:hover,.sc-language-switcher a[aria-current="page"]{background:#b79245;color:#171a18;text-decoration:none}
.sc-language-switcher a:focus-visible{outline:2px solid #d8b66b;outline-offset:3px}
@media(min-width:1600px){header>.sc-shell{width:min(1440px,calc(100% - 64px))}.sc-desktop-nav{display:flex;gap:13px;font-size:13px}.sc-menu-toggle,.sc-mobile-nav{display:none!important}.sc-header-tools{margin-left:14px}}
@media(max-width:600px){header>.sc-shell{width:calc(100% - 36px)}header>.sc-shell>a{flex-shrink:0}header>.sc-shell>a img{width:110px;height:auto;max-height:56px;object-fit:contain}.sc-language-switcher a{min-width:26px;min-height:36px;padding-inline:3px;font-size:10px}}
@media(max-width:360px){header>.sc-shell{width:calc(100% - 24px)}header>.sc-shell>a img{width:85px;max-height:44px}.sc-header-tools{gap:6px}.sc-language-switcher{gap:1px;padding:2px}.sc-language-switcher a{min-width:24px;padding-inline:2px;font-size:9px}.sc-menu-toggle{width:40px;height:40px}}
@media(prefers-reduced-motion:reduce){.sc-language-switcher a{transition:none}}

/* Keep sale photographs fully visible at every viewport width. */
.sc-showroom__main, .sc-showroom__main > div { height: auto; }
.sc-showroom__main img.sc-image { display: block; width: 100%; height: auto; object-fit: contain; }
