/*
  Shared mobile menu component.
  Required markup/data hooks:
  [data-menu-toggle], [data-mobile-menu], [data-mobile-sale-toggle], [data-mobile-sale-panel].
  State classes on body are managed by /figma-shared/mobile-menu.js.
*/

@media (max-width: 1180px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header .header-nav {
    display: none;
  }

  .site-header .menu-toggle {
    display: inline-grid;
  }

  .site-header .social-links {
    display: none;
  }

  body.menu-open .site-header {
    position: fixed;
    z-index: 120;
    top: max(10px, env(safe-area-inset-top));
    left: clamp(20px, 5vw, 60px);
    right: clamp(20px, 5vw, 60px);
  }

  body.menu-open .site-header .brand-logo::after {
    opacity: 1;
  }

  body.menu-open .site-header .brand-emblem,
  body.menu-open .site-header .brand-lockup {
    opacity: 0;
  }

  body.menu-open .site-header .favorite-link,
  body.menu-open .site-header .phone-link {
    display: inline-flex;
    color: #fff;
  }

  body.menu-open .site-header .favorite-link span {
    display: none;
  }

  body.menu-open .site-header .search-link,
  body.menu-open .site-header .phone-link,
  body.menu-open .site-header .menu-toggle {
    background: #3b485c;
  }

  body.menu-open .site-header .search-link img,
  body.menu-open .site-header .favorite-link img {
    filter: brightness(0) invert(1);
  }

  body.menu-open .site-header .menu-toggle {
    width: 46px;
    height: 46px;
    margin-top: 0;
    border-radius: 50%;
  }

  body.menu-open .site-header .menu-toggle::before {
    opacity: 0;
  }

  body.menu-open .site-header .menu-toggle span {
    left: 14px;
    top: 22px;
    bottom: auto;
    width: 18px;
    height: 2px;
    background: #fff;
  }

  body.menu-open .site-header .menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  body.menu-open .site-header .menu-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: fixed !important;
    z-index: 110 !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh;
    min-height: 100dvh;
    display: flex !important;
    flex-direction: column;
    gap: clamp(18px, 3vw, 30px);
    padding: clamp(116px, 13vw, 148px) clamp(28px, 7vw, 82px) 32px !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 0 !important;
    background:
      radial-gradient(circle at 100% 13%, rgba(255,255,255,.72), transparent 34%),
      url("/figma-home/assets/images/lifestyle-circles.svg") right 86px / 330px auto repeat-y,
      #e7e9eb !important;
    color: var(--ink, #12233b);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
  }

  body.menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .mobile-menu-main {
    flex: 0 0 auto;
    display: grid;
    gap: 0;
    width: min(100%, 820px);
  }

  .mobile-menu .mobile-menu-link {
    width: 100%;
    min-height: clamp(58px, 7vw, 78px);
    border: 0;
    border-bottom: 1px solid rgba(17,34,58,.14);
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    color: var(--ink, #12233b);
    font-family: var(--font-display, serif);
    font-size: clamp(34px, 5.2vw, 58px);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.04em;
    text-align: left;
    cursor: pointer;
  }

  .mobile-menu .mobile-menu-link::after {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    opacity: .38;
    transition: transform .22s ease, opacity .22s ease;
  }

  .mobile-sale-open .mobile-sale-toggle {
    color: var(--gold, #bea575);
  }

  .mobile-sale-open .mobile-sale-toggle::after {
    transform: rotate(45deg);
    opacity: 1;
  }

  .mobile-sale-panel {
    flex: 0 0 auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    transition: max-height .32s ease, opacity .22s ease, transform .22s ease, margin .22s ease;
  }

  .mobile-sale-open .mobile-sale-panel {
    max-height: 1800px;
    margin-top: -8px;
    opacity: 1;
    transform: none;
  }

  .mobile-sale-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 820px);
    padding: 18px 0 8px;
  }

  .mobile-sale-group {
    padding: 18px 20px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 18px 46px rgba(18,35,59,.08);
    backdrop-filter: blur(16px);
  }

  .mobile-sale-group h2 {
    margin: 0 0 13px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: var(--ink, #12233b);
    font-family: var(--font-display, serif);
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -.03em;
  }

  .mobile-sale-group h2 span {
    color: var(--gold, #bea575);
    font-family: var(--font-body, sans-serif);
    font-size: 13px;
    letter-spacing: 0;
  }

  .mobile-menu .mobile-sale-group a {
    min-height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(17,34,58,.08);
    color: rgba(17,34,58,.78);
    font-size: 14px;
    line-height: 1.1;
  }

  .mobile-menu .mobile-sale-group a:last-child {
    border-bottom: 0;
  }

  .mobile-sale-promo {
    display: none;
  }

  .mobile-menu-footer {
    flex: 0 0 auto;
    width: min(100%, 820px);
    margin-top: auto;
    padding-top: 12px;
    display: grid;
    gap: 16px;
  }

  .mobile-sale-open .mobile-menu-footer {
    margin-top: 6px;
  }

  .mobile-menu .mobile-menu-phone {
    min-height: 48px;
    width: max-content;
    padding: 0 24px;
    border-bottom: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ink, #12233b);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .mobile-menu-socials {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-menu .mobile-menu-socials a {
    width: 46px;
    height: 46px;
    padding: 0;
    border-bottom: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18,35,59,.08);
  }

  .mobile-menu-socials img {
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(28%) saturate(1517%) hue-rotate(178deg) brightness(93%) contrast(91%);
  }
}

@media (max-width: 760px) {
  body.menu-open .site-header {
    top: max(28px, env(safe-area-inset-top));
    left: clamp(24px, 6.6vw, 30px);
    right: clamp(24px, 6.6vw, 30px);
    height: 70px;
    align-items: flex-start;
  }

  body.menu-open .site-header .brand {
    display: inline-flex;
  }

  body.menu-open .site-header .brand-logo::after {
    opacity: 1;
  }

  body.menu-open .site-header .brand-emblem,
  body.menu-open .site-header .brand-lockup {
    opacity: 0;
    filter: none;
  }

  body.menu-open .site-header .header-actions {
    width: auto;
    gap: 28px;
    padding-top: 17px;
  }

  body.menu-open .site-header .favorite-link,
  body.menu-open .site-header .phone-link,
  body.menu-open .site-header .social-links {
    display: none !important;
  }

  body.menu-open .site-header .search-link {
    display: inline-grid;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #3b485c;
  }

  body.menu-open .site-header .search-link img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
  }

  body.menu-open .site-header .menu-toggle {
    width: 35px;
    height: 35px;
    margin-top: 9px;
    border-radius: 0;
    background: transparent;
  }

  body.menu-open .site-header .menu-toggle span {
    left: 0;
    top: 16px;
    width: 35px;
    height: 2px;
    background: var(--ink, #12233b);
  }

  .mobile-menu {
    gap: 21px;
    padding: 169px clamp(24px, 6.6vw, 30px) 28px !important;
    background:
      radial-gradient(circle at 104% 18%, rgba(255,255,255,.62) 0 20px, transparent 21px),
      url("/figma-home/assets/images/lifestyle-circles.svg") right 146px / 295px auto repeat-y,
      #e7e9eb !important;
  }

  .mobile-menu-main,
  .mobile-sale-grid,
  .mobile-menu-footer {
    width: 100%;
  }

  .mobile-sale-open .mobile-menu-main .mobile-menu-link:not(.mobile-sale-toggle) {
    display: none;
  }

  .mobile-sale-open .mobile-sale-toggle {
    width: auto;
    min-height: 25px;
    justify-content: flex-start;
    gap: 12px;
    border-bottom: 0;
    color: var(--gold, #bea575);
    font-family: var(--font-body, sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  .mobile-sale-open .mobile-sale-toggle::after {
    width: 8px;
    height: 8px;
    margin: 2px 0 0;
    border-color: currentColor;
    transform: rotate(225deg);
    opacity: 1;
  }

  .mobile-sale-open .mobile-sale-panel {
    margin-top: 0;
  }

  .mobile-sale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px clamp(22px, 9vw, 58px);
    padding: 0;
  }

  .mobile-menu .mobile-menu-link {
    min-height: 56px;
    font-size: 34px;
  }

  .mobile-sale-open .mobile-menu .mobile-sale-toggle {
    width: auto;
    min-height: 25px;
    justify-content: flex-start;
    gap: 12px;
    border-bottom: 0;
    color: var(--gold, #bea575);
    font-family: var(--font-body, sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  .mobile-sale-open .mobile-menu .mobile-sale-toggle::after {
    width: 8px;
    height: 8px;
    margin: 2px 0 0;
    border-color: currentColor;
    transform: rotate(225deg);
    opacity: 1;
  }

  .mobile-sale-group {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .mobile-sale-group h2 {
    margin: 0 0 13px;
    font-size: clamp(24px, 6vw, 27px);
    line-height: .98;
    letter-spacing: -.03em;
    text-transform: uppercase;
  }

  .mobile-sale-group h2 span {
    color: inherit;
    font-size: 16px;
  }

  .mobile-menu .mobile-sale-group a {
    min-height: 24px;
    border-bottom: 0;
    color: rgba(17, 34, 58, .56);
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.28;
  }

  .mobile-sale-promo {
    position: relative;
    width: 100%;
    min-height: clamp(185px, 45vw, 206px);
    margin-top: 26px;
    border-bottom: 0 !important;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    align-content: end;
    gap: 16px;
    padding: 24px 19px 23px;
    color: #fff;
    background:
      linear-gradient(90deg, rgba(17,34,58,.92) 0 28%, rgba(17,34,58,.46) 43%, rgba(17,34,58,.08) 57%, rgba(17,34,58,0) 100%),
      url("/figma-home/assets/images/mobile-menu-667.jpg") center / cover no-repeat;
    background-position: 0 0, center center;
    background-size: auto, 100% 100%;
    background-repeat: no-repeat;
  }

  .mobile-sale-promo span {
    align-self: start;
    margin-bottom: auto;
    font-family: var(--font-display, serif);
    font-size: clamp(22px, 6vw, 26px);
    font-weight: 400;
    line-height: .86;
    letter-spacing: -.04em;
    text-transform: uppercase;
  }

  .mobile-sale-promo strong {
    font-size: clamp(22px, 5.8vw, 25px);
    font-weight: 400;
    line-height: 1;
  }

  .mobile-sale-promo em {
    width: max-content;
    min-height: 32px;
    padding: 0 25px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold, #bea575);
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-sale-promo i {
    position: absolute;
    right: 72px;
    bottom: 17px;
    width: 42px;
    height: 8px;
    border-radius: 999px;
    background:
      radial-gradient(circle, #fff 0 4px, transparent 4.5px) 0 50% / 17px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 17px 50% / 17px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 34px 50% / 17px 8px no-repeat;
  }

  .mobile-sale-open .mobile-menu-footer {
    display: none;
  }
}

@media (max-width: 560px) {
  body.menu-open .site-header {
    justify-content: space-between;
  }

  body.menu-open .site-header .brand {
    display: inline-flex;
  }

  body.menu-open .site-header .header-actions {
    justify-content: flex-end;
  }

  .mobile-menu {
    padding-top: 169px !important;
  }
}

@media (max-width: 380px) {
  body.menu-open .site-header .header-actions {
    gap: 8px;
  }

  body.menu-open .site-header .phone-link {
    padding: 0 12px;
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  body.menu-open .site-header {
    top: max(9px, env(safe-area-inset-top));
    left: 20px;
    right: 20px;
    height: 53px;
    align-items: flex-start;
    justify-content: space-between;
  }

  body.menu-open .site-header .brand-logo {
    width: 168px;
    height: 48px;
  }

  body.menu-open .site-header .header-actions {
    gap: 20px;
    padding-top: 4px;
  }

  body.menu-open .site-header .search-link {
    width: 53px;
    height: 53px;
  }

  body.menu-open .site-header .search-link img {
    width: 22px;
    height: 22px;
  }

  body.menu-open .site-header .menu-toggle {
    width: 30px;
    height: 30px;
    margin-top: 11px;
  }

  body.menu-open .site-header .menu-toggle span {
    left: 0;
    top: 14px;
    width: 30px;
    height: 2px;
  }

  .mobile-menu {
    --mobile-menu-width: min(335px, calc(100vw - 40px));
    gap: 0;
    align-items: flex-start;
    padding: 109px 20px 24px !important;
    overflow-x: hidden;
    background:
      url("/figma-home/assets/images/mobile-menu-bg.svg") center top / 375px 718px no-repeat,
      #e7e9eb !important;
  }

  .mobile-menu::after {
    content: "";
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background:
      radial-gradient(circle at calc(100% - 34px) 21px, rgba(126, 165, 143, .38), rgba(126, 165, 143, .14) 16px, transparent 38px),
      #13233b;
    opacity: 0;
    pointer-events: none;
  }

  body.menu-open:not(.mobile-sale-open) .mobile-menu::after {
    opacity: 1;
  }

  .mobile-menu > * {
    position: relative;
    z-index: 1;
  }

  .mobile-menu-main,
  .mobile-sale-panel,
  .mobile-sale-grid,
  .mobile-menu-footer {
    width: var(--mobile-menu-width);
  }

  .mobile-menu-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu .mobile-menu-link {
    width: auto;
    min-height: 38px;
    padding: 10px 0;
    border-bottom: 0;
    justify-content: flex-start;
    gap: 10px;
    color: #13233b;
    font-family: var(--font-body, sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  .mobile-menu .mobile-menu-link::after {
    display: none;
  }

  .mobile-menu .mobile-sale-toggle::after {
    display: block;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 1;
  }

  .mobile-sale-open .mobile-menu {
    padding-top: 109px !important;
  }

  .mobile-sale-open .mobile-menu-main .mobile-menu-link:not(.mobile-sale-toggle) {
    display: none;
  }

  .mobile-sale-open .mobile-menu .mobile-sale-toggle {
    width: auto;
    min-height: 38px;
    padding: 10px 0;
    gap: 10px;
    color: #bea575;
    font-size: 18px;
    line-height: 1;
  }

  .mobile-sale-open .mobile-menu .mobile-sale-toggle::after {
    display: block;
    margin-top: 4px;
    transform: rotate(225deg);
  }

  .mobile-sale-open .mobile-sale-panel {
    max-height: 900px;
    margin-top: 0;
    opacity: 1;
    overflow: visible;
    transform: none;
  }

  .mobile-sale-grid {
    grid-template-columns: 145px 139px;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 20px;
    padding: 0;
  }

  .mobile-sale-group {
    height: 166px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .mobile-sale-group h2 {
    box-sizing: border-box;
    height: 38px;
    min-height: 0;
    margin: 0 0 5px;
    padding-top: 10px;
    color: #13233b;
    font-size: 20px;
    font-weight: 400;
    line-height: .9;
    letter-spacing: -.03em;
    text-transform: uppercase;
  }

  .mobile-sale-group h2 span {
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
  }

  .mobile-menu .mobile-sale-group a {
    min-height: 18px;
    margin-bottom: 3px;
    border-bottom: 0;
    color: rgba(19,35,59,.58);
    font-size: 14px;
    line-height: 1.18;
  }

  .mobile-menu .mobile-sale-group a:last-child {
    margin-bottom: 0;
  }

  .mobile-sale-promo {
    position: relative;
    width: 334px;
    max-width: 100%;
    height: 175px;
    min-height: 175px;
    margin-top: 20px;
    border-bottom: 0 !important;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    padding: 0;
    color: #fff;
    background:
      linear-gradient(90deg, rgba(17,34,58,.96) 0%, rgba(17,34,58,.76) 28%, rgba(17,34,58,.30) 52%, rgba(17,34,58,0) 78%),
      linear-gradient(180deg, rgba(27,19,13,0) 48%, rgba(27,19,13,.34) 100%),
      url("/figma-home/assets/images/mobile-menu-667.png") center / 100% 100% no-repeat;
  }

  .mobile-sale-promo span {
    position: absolute;
    left: 15px;
    top: 19px;
    margin: 0;
    color: #fff;
    font-family: var(--font-display, serif);
    font-size: 20px;
    font-weight: 400;
    line-height: .9;
    letter-spacing: -.04em;
    text-transform: uppercase;
  }

  .mobile-sale-promo strong {
    position: absolute;
    left: 15px;
    top: 107px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: .9;
  }

  .mobile-sale-promo em {
    position: absolute;
    left: 15px;
    top: 134px;
    width: max-content;
    min-height: 31px;
    padding: 0 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #bea575;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
  }

  .mobile-sale-promo i {
    position: absolute;
    right: 10px;
    bottom: 12px;
    width: 93px;
    height: 8px;
    background:
      radial-gradient(circle, #fff 0 4px, transparent 4.5px) 0 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 17px 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 34px 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 51px 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 68px 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 85px 0 / 8px 8px no-repeat;
  }

  .mobile-sale-open .mobile-menu-footer {
    display: none;
  }

  body.menu-open:not(.mobile-sale-open) .mobile-menu-footer {
    width: var(--mobile-menu-width);
    margin-top: 167px;
    padding-top: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  body.menu-open:not(.mobile-sale-open) .mobile-menu .mobile-menu-phone {
    width: 181px;
    min-height: 42px;
    height: 42px;
    padding: 0 14px;
    background: #3b485c;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-menu-socials {
    gap: 0;
    height: 43px;
  }

  .mobile-menu .mobile-menu-socials a {
    width: 43px;
    height: 43px;
    background: transparent;
    box-shadow: none;
  }

  .mobile-menu-socials img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(24%) saturate(1600%) hue-rotate(178deg) brightness(96%) contrast(91%);
  }
}

@media (min-width: 761px) and (max-width: 1360px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header .header-nav,
  .site-header .social-links {
    display: none !important;
  }

  .site-header .menu-toggle {
    display: inline-grid !important;
  }

  body.menu-open .site-header {
    position: fixed;
    z-index: 120;
    top: clamp(18px, 2.2vw, 30px);
    left: clamp(22px, 4vw, 54px);
    right: clamp(18px, 3vw, 42px);
  }

  body.menu-open .site-header .brand-logo::after {
    opacity: 0;
  }

  body.menu-open .site-header .brand-emblem,
  body.menu-open .site-header .brand-lockup {
    opacity: 1;
    filter: none;
  }

  body.menu-open .site-header .search-link,
  body.menu-open .site-header .phone-link,
  body.menu-open .site-header .menu-toggle {
    background: #3b485c;
  }

  body.menu-open .site-header .search-link img,
  body.menu-open .site-header .favorite-link img {
    filter: brightness(0) invert(1);
  }

  body.menu-open .site-header .menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
  }

  body.menu-open .site-header .menu-toggle::before {
    opacity: 0;
  }

  body.menu-open .site-header .menu-toggle span {
    left: 14px;
    top: 22px;
    width: 18px;
    height: 2px;
    background: #fff;
  }

  body.menu-open .site-header .menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  body.menu-open .site-header .menu-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    --mobile-menu-tablet-width: clamp(380px, 34vw, 462px);
    position: fixed !important;
    z-index: 110 !important;
    inset: clamp(76px, 8.3vw, 104px) clamp(18px, 3vw, 42px) auto auto !important;
    width: min(var(--mobile-menu-tablet-width), calc(100vw - 36px)) !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100dvh - clamp(92px, 10vw, 122px));
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding: clamp(22px, 2.4vw, 30px) clamp(22px, 2.5vw, 34px) 24px !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 24px !important;
    background:
      url("/figma-home/assets/images/mobile-menu-bg.svg") right top / cover no-repeat,
      #e7e9eb !important;
    box-shadow: 0 30px 82px rgba(6, 16, 31, .34);
    color: #13233b;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
  }

  body.menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .mobile-menu::after {
    display: none !important;
  }

  .mobile-menu-main,
  .mobile-sale-panel,
  .mobile-sale-grid,
  .mobile-menu-footer {
    width: 100% !important;
  }

  .mobile-menu-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .mobile-menu .mobile-menu-link {
    width: auto;
    min-height: 31px;
    padding: 4px 0;
    border: 0;
    border-bottom: 1px solid rgba(19, 35, 59, .10);
    justify-content: flex-start;
    gap: 9px;
    color: #13233b;
    font-family: var(--font-body, sans-serif);
    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
    text-align: left;
  }

  .mobile-menu .mobile-menu-link::after {
    display: none;
  }

  .mobile-menu .mobile-sale-toggle::after {
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: .9;
  }

  .mobile-sale-open .mobile-menu .mobile-sale-toggle {
    color: #bea575;
  }

  .mobile-sale-open .mobile-menu .mobile-sale-toggle::after {
    margin-top: 3px;
    transform: rotate(225deg);
  }

  .mobile-sale-open .mobile-menu-main .mobile-menu-link:not(.mobile-sale-toggle) {
    display: inline-flex;
  }

  .mobile-sale-panel {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
  }

  .mobile-sale-open .mobile-sale-panel {
    max-height: 760px;
    opacity: 1;
    overflow: visible;
    transform: none;
  }

  .mobile-sale-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 26px;
    padding: 4px 0 0;
  }

  .mobile-sale-group {
    height: auto;
    min-height: 0;
    padding: 0 0 4px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .mobile-sale-group h2 {
    min-height: 0;
    height: auto;
    margin: 0 0 8px;
    padding: 0;
    color: #13233b;
    font-family: var(--font-display, serif);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 400;
    line-height: .96;
    letter-spacing: -.03em;
    text-transform: uppercase;
  }

  .mobile-sale-group h2 span {
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
  }

  .mobile-menu .mobile-sale-group a {
    min-height: 21px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(19, 35, 59, .08);
    display: flex;
    align-items: center;
    width: 100%;
    color: rgba(19, 35, 59, .62);
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1.15;
  }

  .mobile-sale-promo {
    position: relative;
    width: 100%;
    max-width: none;
    height: clamp(150px, 15vw, 190px);
    min-height: clamp(150px, 15vw, 190px);
    margin-top: 4px;
    border: 0 !important;
    border-radius: 18px;
    overflow: hidden;
    display: block;
    padding: 0;
    color: #fff;
    background:
      linear-gradient(90deg, rgba(17,34,58,.95) 0%, rgba(17,34,58,.72) 31%, rgba(17,34,58,.24) 56%, rgba(17,34,58,0) 82%),
      linear-gradient(180deg, rgba(27,19,13,0) 50%, rgba(27,19,13,.28) 100%),
      url("/figma-home/assets/images/mobile-menu-667.png") center / 100% 100% no-repeat;
  }

  .mobile-sale-promo span {
    position: absolute;
    left: 18px;
    top: 18px;
    margin: 0;
    color: #fff;
    font-family: var(--font-display, serif);
    font-size: clamp(21px, 2.1vw, 28px);
    font-weight: 400;
    line-height: .88;
    letter-spacing: -.04em;
    text-transform: uppercase;
  }

  .mobile-sale-promo strong {
    position: absolute;
    left: 18px;
    bottom: 48px;
    color: #fff;
    font-size: clamp(19px, 1.7vw, 24px);
    font-weight: 400;
    line-height: 1;
  }

  .mobile-sale-promo em {
    position: absolute;
    left: 18px;
    bottom: 17px;
    width: max-content;
    min-height: 30px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #bea575;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
  }

  .mobile-sale-promo i {
    position: absolute;
    right: 16px;
    bottom: 18px;
    width: 78px;
    height: 8px;
    background:
      radial-gradient(circle, #fff 0 4px, transparent 4.5px) 0 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 17px 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 34px 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 51px 0 / 8px 8px no-repeat,
      radial-gradient(circle, rgba(255,255,255,.42) 0 4px, transparent 4.5px) 68px 0 / 8px 8px no-repeat;
  }

  .mobile-menu-footer {
    margin-top: auto;
    padding-top: 4px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mobile-sale-open .mobile-menu-footer {
    display: none;
  }

  .mobile-menu .mobile-menu-phone {
    width: auto;
    min-height: 40px;
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #3b485c;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
  }

  .mobile-menu-socials {
    display: flex;
    align-items: center;
    gap: 2px;
    height: 40px;
  }

  .mobile-menu .mobile-menu-socials a {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: transparent;
    box-shadow: none;
  }

  .mobile-menu-socials img {
    width: 19px !important;
    height: 19px !important;
    filter: brightness(0) saturate(100%) invert(10%) sepia(24%) saturate(1600%) hue-rotate(178deg) brightness(96%) contrast(91%);
  }
}
