/* LAW rose canvas: enabled on public pages except the immersive home and admin. */
:root {
  --law-rose-surface: rgba(24, 2, 9, 0.34);
  --law-rose-surface-strong: rgba(24, 2, 9, 0.48);
  --law-rose-surface-soft: rgba(255, 255, 255, 0.1);
  --law-rose-line: rgba(255, 255, 255, 0.24);
  --law-rose-shadow: 0 18px 50px rgba(31, 0, 9, 0.24);
  --law-rose-backdrop-opacity: 0.42;
}

html:has(body.law-rose-background-page) {
  background: #26030d !important;
}

body.law-rose-background-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  color: #fffafa;
  background: transparent !important;
}

body.law-rose-background-page::before,
html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)::before {
  position: fixed !important;
  z-index: -1 !important;
  inset: 0 !important;
  display: block !important;
  width: 100vw !important;
  height: 100vh !important;
  content: '' !important;
  background-color: #26030d !important;
  background-image:
    linear-gradient(rgba(29, 0, 8, 0.18), rgba(29, 0, 8, 0.28)),
    url('images/backgrounds/law-rose-desktop.webp') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: var(--law-rose-backdrop-opacity) !important;
  filter: none !important;
  transform: none !important;
  pointer-events: none !important;
}

body.law-rose-background-page::after,
html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)::after {
  display: none !important;
  content: none !important;
}

body.law-rose-background-page,
body.law-rose-background-page * {
  scrollbar-width: thin;
  scrollbar-color: rgba(239, 64, 105, 0.76) rgba(20, 0, 7, 0.16);
}

body.law-rose-background-page::-webkit-scrollbar,
body.law-rose-background-page *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body.law-rose-background-page::-webkit-scrollbar-track,
body.law-rose-background-page *::-webkit-scrollbar-track {
  background: rgba(20, 0, 7, 0.12);
}

body.law-rose-background-page::-webkit-scrollbar-thumb,
body.law-rose-background-page *::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: linear-gradient(#ef4069, #8f0c29) padding-box;
}

