:root {
  --sp-shell-yellow: #ffcc05;
  --sp-shell-yellow-bright: #ffdc39;
  --sp-shell-ink: #171817;
  --sp-shell-ink-soft: #252724;
  --sp-shell-warm: #f4f0e7;
  --sp-shell-line: rgba(23, 24, 23, .16);
  --sp-shell-max: 1320px;
}

.sp-shell-wrap { width: min(calc(100% - 40px), var(--sp-shell-max)) !important; margin-inline: auto !important; }

[data-redesign-shell="header"] { position: sticky; top: 0; z-index: 100; box-shadow: 0 10px 28px rgba(0,0,0,.15); font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
[data-redesign-shell] *, [data-redesign-shell] *::before, [data-redesign-shell] *::after { box-sizing: border-box; }
[data-redesign-shell] a { color: inherit; text-decoration: none; }
[data-redesign-shell] button, [data-redesign-shell] input { font: inherit; }
[data-redesign-shell] button { color: inherit; }
[data-redesign-shell] .utility { background: var(--sp-shell-ink); color: #fff; }
[data-redesign-shell] .utility-row { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
[data-redesign-shell] .service-note { margin: 0; color: #d8d8d2; letter-spacing: .01em; }
[data-redesign-shell] .service-note strong { color: var(--sp-shell-yellow); font-weight: 750; }
[data-redesign-shell] .utility-nav { display: flex; align-items: center; gap: 22px; }
[data-redesign-shell] .utility-nav > a, [data-redesign-shell] .utility summary { color: #eee; }
[data-redesign-shell] .utility-nav > a:hover, [data-redesign-shell] .utility-nav > a:focus-visible, [data-redesign-shell] .utility summary:hover { color: var(--sp-shell-yellow); }
[data-redesign-shell] .cart-count { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 4px; border-radius: 99px; background: var(--sp-shell-yellow); color: var(--sp-shell-ink); font-size: 10px; font-weight: 800; }
[data-redesign-shell] details { position: relative; }
[data-redesign-shell] summary { cursor: pointer; list-style: none; }
[data-redesign-shell] summary::-webkit-details-marker { display: none; }
[data-redesign-shell] .chevron::after { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 0 3px 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
[data-redesign-shell] details[open] > .chevron::after { transform: rotate(225deg); margin-bottom: -1px; }
[data-redesign-shell] .dropdown { position: absolute; top: calc(100% + 14px); right: 0; width: 230px; padding: 10px; background: #fff; color: var(--sp-shell-ink); border: 1px solid var(--sp-shell-line); border-radius: 14px; box-shadow: 0 18px 44px rgba(0,0,0,.18); }
[data-redesign-shell] .dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -15px; height: 15px; }
[data-redesign-shell] .dropdown a { display: block; padding: 11px 12px; border-radius: 9px; font-size: 14px; }
[data-redesign-shell] .dropdown a:hover, [data-redesign-shell] .dropdown a:focus-visible { background: #f2eee4; }
[data-redesign-shell] .dropdown small { display: block; margin-top: 2px; color: #777; }
[data-redesign-shell] .dropdown-heading { display: block; padding: 9px 12px 5px; color: #777; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
[data-redesign-shell] .dropdown-heading:not(:first-child) { margin-top: 6px; border-top: 1px solid #ece8df; padding-top: 13px; }
[data-redesign-shell] .menu-count { display: inline-grid; place-items: center; min-width: 19px; height: 19px; margin-left: 6px; padding-inline: 5px; border-radius: 99px; background: var(--sp-shell-yellow); color: var(--sp-shell-ink); font-size: 10px; font-weight: 900; }
[data-redesign-shell] .primary-nav .wide-dropdown { width: 270px; }
[data-redesign-shell] .account-utility { z-index: 12; }
[data-redesign-shell] .account-utility .dropdown { width: 270px; max-height: calc(100svh - 54px); overflow-y: auto; z-index: 12; }
[data-redesign-shell] .mainbar { background: var(--sp-shell-yellow); }
[data-redesign-shell] .main-row { min-height: 84px; display: flex; align-items: center; gap: 34px; }
[data-redesign-shell] .brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-size: clamp(20px,2vw,27px); font-weight: 900; letter-spacing: -.045em; }
[data-redesign-shell] .brand img { display: block; width: 53px; height: 53px; object-fit: contain; }
[data-redesign-shell] .brand span span { color: rgba(23,24,23,.5); }
[data-redesign-shell] .primary-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
[data-redesign-shell] .nav-link, [data-redesign-shell] .primary-nav > details > summary, [data-redesign-shell] .icon-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 13px; border: 0; border-radius: 10px; background: transparent; font-size: 14px; font-weight: 750; cursor: pointer; }
[data-redesign-shell] .nav-link:hover, [data-redesign-shell] .nav-link:focus-visible, [data-redesign-shell] .primary-nav > details > summary:hover, [data-redesign-shell] .primary-nav > details > summary:focus-visible, [data-redesign-shell] .icon-button:hover, [data-redesign-shell] .icon-button:focus-visible { background: rgba(255,255,255,.38); }
[data-redesign-shell] .promo-link { padding-inline: 17px; background: var(--sp-shell-ink); color: var(--sp-shell-yellow); }
[data-redesign-shell] .promo-link:hover, [data-redesign-shell] .promo-link:focus-visible { background: #000; color: var(--sp-shell-yellow-bright); }
[data-redesign-shell] .primary-nav .dropdown { top: calc(100% + 18px); left: 0; right: auto; }
[data-redesign-shell] .icon-button { width: 42px; padding: 0; border: 1px solid rgba(0,0,0,.22); }
[data-redesign-shell] .icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
[data-redesign-shell] .wa-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin-left: 7px; padding: 0 18px; border: 0; border-radius: 12px; background: var(--sp-shell-ink); color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
[data-redesign-shell] .wa-button:hover, [data-redesign-shell] .wa-button:focus-visible { background: #000; }
[data-redesign-shell] .jule-consult-trigger { gap: 9px; text-align: left; line-height: 1.1; }
[data-redesign-shell] .jule-consult-trigger::before { display: none; }
[data-redesign-shell] .jule-consult-trigger img { width: 34px; height: 34px; flex: 0 0 auto; object-fit: cover; border: 2px solid var(--sp-shell-yellow); border-radius: 50%; }
[data-redesign-shell] .jule-consult-trigger span { display: grid; gap: 3px; }
[data-redesign-shell] .jule-consult-trigger strong { font-size: 12px; }
[data-redesign-shell] .jule-consult-trigger small { color: #cfd0ca; font-size: 8px; font-weight: 650; white-space: nowrap; }
[data-redesign-shell] .mobile-toggle { display: none; }
[data-redesign-shell] .search-panel { display: none; background: var(--sp-shell-ink-soft); color: #fff; }
[data-redesign-shell] .search-panel.is-open { display: block; }
[data-redesign-shell] .search-row { min-height: 76px; display: flex; align-items: center; gap: 12px; }
[data-redesign-shell] .search-row label { flex: 0 0 auto; font-size: 13px; color: #d7d7d0; }
[data-redesign-shell] .search-row input { min-width: 0; flex: 1; height: 46px; padding: 0 16px; border: 1px solid #555; border-radius: 10px; outline: none; background: #fff; color: var(--sp-shell-ink); }
[data-redesign-shell] .search-row input:focus { border-color: var(--sp-shell-yellow); box-shadow: 0 0 0 3px rgba(255,204,5,.2); }
[data-redesign-shell] .search-submit { height: 46px; padding: 0 18px; border: 0; border-radius: 10px; background: var(--sp-shell-yellow); color: var(--sp-shell-ink); font-weight: 850; cursor: pointer; }

[data-redesign-shell="footer"] { background: var(--sp-shell-ink); color: #fff; font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
[data-redesign-shell] .footer-cta { padding: 42px 0 0; }
[data-redesign-shell] .footer-cta-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: center; padding: clamp(28px,4vw,48px); border-radius: 17px; background: var(--sp-shell-yellow); color: var(--sp-shell-ink); }
[data-redesign-shell] .footer-cta-copy small { display: block; margin-bottom: 9px; font-size: 9px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
[data-redesign-shell] .footer-cta-copy strong { display: block; max-width: 780px; font-size: clamp(29px,4vw,52px); line-height: 1; letter-spacing: -.045em; }
[data-redesign-shell] .footer-action { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 11px; background: var(--sp-shell-ink); color: #fff; font-size: 12px; font-weight: 900; white-space: nowrap; }
[data-redesign-shell] .footer-action::after { content: "↗"; color: var(--sp-shell-yellow); }
[data-redesign-shell] .footer-action:hover, [data-redesign-shell] .footer-action:focus-visible { background: #fff; color: var(--sp-shell-ink); }
[data-redesign-shell] .footer-main { padding: 58px 0 46px; }
[data-redesign-shell] .footer-grid { display: grid; grid-template-columns: 1.25fr repeat(4,minmax(0,.75fr)); gap: clamp(25px,4vw,58px); }
[data-redesign-shell] .footer-mark { display: flex; align-items: center; gap: 13px; }
[data-redesign-shell] .footer-mark img { width: 58px; height: 58px; object-fit: contain; filter: brightness(0) invert(1); }
[data-redesign-shell] .footer-wordmark { font-size: clamp(24px,2.5vw,34px); font-weight: 950; letter-spacing: -.055em; }
[data-redesign-shell] .footer-wordmark span { color: var(--sp-shell-yellow); }
[data-redesign-shell] .footer-brand p { max-width: 330px; margin: 19px 0 0; color: #b9bbb5; font-size: 12px; line-height: 1.7; }
[data-redesign-shell] .footer-open { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #e4e5df; font-size: 10px; font-weight: 800; }
[data-redesign-shell] .footer-open::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #28ca68; }
[data-redesign-shell] .footer-title { display: block; margin-bottom: 17px; color: var(--sp-shell-yellow); font-size: 10px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
[data-redesign-shell] .footer-links { display: grid; gap: 10px; }
[data-redesign-shell] .footer-links a, [data-redesign-shell] .footer-links span { color: #d9dad5; font-size: 12px; line-height: 1.45; }
[data-redesign-shell] .footer-links a:hover, [data-redesign-shell] .footer-links a:focus-visible { color: var(--sp-shell-yellow); }
[data-redesign-shell] .footer-socials { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
[data-redesign-shell] .footer-socials a { display: inline-flex; min-height: 31px; align-items: center; padding: 0 10px; border: 1px solid #40423e; border-radius: 99px; color: #d9dad5; font-size: 9px; font-weight: 850; }
[data-redesign-shell] .footer-socials a:hover, [data-redesign-shell] .footer-socials a:focus-visible { border-color: var(--sp-shell-yellow); color: var(--sp-shell-yellow); }
[data-redesign-shell] .footer-visitors { margin-top: 22px; padding-top: 18px; border-top: 1px solid #363834; }
[data-redesign-shell] .visitor-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 14px; }
[data-redesign-shell] .visitor-item { color: #b9bbb5; font-size: 10px; line-height: 1.35; }
[data-redesign-shell] .visitor-item strong { display: block; margin-top: 2px; color: #fff; font-size: 15px; }
[data-redesign-shell] .footer-bottom { border-top: 1px solid #3b3d39; }
[data-redesign-shell] .footer-bottom-row { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #9fa19b; font-size: 10px; }
[data-redesign-shell] .footer-bottom-row strong { color: var(--sp-shell-yellow); }

@media (max-width: 1100px) {
  [data-redesign-shell] .main-row { min-height: 76px; }
  [data-redesign-shell] .mobile-toggle { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-left: auto; border: 1px solid rgba(0,0,0,.26); border-radius: 11px; background: transparent; cursor: pointer; }
  [data-redesign-shell] .mobile-toggle span, [data-redesign-shell] .mobile-toggle::before, [data-redesign-shell] .mobile-toggle::after { content: ""; display: block; position: absolute; width: 20px; height: 2px; background: var(--sp-shell-ink); }
  [data-redesign-shell] .mobile-toggle::before { transform: translateY(-6px); }
  [data-redesign-shell] .mobile-toggle::after { transform: translateY(6px); }
  [data-redesign-shell] .mobile-toggle[aria-expanded="true"] span { opacity: 0; }
  [data-redesign-shell] .mobile-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
  [data-redesign-shell] .mobile-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }
  [data-redesign-shell] .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 14px 20px 20px; max-height: calc(100svh - 108px); overflow-y: auto; overscroll-behavior: contain; background: var(--sp-shell-yellow); border-top: 1px solid rgba(0,0,0,.12); box-shadow: 0 20px 35px rgba(0,0,0,.17); }
  [data-redesign-shell] .primary-nav.is-open { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  [data-redesign-shell] .nav-link, [data-redesign-shell] .primary-nav > details > summary, [data-redesign-shell] .icon-button, [data-redesign-shell] .wa-button { width: 100%; min-height: 48px; margin: 0; justify-content: flex-start; padding: 0 15px; }
  [data-redesign-shell] .promo-link, [data-redesign-shell] .wa-button { justify-content: center; }
  [data-redesign-shell] .primary-nav details { position: static; }
  [data-redesign-shell] .primary-nav .dropdown { position: static; width: 100%; margin-top: 5px; box-shadow: none; border-radius: 10px; }
  [data-redesign-shell] .primary-nav details[open] { grid-column: 1 / -1; }
  [data-redesign-shell] .footer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  [data-redesign-shell] .footer-brand { grid-column: span 3; }
}

@media (max-width: 720px) {
  .sp-shell-wrap { width: min(calc(100% - 28px),var(--sp-shell-max)) !important; }
  [data-redesign-shell] .utility-row { min-height: 32px; }
  [data-redesign-shell] .utility-nav > a:nth-child(-n+2) { display: none; }
  [data-redesign-shell] .service-note span { display: none; }
  [data-redesign-shell] .main-row { min-height: 70px; }
  [data-redesign-shell] .brand img { width: 45px; height: 45px; }
  [data-redesign-shell] .brand { font-size: 21px; }
  [data-redesign-shell] .primary-nav.is-open { grid-template-columns: 1fr; }
  [data-redesign-shell] .primary-nav details[open] { grid-column: auto; }
  [data-redesign-shell] .search-row { padding-block: 14px; flex-wrap: wrap; }
  [data-redesign-shell] .search-row label { width: 100%; }
  [data-redesign-shell] .jule-consult-trigger { width: 100%; margin-left: 0; justify-content: flex-start; padding: 9px 14px; }
  [data-redesign-shell] .jule-consult-trigger strong { font-size: 13px; }
  [data-redesign-shell] .footer-cta-row { grid-template-columns: 1fr; }
  [data-redesign-shell] .footer-action { justify-self: start; }
  [data-redesign-shell] .footer-grid { grid-template-columns: 1fr 1fr; }
  [data-redesign-shell] .footer-brand { grid-column: span 2; }
}

@media (max-width: 440px) {
  [data-redesign-shell] .footer-grid { grid-template-columns: 1fr; }
  [data-redesign-shell] .footer-brand { grid-column: auto; }
  [data-redesign-shell] .footer-bottom-row { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}
