/* V10.35 - SVG logo only + header sticky setting + final safe overrides */
.rr-wordmark-logo{display:inline-block;width:var(--rr-wordmark-width,150px);aspect-ratio:360.93/155.02;background:var(--rr-wordmark-color,#f05473);-webkit-mask:url('../images/rubyrose-wordmark.svg') center/contain no-repeat;mask:url('../images/rubyrose-wordmark.svg') center/contain no-repeat;vertical-align:middle;line-height:1;}
.centered-brand .rr-wordmark-logo-header{width:min(var(--rr-wordmark-width,150px),220px);max-width:clamp(94px,11vw,220px);}
.rr-footer-logo .rr-wordmark-logo-footer{width:min(var(--rr-wordmark-width,150px),240px);max-width:240px;}
@media(max-width:760px){.centered-brand .rr-wordmark-logo-header{width:min(var(--rr-wordmark-width,150px),120px)!important;max-width:120px!important}.rr-footer-logo .rr-wordmark-logo-footer{width:min(var(--rr-wordmark-width,150px),140px)!important;max-width:140px!important}}
body.header-sticky-off header.site-header.biagiotti-header,body.header-sticky-off header.site-header.biagiotti-header.is-scrolled,body.header-sticky-off.header-mode-transparent header.site-header.biagiotti-header:not(.is-scrolled),body.header-sticky-off.header-mode-transparent header.site-header.biagiotti-header.is-scrolled{position:relative!important;top:auto!important;left:auto!important;right:auto!important;animation:none!important;transform:none!important;background:var(--rr-header-bg,rgba(255,253,251,.96))!important;border-bottom:1px solid rgba(126,65,90,.12)!important;box-shadow:0 1px 0 rgba(126,65,90,.08)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;}
body.header-sticky-off header.site-header.biagiotti-header:after{display:none!important;content:none!important;}
body.header-sticky-off main{padding-top:0!important;}
body.header-sticky-off .mobile-nav-panel{top:0!important;}
body.header-sticky-on header.site-header.biagiotti-header.is-scrolled{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;}
.rr-svg-logo-settings .logo-preview-box{min-height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#fff5f8);border:1px solid #f2d6e1;border-radius:18px;overflow:hidden;}
.rr-svg-logo-settings .logo-size-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
@media(max-width:700px){.rr-svg-logo-settings .logo-size-controls{grid-template-columns:1fr}}