/* Shared public shell */
html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme) {
  color: #fffafa !important;
  background: transparent !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(main.section, main.law-page, main.page, main.auth-shell) {
  background: transparent !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(p, li, dd, small, .muted, .card-sub, .subline, .helper, .field-note) {
  color: rgba(255, 247, 249, 0.78) !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(h1, h2, h3, h4, h5, h6, label, legend, dt, strong, .title) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  > header,
html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  .site-header,
body.law-rose-background-page .store-header {
  border-color: var(--law-rose-line) !important;
  background: rgba(20, 0, 7, 0.2) !important;
  box-shadow: 0 10px 28px rgba(31, 0, 9, 0.14) !important;
  -webkit-backdrop-filter: blur(20px) saturate(130%) !important;
  backdrop-filter: blur(20px) saturate(130%) !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.glass, .glass-soft, .card, .auth-card, .account-card, .checkout-card, .summary-card, .cart-main, .contact-form, .support-card) {
  border-color: var(--law-rose-line) !important;
  background-color: var(--law-rose-surface) !important;
  background-image: none !important;
  box-shadow: var(--law-rose-shadow) !important;
  -webkit-backdrop-filter: blur(16px) saturate(115%) !important;
  backdrop-filter: blur(16px) saturate(115%) !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.glass-soft, .mini-box, .hero-pill, .secure-note, .summary-line, .contact-box, .payment-box, .bank-row, .address-card, .security-box, .notification-card, .order-item, .empty-state, .empty, .coupon-card) {
  border-color: var(--law-rose-line) !important;
  background-color: var(--law-rose-surface-soft) !important;
  background-image: none !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(input:not([type='checkbox']):not([type='radio']), select, textarea) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(20, 0, 7, 0.22) !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(input, textarea)::placeholder {
  color: rgba(255, 247, 249, 0.56) !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme) option {
  color: #171316;
  background: #fff;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.field, .field label, .field > span, .field small, .contact-form .field) {
  color: rgba(255, 247, 249, 0.82) !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.cc-final-footer, .law-footer, footer.footer, body > footer) {
  border-color: var(--law-rose-line) !important;
  background: var(--law-rose-surface-strong) !important;
  box-shadow: 0 -12px 38px rgba(45, 3, 15, 0.1) !important;
}

/* Account */
html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  :is(.account-hero, .account-card, .hero-side, .sidebar, .company-profile-box) {
  border-color: var(--law-rose-line) !important;
  background: var(--law-rose-surface) !important;
  box-shadow: var(--law-rose-shadow) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  :is(.hero-stat, .mini-box, .company-type-card, .address-card, .notification-card, .order-item, .security-box) {
  background: var(--law-rose-surface-soft) !important;
}

/* Cart and checkout */
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero, .cart-main, .checkout-card, .summary-card) {
  border: 1px solid var(--law-rose-line) !important;
  background: var(--law-rose-surface) !important;
  box-shadow: var(--law-rose-shadow) !important;
  -webkit-backdrop-filter: blur(16px) saturate(115%) !important;
  backdrop-filter: blur(16px) saturate(115%) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-item, .order-item, .contact-grid, .summary-line, .mini-box, .payment-box, .bank-transfer-note) {
  background: var(--law-rose-surface-soft) !important;
}

/* Contact and company */
html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  :is(.contact-hero-card, .contact-form, .support-bank, .contact-guide) {
  border-color: var(--law-rose-line) !important;
  border-radius: 28px !important;
  background: var(--law-rose-surface) !important;
  box-shadow: var(--law-rose-shadow) !important;
  -webkit-backdrop-filter: blur(16px) saturate(115%) !important;
  backdrop-filter: blur(16px) saturate(115%) !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-quick-action > span {
  color: #8f0c29 !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme) .company-shell {
  background: transparent !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-hero, .company-hero-copy, .company-facts, .company-story, .company-process, .company-values, .company-next) {
  border-color: var(--law-rose-line) !important;
  background-color: var(--law-rose-surface) !important;
  background-image: none !important;
  box-shadow: var(--law-rose-shadow) !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-value-card, .company-process li, .company-fact) {
  background: var(--law-rose-surface-soft) !important;
}

/* Login, register and wishlist */
html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme) .auth-card,
html.law-public-light body.law-rose-background-page.law-wishlist-page:not(#law-legacy-theme) :is(.hero, .empty) {
  color: #fffafa !important;
  border-color: var(--law-rose-line) !important;
  background: var(--law-rose-surface-strong) !important;
  box-shadow: var(--law-rose-shadow) !important;
  -webkit-backdrop-filter: blur(16px) saturate(115%) !important;
  backdrop-filter: blur(16px) saturate(115%) !important;
}

html.law-public-light body.law-rose-background-page.law-wishlist-page:not(#law-legacy-theme) .product-thumb {
  background: transparent !important;
}

html.law-public-light body.law-rose-background-page.law-wishlist-page:not(#law-legacy-theme) .product-card {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-wishlist-page:not(#law-legacy-theme)
  .product-card :is(h2, h3, a, strong, .price) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-wishlist-page:not(#law-legacy-theme)
  .product-card :is(p, small, .muted) {
  color: rgba(255, 247, 249, 0.72) !important;
}

/* Store catalogue */
body.law-rose-background-page.law-store-page .store-main,
body.law-rose-background-page.law-store-page .catalog-grid {
  background: transparent !important;
}

body.law-rose-background-page.law-store-page .catalog-intro {
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.law-rose-background-page.law-store-page .catalog-toolbar {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(20, 0, 7, 0.12);
  box-shadow: none;
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
}

body.law-rose-background-page.law-store-page .product-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.law-rose-background-page.law-store-page .product-card__media {
  background: transparent;
}

body.law-rose-background-page.law-store-page
  :is(.catalog-intro h1, .product-card__title, .product-card__title a) {
  color: #fffafa;
  text-shadow: 0 2px 18px rgba(31, 0, 9, 0.45);
}

body.law-rose-background-page.law-store-page
  :is(.catalog-intro p:last-child, .product-card__category, .catalog-toolbar__count) {
  color: rgba(255, 247, 249, 0.76);
}

body.law-rose-background-page.law-store-page .catalog-intro__eyebrow,
body.law-rose-background-page.law-store-page .product-card__price {
  color: #ff6b91;
}

body.law-rose-background-page.law-store-page .catalog-grid {
  column-gap: clamp(10px, 1.8vw, 34px);
  row-gap: clamp(42px, 6vw, 86px);
  padding: 18px clamp(10px, 2.4vw, 44px) clamp(90px, 9vw, 150px);
}

body.law-rose-background-page.law-store-page .product-card__media img,
body.law-rose-background-page.law-product-page :is(.product-gallery__stage img, .product-gallery__slide img) {
  filter: drop-shadow(0 24px 24px rgba(27, 0, 8, 0.3));
}

body.law-rose-background-page.law-store-page .product-card__favorite,
body.law-rose-background-page.law-product-page .product-card__favorite {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(20, 0, 7, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body.law-rose-background-page.law-store-page .product-card__size,
body.law-rose-background-page.law-product-page .product-card__size {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(20, 0, 7, 0.16);
}

body.law-rose-background-page.law-store-page :is(.catalog-tool, .catalog-sort),
body.law-rose-background-page .store-header-search input,
body.law-rose-background-page .store-secondary-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(20, 0, 7, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}

body.law-rose-background-page.law-store-page .filter-backdrop {
  background: rgba(12, 0, 4, 0.24) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.law-rose-background-page.law-store-page .filter-drawer {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  border-radius: 30px 0 0 30px !important;
  background: rgba(25, 1, 9, 0.88) !important;
  box-shadow: -22px 0 54px rgba(20, 0, 7, 0.3) !important;
  -webkit-backdrop-filter: blur(24px) saturate(130%) !important;
  backdrop-filter: blur(24px) saturate(130%) !important;
}

body.law-rose-background-page.law-store-page
  :is(.filter-drawer__header, .filter-drawer__footer) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(20, 0, 7, 0.3) !important;
}

body.law-rose-background-page.law-store-page .filter-drawer__footer {
  overflow: visible !important;
  gap: 12px !important;
  padding: 14px 18px max(18px, env(safe-area-inset-bottom)) !important;
}

body.law-rose-background-page.law-store-page
  :is(.filter-drawer__footer .store-primary-button, .filter-drawer__footer .store-secondary-button) {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 50px !important;
  border-radius: 999px !important;
  overflow: visible !important;
}

body.law-rose-background-page.law-store-page .filter-field > span,
body.law-rose-background-page.law-store-page .filter-check {
  color: rgba(255, 247, 249, 0.8) !important;
}

body.law-rose-background-page.law-store-page
  :is(.filter-field input, .filter-field select) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  background: rgba(20, 0, 7, 0.34) !important;
}

body.law-rose-background-page.law-store-page .filter-drawer__close {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

body.law-rose-background-page.law-store-page .law-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.law-rose-background-page.law-store-page .law-select {
  position: relative;
  z-index: 5;
  width: 100%;
  min-width: 190px;
}

body.law-rose-background-page.law-store-page .catalog-toolbar label > .law-select {
  width: min(240px, 100%);
}

body.law-rose-background-page.law-store-page .law-select__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 0 42px 0 17px;
  color: #fffafa;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(20, 0, 7, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}

body.law-rose-background-page.law-store-page .law-select__button::after {
  position: absolute;
  right: 18px;
  width: 8px;
  height: 8px;
  content: '';
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

body.law-rose-background-page.law-store-page .law-select.open .law-select__button::after {
  transform: translateY(2px) rotate(225deg);
}

body.law-rose-background-page.law-store-page
  :is(.law-select.open .law-select__button, .law-select__button:focus-visible) {
  border-color: rgba(255, 107, 145, 0.82);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 107, 145, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.law-rose-background-page.law-store-page .law-select__menu {
  position: absolute;
  z-index: 140;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  width: max(100%, 210px);
  max-height: min(320px, 55vh);
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: rgba(25, 1, 9, 0.96);
  box-shadow: 0 18px 42px rgba(20, 0, 7, 0.38);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  backdrop-filter: blur(24px) saturate(130%);
}

body.law-rose-background-page.law-store-page .law-select.open .law-select__menu {
  display: grid;
  gap: 4px;
}

body.law-rose-background-page.law-store-page .law-select__option {
  min-height: 42px;
  padding: 0 13px;
  color: rgba(255, 247, 249, 0.82);
  border: 0;
  border-radius: 14px;
  background: transparent;
  font: inherit;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}

body.law-rose-background-page.law-store-page
  :is(.law-select__option:hover, .law-select__option:focus-visible, .law-select__option.is-selected) {
  color: #fff;
  outline: 0;
  background: linear-gradient(135deg, rgba(212, 20, 63, 0.78), rgba(117, 8, 34, 0.82));
}

body.law-rose-background-page .store-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

body.law-rose-background-page .store-main-nav a,
body.law-rose-background-page .store-icon-button {
  color: #fff;
}

body.law-rose-background-page .store-brand__mark img {
  filter: none;
}

/* Product page */
body.law-rose-background-page.law-product-page :is(.product-shell, .product-layout) {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}

body.law-rose-background-page.law-product-page .product-gallery {
  background: transparent;
}

body.law-rose-background-page.law-product-page :is(.product-gallery__slide, .product-gallery__thumb) {
  background: transparent;
}

body.law-rose-background-page.law-product-page .product-purchase {
  color: #fffafa;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.law-rose-background-page.law-product-page
  :is(.product-breadcrumbs, .product-option__status, .product-description p, .product-meta, .size-guide-section__intro p, .size-guide-note) {
  color: rgba(255, 247, 249, 0.76);
}

body.law-rose-background-page.law-product-page
  :is(.product-title, .product-option__label, .product-description, .size-guide-section, .related-section) {
  color: #fffafa;
}

body.law-rose-background-page.law-product-page
  :is(.product-option, .product-description, .size-guide-table th, .size-guide-table td) {
  border-color: rgba(255, 255, 255, 0.22);
}

body.law-rose-background-page.law-product-page
  :is(.product-size, .quantity-control, .product-wishlist-button) {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(20, 0, 7, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
}

body.law-rose-background-page.law-product-page .product-size {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.law-rose-background-page.law-product-page
  :is(.product-size.is-selected, .product-size[aria-pressed='true']) {
  color: #fff !important;
  border-color: rgba(255, 181, 199, 0.92) !important;
  background: linear-gradient(135deg, rgba(237, 26, 78, 0.94), rgba(143, 12, 41, 0.94)) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 145, 0.18), 0 10px 24px rgba(97, 3, 27, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
  transform: translateY(-1px);
}

body.law-rose-background-page.law-product-page .quantity-control input {
  color: #fff;
}

body.law-rose-background-page.law-product-page :is(.size-guide-section, .related-section) {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  box-shadow: none;
}

body.law-rose-background-page.law-product-page .related-grid {
  column-gap: clamp(10px, 1.8vw, 34px);
  background: transparent;
}

body.law-rose-background-page.law-product-page .related-grid .product-card {
  border: 0;
  color: #fffafa;
  background: transparent;
  box-shadow: none;
}

body.law-rose-background-page.law-product-page .related-grid .product-card__media {
  background: transparent;
}

body.law-rose-background-page.law-product-page .related-grid
  :is(.product-card__title, .product-card__title a) {
  color: #fffafa;
}

body.law-rose-background-page.law-product-page .related-grid .product-card__category {
  color: rgba(255, 247, 249, 0.7);
}

body.law-rose-background-page.law-product-page .related-grid .product-card__price {
  color: #ff6b91;
}

body.law-rose-background-page .filter-drawer {
  border-color: var(--law-rose-line);
  background: var(--law-rose-surface-strong);
}

body.law-rose-background-page :is(.filter-drawer, .filter-drawer h2, .filter-field, .filter-check) {
  color: #fff;
}

body.law-rose-background-page .filter-drawer :is(input, select) {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(20, 0, 7, 0.24);
}

body.law-rose-background-page .filter-drawer :is(input, select)::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

body.law-rose-background-page .store-footer {
  color: #fffafa;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(20, 0, 7, 0.26);
  box-shadow: 0 -16px 42px rgba(31, 0, 9, 0.16);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}

body.law-rose-background-page .store-footer :is(p, a) {
  color: rgba(255, 247, 249, 0.74);
}

/* One background layer, with readable glass on every selected public page. */
body.law-rose-background-page :is(main, section, article, header, footer) {
  background-image: none !important;
}

body.law-rose-background-page :is(.law-unified-header.store-header, .store-header) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(20, 0, 7, 0.42) !important;
  box-shadow: 0 12px 32px rgba(31, 0, 9, 0.22) !important;
  -webkit-backdrop-filter: blur(22px) saturate(135%) !important;
  backdrop-filter: blur(22px) saturate(135%) !important;
}

body.law-rose-background-page :is(.law-unified-header, .store-header)
  :is(.store-main-nav a, .store-icon-button, .store-brand, svg) {
  color: #fffafa !important;
  stroke: currentColor !important;
}

html body.law-rose-background-page #lawUnifiedHeader.store-header .store-main-nav a,
html body.law-rose-background-page #lawUnifiedHeader.store-header .store-main-nav a:hover,
html body.law-rose-background-page #lawUnifiedHeader.store-header .store-main-nav a[aria-current='page'],
html body.law-rose-background-page #lawUnifiedHeader.store-header .store-icon-button {
  color: #fffafa !important;
}

html body.law-rose-background-page #lawUnifiedHeader.store-header
  :is(.store-icon-button, .store-brand) svg {
  color: #fffafa !important;
  stroke: currentColor !important;
}

body.law-rose-background-page :is(.law-unified-header, .store-header) .store-brand__mark img {
  filter: none !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.cc-final-footer, .law-footer, footer.footer, body > footer),
body.law-rose-background-page .store-footer {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(20, 0, 7, 0.44) !important;
  box-shadow: 0 -18px 44px rgba(31, 0, 9, 0.18) !important;
  -webkit-backdrop-filter: blur(20px) saturate(125%) !important;
  backdrop-filter: blur(20px) saturate(125%) !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.cc-final-footer, .law-footer, footer.footer, body > footer)
  :is(h2, h3, strong, a, p, span),
body.law-rose-background-page .store-footer :is(h2, h3, strong, a, p, span) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.cc-final-footer, .law-footer, footer.footer, body > footer) p,
html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.cc-final-footer__bottom, .law-footer__bottom) {
  color: rgba(255, 247, 249, 0.72) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.cc-final-footer__brand, .law-footer__brand) img {
  filter: none !important;
}

html.law-public-light:not(#law-rose-solid-surface)
  body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.btn-secondary, .ghost-btn, .secondary-btn),
body.law-rose-background-page :is(.btn-secondary, .ghost-btn, .secondary-btn) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  background: rgba(20, 0, 7, 0.22) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

html.law-public-light:not(#law-rose-solid-surface)
  body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)
  :is(.btn-secondary, .ghost-btn, .secondary-btn):is(:hover, :focus-visible) {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

html.law-public-light:not(#law-rose-solid-surface)
  body.law-rose-background-page.law-companie-page.law-editorial-minimal:not(#law-legacy-theme)
  .company-actions a.btn.btn-secondary {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(20, 0, 7, 0.22) !important;
  background-image: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

/* Contact */
html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  :is(.contact-hero-card, .contact-form, .support-bank, .contact-guide) {
  color: #fffafa !important;
  background: rgba(20, 0, 7, 0.32) !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  :is(.contact-hero-card, .contact-form, .support-bank, .contact-guide, .contact-direct, .contact-quick-action)
  :is(h1, h2, h3, h4, p, span, strong, small, label, a, summary) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-guide details,
html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-guide details[open] {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(20, 0, 7, 0.24) !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-guide details :is(summary, p) {
  color: #fffafa !important;
}

/* Company */
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-page, .company-shell) {
  color: #fffafa !important;
  background: transparent !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-hero, .company-hero-copy, .company-hero-visual, .company-facts, .company-story, .company-process, .company-values, .company-next) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background-color: rgba(20, 0, 7, 0.3) !important;
  background-image: none !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-hero, .company-hero-copy, .company-hero-visual, .company-facts, .company-story, .company-process, .company-values, .company-next, .company-value-grid article, .company-process li)
  :is(h1, h2, h3, p, span, strong, small, a) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-value-grid article, .company-process li, .company-facts > div) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-hero-visual img {
  filter: drop-shadow(0 28px 34px rgba(20, 0, 7, 0.34)) !important;
}

/* Account, cart and checkout */
html.law-public-light body.law-rose-background-page:is(.law-account-page, .law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.account-hero, .account-card, .hero-side, .sidebar, .company-profile-box, .cart-hero, .checkout-hero, .cart-main, .checkout-main, .checkout-card, .summary-card) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(20, 0, 7, 0.34) !important;
  box-shadow: var(--law-rose-shadow) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-account-page, .law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.hero-stat, .mini-box, .company-type-card, .customer-type-card, .address-card, .notification-card, .order-item, .cart-item, .security-box, .contact-grid, .summary-line, .payment-box, .bank-transfer-note, .company-note, .company-hint, .secure-note) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-account-page, .law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.account-hero, .account-card, .hero-side, .sidebar, .company-profile-box, .cart-hero, .checkout-hero, .cart-main, .checkout-main, .checkout-card, .summary-card, .hero-stat, .mini-box, .company-type-card, .customer-type-card, .address-card, .notification-card, .order-item, .cart-item, .security-box, .contact-grid, .summary-line, .payment-box, .bank-transfer-note)
  :is(h1, h2, h3, h4, p, span, strong, small, label, legend, dt, dd, a) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page:is(.law-account-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.company-type-card.is-active, .customer-type-card.is-active) {
  border-color: rgba(255, 107, 145, 0.58) !important;
  background: rgba(212, 20, 63, 0.2) !important;
}

/* Authentication */
html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .password-shell {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(20, 0, 7, 0.22) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .password-shell input {
  color: #fffafa !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .password-shell input::placeholder {
  color: rgba(255, 247, 249, 0.64) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .toggle-password {
  color: #fffafa !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .auth-card a:not(.btn) {
  color: #ff9db6 !important;
}

/* Match the open catalogue canvas on all rose-backed content pages. */
html.law-public-light body.law-rose-background-page:is(.law-contact-page, .law-companie-page, .law-account-page, .law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.contact-hero-card, .contact-form, .support-bank, .contact-guide, .company-hero, .company-hero-copy, .company-hero-visual, .company-facts, .company-story, .company-process, .company-values, .company-next, .account-hero, .account-card, .hero-side, .sidebar, .company-profile-box, .cart-hero, .checkout-hero, .cart-main, .checkout-main, .checkout-card, .summary-card) {
  background-color: rgba(20, 0, 7, 0.2) !important;
  background-image: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(10px) saturate(115%) !important;
  backdrop-filter: blur(10px) saturate(115%) !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  main.company-page::before {
  display: none !important;
  content: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-next-mark {
  display: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-next {
  grid-template-columns: minmax(0, 1fr) auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-next > div:first-child {
  max-width: 820px !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-next h2 {
  max-width: 12ch !important;
  font-size: clamp(52px, 5.8vw, 96px) !important;
  line-height: 0.9 !important;
}

html.law-public-light body.law-rose-background-page.law-wishlist-page:not(#law-legacy-theme)
  :is(.hero, .empty) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-wishlist-page:not(#law-legacy-theme)
  :is(.pill, .eyebrow) {
  color: #fffafa !important;
  border-color: rgba(255, 181, 199, 0.46) !important;
  background: rgba(212, 20, 63, 0.2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

html.law-public-light body.law-rose-background-page.law-wishlist-page:not(#law-legacy-theme)
  .product-card__favorite {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
  background: rgba(20, 0, 7, 0.24) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .breadcrumbs :is(a, span) {
  color: rgba(255, 247, 249, 0.72) !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .bank-transfer-note .bank-row {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.09) !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .bank-transfer-note .bank-row :is(strong, code) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  #copyIbanBtn {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  background: rgba(20, 0, 7, 0.3) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .payment-option input:checked + .payment-box {
  color: #fffafa !important;
  border-color: rgba(255, 181, 199, 0.72) !important;
  background: linear-gradient(135deg, rgba(212, 20, 63, 0.44), rgba(111, 8, 34, 0.38)) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 145, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .payment-option input:checked + .payment-box :is(strong, span, small) {
  color: #fffafa !important;
}

/* Liquid-glass notifications on every rose-backed page. */
body.law-rose-background-page :is(.store-toast, .toast, .cc-toast-card, .notification, .status-toast, #toast) {
  color: #fff7f9 !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.035) 48%, rgba(161, 13, 52, 0.10)),
    rgba(17, 2, 9, 0.42) !important;
  box-shadow:
    0 18px 48px rgba(20, 0, 8, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06) !important;
  -webkit-backdrop-filter: blur(28px) saturate(165%) !important;
  backdrop-filter: blur(28px) saturate(165%) !important;
}

body.law-rose-background-page :is(.store-toast--success, .toast.success, .toast.is-success) {
  border-color: rgba(22, 101, 52, 0.34) !important;
}

body.law-rose-background-page :is(.store-toast--error, .toast.error, .toast.is-error) {
  border-color: rgba(212, 20, 63, 0.46) !important;
}

@media (max-width: 700px) {
  body.law-rose-background-page {
    --law-rose-backdrop-opacity: 0.34;
  }

  body.law-rose-background-page::before,
  html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)::before {
    background-image:
      linear-gradient(rgba(29, 0, 8, 0.16), rgba(29, 0, 8, 0.27)),
      url('images/backgrounds/law-rose-mobile.webp') !important;
    background-position: center center !important;
  }

  body.law-rose-background-page.law-store-page .catalog-intro {
    background: transparent;
  }

  body.law-rose-background-page.law-product-page .product-purchase,
  body.law-rose-background-page.law-product-page :is(.size-guide-section, .related-section) {
    background: transparent;
  }
}

@media (max-width: 900px) {
  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-next {
    grid-template-columns: 1fr !important;
  }

  body.law-rose-background-page.law-store-page .filter-drawer {
    top: 5px !important;
    width: calc(100% - 8px) !important;
    height: calc(100dvh - 10px) !important;
    border-radius: 28px 0 0 28px !important;
  }

  body.law-rose-background-page.law-store-page .law-select {
    min-width: 0;
  }

  body.law-rose-background-page :is(.mobile-store-nav, .law-unified-mobile-nav) {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.42) !important;
    background: rgba(20, 0, 7, 0.2) !important;
    box-shadow: 0 14px 42px rgba(31, 0, 9, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
    -webkit-backdrop-filter: blur(26px) saturate(145%) !important;
    backdrop-filter: blur(26px) saturate(145%) !important;
  }

  body.law-rose-background-page :is(.mobile-store-nav, .law-unified-mobile-nav)::before {
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.16) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 7px 18px rgba(31, 0, 9, 0.2) !important;
  }

  body.law-rose-background-page :is(.mobile-store-nav, .law-unified-mobile-nav) a,
  body.law-rose-background-page :is(.mobile-store-nav, .law-unified-mobile-nav) a[aria-current='page'] {
    color: #fff !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.law-rose-background-page {
    --law-rose-surface: #2c0712;
    --law-rose-surface-strong: #22040d;
    --law-rose-surface-soft: #3a101c;
  }
}

/*
 * Rose canvas v5
 *
 * Several legacy public pages used a decorative circular body::before layer.
 * The rose canvas intentionally owns that same pseudo-element, so clear every
 * shape-only property here before the page-specific editorial styling begins.
 */
html:has(body.law-rose-background-page) {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

html:has(body.law-rose-background-page)::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.law-rose-background-page::before,
html.law-public-light body.law-rose-background-page.law-editorial-minimal:not(#law-legacy-theme)::before {
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  background-clip: border-box !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}

/*
 * Shared liquid controls. The old pages used pale filled badges that read as
 * small white blocks over the image. These are now dark glass pills with a
 * single restrained highlight, matching the storefront controls.
 */
html.law-public-light body.law-rose-background-page:not(#law-legacy-theme)
  :is(.pill, .eyebrow, .company-section-index, .hero-pill, .admin-login-chip) {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 34px !important;
  padding: 7px 14px !important;
  color: #fffafa !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(43, 2, 15, 0.5), rgba(120, 8, 38, 0.28)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 20px rgba(31, 0, 9, 0.13) !important;
  -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
  backdrop-filter: blur(14px) saturate(125%) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
}

html.law-public-light body.law-rose-background-page:not(#law-legacy-theme)
  :is(.btn-primary, .cart-btn, .store-primary-button, #applyFilters) {
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(237, 26, 78, 0.96), rgba(145, 10, 42, 0.98)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(105, 3, 32, 0.26) !important;
}

html.law-public-light body.law-rose-background-page:not(#law-legacy-theme)
  :is(.btn-secondary, .ghost-btn, .secondary-btn) {
  border-radius: 999px !important;
  background: rgba(20, 0, 7, 0.22) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

/*
 * Company: editorial sections, not stacked translucent rectangles.
 */
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-shell {
  width: min(calc(100% - 48px), 1280px) !important;
  margin: 0 auto !important;
  padding: clamp(34px, 5vw, 78px) 0 clamp(96px, 10vw, 156px) !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-hero, .company-hero-copy, .company-hero-visual, .company-facts, .company-story, .company-process, .company-values, .company-next) {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-hero, .company-story, .company-process, .company-values, .company-next)::before,
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-hero, .company-story, .company-process, .company-values, .company-next)::after,
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-hero-copy, .company-hero-visual)::before {
  display: none !important;
  content: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr) !important;
  gap: clamp(28px, 5vw, 76px) !important;
  min-height: 0 !important;
  padding: 0 0 clamp(28px, 4vw, 52px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-hero-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: 0 !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-hero-copy h1 {
  max-width: 8ch !important;
  margin: 20px 0 24px !important;
  font-size: clamp(58px, 6vw, 108px) !important;
  line-height: 0.88 !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-hero-copy .company-lead {
  max-width: 38rem !important;
  margin: 0 0 28px !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.7 !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-hero-visual {
  display: grid !important;
  place-items: center !important;
  min-height: clamp(390px, 46vw, 610px) !important;
  padding: 0 !important;
  overflow: visible !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-hero-visual img {
  width: min(100%, 510px) !important;
  max-height: min(58vw, 610px) !important;
  object-fit: contain !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-facts {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: clamp(8px, 2vw, 22px) !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-facts > div {
  min-height: 0 !important;
  padding: 8px clamp(14px, 2vw, 28px) !important;
  color: #fffafa !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-facts > div:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story, .company-process, .company-values) {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr) !important;
  gap: clamp(30px, 6vw, 104px) !important;
  align-items: start !important;
  min-height: 0 !important;
  padding: clamp(42px, 6vw, 88px) 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story, .company-process, .company-values) > header {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story, .company-process, .company-values) h2 {
  max-width: 8ch !important;
  margin-top: 18px !important;
  font-size: clamp(44px, 4.8vw, 76px) !important;
  line-height: 0.9 !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-story-copy {
  max-width: 52rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-story-copy p {
  margin: 0 0 22px !important;
  font-size: clamp(18px, 1.5vw, 23px) !important;
  line-height: 1.65 !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-process ol,
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-value-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 clamp(26px, 4vw, 54px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-process li, .company-value-grid article) {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 16px !important;
  min-height: 0 !important;
  padding: 22px 0 !important;
  color: #fffafa !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-process li > span, .company-value-grid article > span) {
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  color: #fffafa !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 50% !important;
  background: rgba(20, 0, 7, 0.18) !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-next {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 34px !important;
  padding: clamp(48px, 7vw, 98px) 0 0 !important;
  border: 0 !important;
}

/*
 * Contact: keep the information centred and let the rose image breathe.
 */
html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-page > .container {
  width: min(calc(100% - 48px), 1280px) !important;
  margin: 0 auto !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  :is(.contact-hero-card, .contact-form, .contact-guide, .contact-reference-grid, .support-bank) {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  :is(.contact-hero-card, .contact-form, .contact-guide, .contact-reference-grid)::before,
html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  :is(.contact-hero-card, .contact-form, .contact-guide)::after {
  display: none !important;
  content: none !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-hero-card {
  width: min(100%, 1180px) !important;
  margin: 0 auto !important;
  padding: clamp(44px, 6vw, 84px) 0 clamp(28px, 4vw, 46px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24) !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-hero-card h1 {
  max-width: 13ch !important;
  margin: 18px 0 18px !important;
  font-size: clamp(48px, 6.2vw, 92px) !important;
  line-height: 0.9 !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-hero-card > p {
  max-width: 48rem !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.65 !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-quick-actions {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: clamp(28px, 4vw, 48px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-quick-action {
  min-height: 0 !important;
  padding: 18px clamp(12px, 1.5vw, 22px) !important;
  color: #fffafa !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-quick-action:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-workspace {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr) !important;
  gap: clamp(30px, 5vw, 72px) !important;
  width: min(100%, 1180px) !important;
  margin: clamp(38px, 5vw, 72px) auto !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  :is(.contact-form, .contact-guide) {
  min-height: 0 !important;
  padding: 0 !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-form :is(input, textarea),
html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-guide details {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  border-radius: 22px !important;
  background: rgba(20, 0, 7, 0.26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-reference-grid {
  width: min(100%, 1180px) !important;
  margin: 0 auto clamp(82px, 9vw, 138px) !important;
  padding-top: 26px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
  .contact-reference-grid article {
  padding: 10px 0 !important;
  color: #fffafa !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/*
 * Cart and checkout: the content is grouped by rhythm and separators rather
 * than a second set of oversized glass rectangles.
 */
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  main.section > .container {
  width: min(calc(100% - 48px), 1280px) !important;
  margin: 0 auto !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero, .cart-main, .checkout-main, .checkout-card, .summary-card, .hero-copy, .hero-side, .contact-grid) {
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero, .hero-copy, .hero-side, .cart-main, .checkout-card, .summary-card)::before,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero, .hero-copy, .hero-side)::after {
  display: none !important;
  content: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  margin: 0 !important;
  padding: clamp(38px, 5vw, 72px) 0 clamp(28px, 4vw, 48px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) .hero-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 0 !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) h1 {
  max-width: 9ch !important;
  margin: 18px 0 20px !important;
  font-size: clamp(52px, 5.6vw, 88px) !important;
  line-height: 0.9 !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) .hero-side {
  display: block !important;
  padding: 0 !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) .mini-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) .mini-box,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-item, .payment-box, .customer-type-card) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  border-radius: 22px !important;
  background: rgba(20, 0, 7, 0.2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-layout, .checkout-layout) {
  gap: clamp(30px, 5vw, 70px) !important;
  margin-top: clamp(34px, 5vw, 64px) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .cart-main,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .checkout-card {
  padding: 0 0 30px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-card {
  padding: 0 0 26px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line {
  padding: 14px 0 !important;
  color: #fffafa !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .contact-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 36px !important;
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .contact-grid .contact-box {
  padding: 8px 22px !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .contact-grid .contact-box:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .bank-transfer-note {
  margin-top: 20px !important;
  padding: 16px 18px !important;
  color: #fffafa !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 24px !important;
  background: rgba(20, 0, 7, 0.2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .bank-transfer-note .bank-row {
  min-height: 0 !important;
  padding: 10px 0 !important;
  color: #fffafa !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .bank-transfer-note > strong + .bank-row {
  margin-top: 10px !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  #copyIbanBtn {
  min-height: 38px !important;
  padding: 0 14px !important;
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  border-radius: 999px !important;
  background: rgba(20, 0, 7, 0.34) !important;
}

/*
 * Authentication retains one deliberate rounded panel, without the stacked
 * white/pink surfaces inherited from the original light theme.
 */
html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .auth-shell {
  min-height: calc(100vh - 86px) !important;
  padding: clamp(32px, 7vw, 92px) 24px calc(112px + env(safe-area-inset-bottom)) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .auth-card {
  width: min(100%, 560px) !important;
  padding: clamp(26px, 4vw, 46px) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  border-radius: 32px !important;
  background: rgba(20, 0, 7, 0.28) !important;
  box-shadow: 0 22px 60px rgba(31, 0, 9, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(18px) saturate(125%) !important;
  backdrop-filter: blur(18px) saturate(125%) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .auth-card::before,
html.law-public-light body.law-rose-background-page:is(.law-login-page, .law-register-page):not(#law-legacy-theme)
  .auth-card::after {
  display: none !important;
  content: none !important;
}

/*
 * Mobile dock: one contained glass capsule with a stable active indicator.
 */
@media (max-width: 900px) {
  body.law-rose-background-page.law-has-unified-header:not(.law-index-page) {
    padding-bottom: calc(98px + env(safe-area-inset-bottom)) !important;
  }

  body.law-rose-background-page .law-unified-mobile-nav {
    right: auto !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: 50% !important;
    width: min(calc(100% - 24px), 560px) !important;
    height: 67px !important;
    min-height: 67px !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: hidden !important;
    color: #fffafa !important;
    border-color: rgba(255, 255, 255, 0.42) !important;
    border-radius: 25px !important;
    background: rgba(20, 0, 7, 0.2) !important;
    box-shadow: 0 14px 42px rgba(31, 0, 9, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
    -webkit-backdrop-filter: blur(26px) saturate(145%) !important;
    backdrop-filter: blur(26px) saturate(145%) !important;
    transform: translateX(-50%) !important;
  }

  body.law-rose-background-page .law-unified-mobile-nav::before {
    top: 5px !important;
    bottom: 5px !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 7px 18px rgba(31, 0, 9, 0.2) !important;
  }

  body.law-rose-background-page .law-unified-mobile-nav a,
  body.law-rose-background-page .law-unified-mobile-nav a:hover,
  body.law-rose-background-page .law-unified-mobile-nav a[aria-current='page'] {
    min-height: 55px !important;
    padding: 5px 2px 4px !important;
    color: rgba(255, 250, 250, 0.8) !important;
    border-radius: 20px !important;
  }

  body.law-rose-background-page .law-unified-mobile-nav a[aria-current='page'],
  body.law-rose-background-page .law-unified-mobile-nav a[aria-current='page'] :is(span, svg) {
    color: #fff !important;
  }

  body.law-rose-background-page .law-unified-mobile-nav a :is(span, svg) {
    color: inherit !important;
    stroke: currentColor !important;
  }

  body.law-rose-background-page .law-unified-mobile-nav .store-count {
    top: 3px !important;
    right: calc(50% - 20px) !important;
    color: #8f0c29 !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: #fffafa !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-shell,
  html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
    .contact-page > .container,
  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    main.section > .container {
    width: min(calc(100% - 32px), 700px) !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-hero,
  html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
    .contact-workspace,
  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    :is(.cart-hero, .checkout-hero) {
    grid-template-columns: 1fr !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-hero {
    gap: 26px !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-hero-copy h1,
  html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
    .contact-hero-card h1,
  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    :is(.cart-hero, .checkout-hero) h1 {
    max-width: 11ch !important;
    font-size: clamp(46px, 14vw, 66px) !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-hero-visual {
    min-height: 330px !important;
    order: 2 !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-facts {
    grid-template-columns: 1fr !important;
    margin-top: 0 !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-facts > div,
  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    .contact-grid .contact-box {
    padding: 16px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-left: 0 !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    :is(.company-story, .company-process, .company-values) {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 46px 0 !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    :is(.company-process ol, .company-value-grid) {
    grid-template-columns: 1fr !important;
  }

  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-next {
    display: grid !important;
    align-items: start !important;
    padding-top: 48px !important;
  }

  html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
    .contact-hero-card {
    padding-top: 36px !important;
  }

  html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
    .contact-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
    .contact-quick-action {
    min-height: 98px !important;
    padding: 16px 10px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
    .contact-quick-action:nth-child(odd) {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  html.law-public-light body.law-rose-background-page.law-contact-page:not(#law-legacy-theme)
    .contact-quick-action:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    :is(.cart-layout, .checkout-layout) {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    .contact-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v7 cleanup: keep the rose canvas open and remove the remaining panel layers. */
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story, .company-process, .company-values) > header,
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story-copy, .company-process ol, .company-value-grid),
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-process li, .company-value-grid article) {
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story, .company-process, .company-values) > header::before,
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story, .company-process, .company-values) > header::after,
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story-copy, .company-process ol, .company-value-grid)::before,
html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  :is(.company-story-copy, .company-process ol, .company-value-grid)::after {
  display: none !important;
  content: none !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-value-grid article {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  grid-template-areas:
    "index title"
    "copy copy" !important;
  column-gap: 14px !important;
  row-gap: 12px !important;
  align-content: start !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-value-grid article > span {
  grid-area: index !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-value-grid article > strong {
  grid-area: title !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
  .company-value-grid article > p {
  grid-area: copy !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

@media (min-width: 1200px) {
  html.law-public-light body.law-rose-background-page.law-companie-page:not(#law-legacy-theme)
    .company-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) .mini-grid {
  gap: 0 !important;
  margin-top: 22px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) .mini-box {
  padding: 15px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) .mini-box:first-child {
  border-top: 0 !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-lines {
  gap: 0 !important;
  margin: 18px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line {
  min-height: 0 !important;
  padding: 15px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line:first-child {
  border-top: 0 !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line.total {
  margin: 0 !important;
  padding: 19px 0 !important;
  border-top-color: rgba(255, 255, 255, 0.28) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
}

/* Sizes stay crisp and square in the catalogue and on the product page. */
body.law-rose-background-page.law-store-page .product-card__size,
body.law-rose-background-page.law-product-page .product-card__size,
body.law-rose-background-page.law-product-page .product-size,
body.law-rose-background-page .law-card-size,
body.law-rose-background-page .law-size-option {
  border-radius: 3px !important;
}

@media (max-width: 900px) {
  body .mobile-store-nav a {
    position: relative !important;
  }

  body .mobile-store-nav .store-count {
    top: 3px !important;
    right: 6px !important;
    left: auto !important;
    transform: none !important;
  }
}

/* v8: remove redundant cart/checkout tiles and keep totals as one clean readout. */
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.cart-hero, .checkout-hero) .mini-grid,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .contact-grid {
  display: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-lines {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 10px 22px !important;
  margin: 18px 0 !important;
  border: 0 !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line.total {
  display: inline-flex !important;
  flex: 0 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fffafa !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line.total {
  margin-left: auto !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    .summary-lines {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 18px !important;
  }

  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    .summary-line {
    justify-content: space-between !important;
  }

  html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
    .summary-line.total {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-top: 4px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
    justify-content: space-between !important;
  }
}

@media (max-width: 900px) {
  body.law-rose-background-page .mobile-store-nav .store-count {
    color: #fff !important;
    border-color: #fff !important;
    background: #d70f42 !important;
    box-shadow: 0 3px 8px rgba(58, 0, 16, 0.34) !important;
  }
}

/* v9: the cart summary is text over the rose, not another stack of tiles. */
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-lines,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line > :is(span, strong) {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-lines {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  margin: 18px 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line.total {
  display: flex !important;
  width: 100% !important;
  min-height: 0 !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fffafa !important;
  border: 0 !important;
  border-radius: 0 !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line > span,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line > strong {
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  .summary-line.total {
  margin-top: 4px !important;
  padding-top: 14px !important;
  color: #fff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.32) !important;
}

/* v12: final commerce cleanup and live mobile counters. */
html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  :is(.side-link, .admin-panel-link) {
  display: flex !important;
  width: 100% !important;
  min-height: 48px !important;
  align-items: center !important;
  padding: 11px 16px !important;
  color: rgba(255, 250, 250, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(20, 0, 7, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  :is(.side-link, .admin-panel-link):is(:hover, :focus-visible, .active) {
  color: #fff !important;
  border-color: rgba(255, 170, 192, 0.58) !important;
  background: linear-gradient(135deg, rgba(221, 14, 65, 0.78), rgba(132, 3, 37, 0.56)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 10px 24px rgba(55, 0, 16, 0.2) !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.summary-lines, .summary-line, .summary-line > span, .summary-line > strong) {
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.summary-lines, .summary-line)::before,
html.law-public-light body.law-rose-background-page:is(.law-cart-page, .law-checkout-page):not(#law-legacy-theme)
  :is(.summary-lines, .summary-line)::after {
  content: none !important;
}

html.law-public-light body.law-rose-background-page.law-cart-page:not(#law-legacy-theme)
  .cart-meta .meta-pill {
  padding: 5px 8px !important;
  color: rgba(255, 250, 250, 0.86) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 5px !important;
  background: rgba(20, 0, 7, 0.18) !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-cart-page:not(#law-legacy-theme)
  :is(.qty-box, .qty-btn, .remove-btn) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  background: rgba(20, 0, 7, 0.2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

html.law-public-light body.law-rose-background-page.law-cart-page:not(#law-legacy-theme)
  .qty-btn:is(:hover, :focus-visible),
html.law-public-light body.law-rose-background-page.law-cart-page:not(#law-legacy-theme)
  .remove-btn:is(:hover, :focus-visible) {
  border-color: rgba(255, 133, 164, 0.64) !important;
  background: rgba(207, 12, 60, 0.34) !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  :is(.saved-address-box, .saved-address-preview) {
  color: #fffafa !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 26px !important;
  background: rgba(20, 0, 7, 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(14px) saturate(120%) !important;
  backdrop-filter: blur(14px) saturate(120%) !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .saved-address-controls select {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  border-radius: 999px !important;
  background: rgba(20, 0, 7, 0.34) !important;
}

html.law-public-light body.law-rose-background-page.law-checkout-page:not(#law-legacy-theme)
  .saved-address-controls select option {
  color: #fff !important;
  background: #2b020e !important;
}

body.law-rose-background-page.law-shop-page .product-card__size,
body.law-rose-background-page.law-product-page :is(.product-card__size, .product-size) {
  border-radius: 4px !important;
}

@media (max-width: 900px) {
  body.law-rose-background-page .mobile-store-nav a {
    position: relative !important;
  }

  body.law-rose-background-page .mobile-store-nav .store-count {
    top: 5px !important;
    right: auto !important;
    left: calc(50% + 4px) !important;
    width: 17px !important;
    min-width: 17px !important;
    height: 17px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    transform: none !important;
    color: #fff !important;
    border: 2px solid rgba(255, 250, 250, 0.98) !important;
    border-radius: 50% !important;
    background: #d70f42 !important;
    box-shadow: 0 3px 8px rgba(58, 0, 16, 0.36) !important;
    font-size: 9px !important;
    line-height: 1 !important;
    z-index: 4 !important;
  }
}

/* v13: account navigation, order history and notification polish. */
html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .account-layout > .sidebar :is(.side-link, .admin-panel-link) {
  display: flex !important;
  width: 100% !important;
  min-height: 48px !important;
  align-items: center !important;
  margin: 0 0 9px !important;
  padding: 10px 16px !important;
  color: rgba(255, 250, 250, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(20, 0, 7, 0.2) !important;
  background-image: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
  backdrop-filter: blur(14px) saturate(125%) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .account-layout > .sidebar :is(.side-link, .admin-panel-link):is(:hover, :focus-visible, .active) {
  color: #fff !important;
  border-color: rgba(255, 177, 198, 0.62) !important;
  background: linear-gradient(135deg, rgba(220, 13, 64, 0.8), rgba(126, 2, 35, 0.6)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 10px 25px rgba(49, 0, 14, 0.24) !important;
}

body.law-rose-background-page .cc-toast-stack {
  right: clamp(12px, 2vw, 24px) !important;
  bottom: clamp(88px, 10vh, 118px) !important;
  width: min(390px, calc(100vw - 24px)) !important;
}

body.law-rose-background-page .cc-toast-card {
  grid-template-columns: 40px minmax(0, 1fr) 30px !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 14px 15px !important;
  color: #fff7f9 !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.035) 48%, rgba(185, 21, 67, 0.10)),
    rgba(14, 1, 7, 0.40) !important;
  box-shadow:
    0 20px 52px rgba(29, 0, 10, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06) !important;
  -webkit-backdrop-filter: blur(30px) saturate(170%) !important;
  backdrop-filter: blur(30px) saturate(170%) !important;
}

body.law-rose-background-page .cc-toast-card::before {
  background:
    linear-gradient(115deg, rgba(255,255,255,.22), rgba(255,255,255,.02) 38%, rgba(255,255,255,.08)),
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.16), transparent 42%),
    radial-gradient(circle at 92% 110%, rgba(185,21,67,.18), transparent 38%) !important;
  opacity: 1 !important;
}

body.law-rose-background-page .cc-toast-card :is(strong, span) {
  opacity: 1 !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22) !important;
}

body.law-rose-background-page .cc-toast-card strong {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

body.law-rose-background-page .cc-toast-card span {
  color: rgba(255, 247, 249, 0.76) !important;
  font-size: 13px !important;
}

body.law-rose-background-page .cc-toast-card .cc-toast-icon {
  width: 38px !important;
  height: 38px !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 50% !important;
  background:
    linear-gradient(180deg, rgba(213, 24, 72, 0.82), rgba(115, 6, 39, 0.72)) !important;
  box-shadow:
    0 8px 20px rgba(79, 0, 24, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
  -webkit-backdrop-filter: blur(14px) saturate(155%) !important;
  backdrop-filter: blur(14px) saturate(155%) !important;
}

body.law-rose-background-page .cc-toast-card.is-success .cc-toast-icon {
  background: linear-gradient(180deg, rgba(213, 24, 72, 0.82), rgba(115, 6, 39, 0.72)) !important;
}

body.law-rose-background-page .cc-toast-card.is-error .cc-toast-icon {
  background: linear-gradient(180deg, rgba(226, 63, 96, 0.84), rgba(110, 3, 31, 0.74)) !important;
}

body.law-rose-background-page .cc-toast-card .cc-toast-close {
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  color: rgba(255, 247, 249, 0.84) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
}

body.law-rose-background-page .cc-toast-card .cc-toast-close:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .notification-card {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(20, 0, 7, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .notification-card :is(strong, p, small) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .notification-card p,
html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .notification-card small {
  opacity: 0.72 !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .notification-icon {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, rgba(222, 18, 67, 0.88), rgba(111, 5, 34, 0.76)) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-pro {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 18px 0 20px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-step {
  min-height: 112px !important;
  padding: 13px !important;
  color: rgba(255, 250, 250, 0.62) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 20px !important;
  background: rgba(20, 0, 7, 0.26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-step::before {
  height: 3px !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-step:is(.done, .current) {
  color: #fff !important;
  border-color: rgba(255, 139, 168, 0.55) !important;
  background: linear-gradient(145deg, rgba(211, 15, 62, 0.46), rgba(101, 3, 30, 0.34)) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-step.current {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 14px 30px rgba(72, 0, 20, 0.2) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-step :is(strong, span) {
  color: inherit !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-step span {
  opacity: 0.72 !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-dot {
  color: #ffb3c6 !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(20, 0, 7, 0.34) !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-timeline-step:is(.done, .current) .order-timeline-dot {
  color: #7b0b2b !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: #fff7f9 !important;
  box-shadow: 0 8px 18px rgba(58, 0, 16, 0.24) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-actions .small-btn,
html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-head .small-btn {
  min-height: 44px !important;
  padding: 9px 16px !important;
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(20, 0, 7, 0.24) !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-actions .small-btn:is(:hover, :focus-visible),
html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-head .small-btn:is(:hover, :focus-visible) {
  border-color: rgba(255, 139, 168, 0.58) !important;
  background: rgba(207, 12, 60, 0.34) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-status {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(20, 0, 7, 0.26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-status:is(.status-confirmed, .status-processing, .status-shipped, .status-delivered) {
  border-color: rgba(255, 139, 168, 0.5) !important;
  background: rgba(207, 12, 60, 0.3) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-panel {
  margin-top: 18px !important;
  padding: clamp(16px, 2.4vw, 24px) !important;
  color: #fffafa !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 26px !important;
  background: rgba(20, 0, 7, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(16px) saturate(125%) !important;
  backdrop-filter: blur(16px) saturate(125%) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-head {
  margin-bottom: 16px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: transparent !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-head strong {
  color: #fffafa !important;
  font-size: clamp(22px, 3vw, 30px) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-thread {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-thread .empty-note {
  padding: 16px !important;
  color: rgba(255, 250, 250, 0.68) !important;
  border: 1px dashed rgba(255, 255, 255, 0.2) !important;
  border-radius: 18px !important;
  background: rgba(20, 0, 7, 0.18) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-bubble {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: none !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-bubble.customer {
  border-top-right-radius: 7px !important;
  background: linear-gradient(145deg, rgba(208, 13, 61, 0.38), rgba(100, 2, 29, 0.28)) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-bubble.admin {
  border-top-left-radius: 7px !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-bubble :is(.order-message-meta, .order-message-text) {
  color: #fffafa !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-meta {
  opacity: 0.64 !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-form textarea {
  min-height: 112px !important;
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  border-radius: 22px !important;
  background: rgba(8, 0, 3, 0.3) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
  .order-message-form textarea::placeholder {
  color: rgba(255, 250, 250, 0.54) !important;
}

@media (max-width: 760px) {
  body.law-rose-background-page .cc-toast-stack {
    right: 12px !important;
    bottom: 96px !important;
  }

  html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
    .order-timeline-pro {
    display: flex !important;
    gap: 9px !important;
    overflow-x: auto !important;
    padding: 0 0 7px !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
  }

  html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
    .order-timeline-pro::-webkit-scrollbar {
    display: none !important;
  }

  html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
    .order-timeline-step {
    flex: 0 0 132px !important;
    min-height: 108px !important;
    scroll-snap-align: start !important;
  }

  html.law-public-light body.law-rose-background-page.law-account-page:not(#law-legacy-theme)
    .order-message-form {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* v15: account controls stay burgundy glass after the public light theme loads. */
html#lawAccountRoot.law-public-light body#lawAccountPage.law-account-page.law-rose-background-page
  .account-layout > aside.sidebar button.side-link,
html#lawAccountRoot.law-public-light body#lawAccountPage.law-account-page.law-rose-background-page
  .account-layout > aside.sidebar a.admin-panel-link {
  color: rgba(255, 250, 250, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(20, 0, 7, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11) !important;
}

html#lawAccountRoot.law-public-light body#lawAccountPage.law-account-page.law-rose-background-page
  .account-layout > aside.sidebar button.side-link:is(:hover, :focus-visible, .active),
html#lawAccountRoot.law-public-light body#lawAccountPage.law-account-page.law-rose-background-page
  .account-layout > aside.sidebar a.admin-panel-link:is(:hover, :focus-visible) {
  color: #fff !important;
  border-color: rgba(255, 177, 198, 0.64) !important;
  background: linear-gradient(135deg, rgba(222, 17, 67, 0.82), rgba(112, 3, 32, 0.68)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 10px 25px rgba(49, 0, 14, 0.24) !important;
}

html#lawAccountRoot.law-public-light body#lawAccountPage.law-account-page.law-rose-background-page
  :is(.order-actions, .order-message-head) :is(button.small-btn, a.small-btn) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(20, 0, 7, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
}

html#lawAccountRoot.law-public-light body#lawAccountPage.law-account-page.law-rose-background-page
  :is(.order-actions, .order-message-head) :is(button.small-btn, a.small-btn):is(:hover, :focus-visible) {
  border-color: rgba(255, 139, 168, 0.58) !important;
  background: rgba(207, 12, 60, 0.38) !important;
}

/* v17: the rose canvas now covers every public page except the immersive home. */
html.law-public-light
  body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
  main.law-page {
  color: #fffafa !important;
  background: transparent !important;
}

html.law-public-light
  body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
  .law-page-hero {
  min-height: 0 !important;
  padding: clamp(28px, 4.5vw, 54px) 0 !important;
  color: #fffafa !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.law-public-light
  body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
  .law-page-hero :is(h1, h2, p, span, strong) {
  color: #fffafa !important;
}

html.law-public-light
  body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
  .law-content {
  background: transparent !important;
}

html.law-public-light
  body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
  :is(.law-section, .law-note, .law-404-card) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(20, 0, 7, 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
  -webkit-backdrop-filter: blur(12px) saturate(115%) !important;
  backdrop-filter: blur(12px) saturate(115%) !important;
}

html.law-public-light
  body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
  :is(.law-section, .law-note, .law-404-card) :is(h1, h2, h3, p, li, span, strong, a) {
  color: #fffafa !important;
}

html.law-public-light
  body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
  .law-nav-links a {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  background: rgba(20, 0, 7, 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

html.law-public-light
  body.law-rose-background-page.law-track-order-page:not(#law-legacy-theme)
  :is(.law-track-order__hero, .law-track-order__form-card, .law-track-order__help, .law-track-order__result, .law-track-order__block, .law-track-order__tracking) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(20, 0, 7, 0.24) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(12px) saturate(115%) !important;
  backdrop-filter: blur(12px) saturate(115%) !important;
}

html.law-public-light
  body.law-rose-background-page.law-track-order-page:not(#law-legacy-theme)
  :is(.law-track-order__hero, .law-track-order__form-card, .law-track-order__help, .law-track-order__result, .law-track-order__block, .law-track-order__tracking)
  :is(h1, h2, h3, p, li, span, strong, small, a, label) {
  color: #fffafa !important;
}

html.law-public-light
  body.law-rose-background-page.law-track-order-page:not(#law-legacy-theme)
  :is(.law-track-order__steps li, .law-track-order__stats > div, .law-track-order__item) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.09) !important;
}

html.law-public-light
  body.law-rose-background-page:is(.law-forgot-password-page, .law-reset-password-page):not(#law-legacy-theme)
  :is(.reset-shell, .reset-info, .reset-card, main.card) {
  color: #fffafa !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(20, 0, 7, 0.24) !important;
  background-image: none !important;
  box-shadow: var(--law-rose-shadow) !important;
  -webkit-backdrop-filter: blur(14px) saturate(115%) !important;
  backdrop-filter: blur(14px) saturate(115%) !important;
}

html.law-public-light
  body.law-rose-background-page:is(.law-forgot-password-page, .law-reset-password-page):not(#law-legacy-theme)
  :is(.reset-shell, .reset-info, .reset-card, main.card)
  :is(h1, h2, h3, p, span, strong, small, label, a) {
  color: #fffafa !important;
}

@media (max-width: 700px) {
  html.law-public-light
    body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
    .law-page-hero {
    padding: 28px 0 !important;
  }

  html.law-public-light
    body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
    .law-section {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  html.law-public-light
    body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
    .law-section > .law-nav-links {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  html.law-public-light
    body.law-rose-background-page:is(.law-legal-page, .law-system-page):not(#law-legacy-theme)
    .law-section > .law-nav-links a {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
