html {
    scrollbar-gutter: stable;
}

:root {
    --vmuse-font-display: "Heldane Display", "GenWanMin TW", "Playfair Display", "Noto Serif TC", Georgia, "Microsoft JhengHei", serif;
    --vmuse-font-body: "Josefin Sans", "Resource Han Rounded CN", "Helvetica Neue", "Noto Sans TC", Arial, "Microsoft JhengHei", sans-serif;
    --vmuse-standard-content-width: 1040px;
    --vmuse-standard-edge-padding: 64px;
}

body {
    font-family: var(--vmuse-font-body);
}

header {
    position: relative;
    z-index: 60;
    view-transition-name: header;
}

main {
    view-transition-name: main;
}

@keyframes vmuse-view-transition-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes vmuse-page-transition-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes vmuse-page-transition-out {
    from { opacity: 1; }
    to { opacity: 0; }
}

@media (prefers-reduced-motion: no-preference) {
    ::view-transition-group(root),
    ::view-transition-group(header),
    ::view-transition-group(main) {
        animation: none;
    }

    ::view-transition-old(root),
    ::view-transition-new(root),
    ::view-transition-old(header),
    ::view-transition-new(header) {
        animation: none;
    }

    ::view-transition-old(root),
    ::view-transition-old(header) {
        opacity: 0;
    }

    ::view-transition-new(root),
    ::view-transition-new(header),
    ::view-transition-old(main) {
        opacity: 1;
    }

    ::view-transition-old(main) {
        animation: none;
    }

    ::view-transition-new(main) {
        animation: vmuse-view-transition-in 200ms ease-out both;
    }

    html.vmuse-page-leaving main {
        animation: vmuse-page-transition-out 160ms ease-out both;
        pointer-events: none;
    }

    html.vmuse-page-entering main {
        animation: vmuse-page-transition-in 200ms ease-out both;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--vmuse-font-display);
}

.vmuse-standard-block {
    box-sizing: border-box;
    width: 100%;
    padding-inline: var(--vmuse-standard-edge-padding);
}

.vmuse-standard-block__container {
    box-sizing: border-box;
    width: 100%;
    max-width: var(--vmuse-standard-content-width);
    margin-inline: auto;
}

.vmuse-page-title__title {
    text-transform: uppercase;
}

.vmuse-page-title-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
}

.vmuse-page-title {
    box-sizing: border-box;
    width: 100%;
    max-width: 686px;
    min-height: 270px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 86px;
    text-align: center;
}

.vmuse-page-title__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.vmuse-page-title__title {
    margin: 0;
}

.vmuse-page-title__subtitle {
    margin: 0;
    text-align: center;
}

.vmuse-content-spacer {
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
}

.vmuse-cover-image {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.vmuse-cover-image__frame {
    width: 100%;
    aspect-ratio: 1040 / 500;
    overflow: hidden;
}

.vmuse-cover-image__media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vmuse-image {
    width: 100%;
}
.vmuse-image img {
    width: 100%;
    height: 100%;
}
.vmuse-primary-btn {
    width: 240px;
}

.vmuse-screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.vmuse-button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: min(666px, 100%);
    max-width: 666px;
    aspect-ratio: 666 / 66;
    color: #fff;
    text-decoration: none;
}

.vmuse-button__svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.vmuse-button__shape--stroke,
.vmuse-button__notch {
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

.vmuse-button__shape--stroke {
    stroke-width: 1;
}

.vmuse-button__shape--soft {
    opacity: .7;
}

.vmuse-button__shape--inner {
    stroke-width: .8;
}

.vmuse-button__notch {
    stroke-width: .8;
}

.vmuse-button__text {
    fill: currentColor;
    font-family: var(--vmuse-font-display);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.vmuse-button--solid .vmuse-button__text {
    font-size: 28.16px;
    letter-spacing: 3.9424px;
}

.vmuse-button--solid-glass .vmuse-button__text {
    font-size: 24px;
    letter-spacing: 1.68px;
}

.vmuse-button--solid-glass::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(76, 65, 65, .2) 0%, rgba(21, 18, 18, .2) 100%);
    clip-path: polygon(
        2.9% 0.76%,
        49.37% 0.76%,
        50.07% 8.11%,
        50.76% 0.76%,
        96.95% 0.76%,
        99.78% 26%,
        99.78% 73.13%,
        96.95% 99.11%,
        50.76% 99.11%,
        50.07% 91.75%,
        49.37% 99.11%,
        2.9% 99.11%,
        .08% 73.13%,
        .08% 26%
    );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vmuse-button--solid-glass .vmuse-button__shape--fill {
    opacity: 1;
}

.vmuse-logo-icon {
    display: inline-block;
    width: 25px;
    height: auto;
    color: currentColor;
    vertical-align: middle;
}

.vmuse-logo-arch-icon {
    display: inline-block;
    width: 73px;
    height: auto;
    color: currentColor;
    vertical-align: middle;
}

.vmuse-button__logo-icon {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 24px;
    color: currentColor;
    pointer-events: none;
    transform: translateY(-50%);
}

.vmuse-button__logo-icon--left {
    left: 24px;
}

.vmuse-button__logo-icon--right {
    right: 24px;
}

.vmuse-button__logo-icon-svg {
    display: block;
    width: 100%;
    height: auto;
}

.vmuse-lang-pill {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55px;
    height: 18px;
    padding: 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    background: transparent;
    border: 0;
}

.vmuse-lang-pill__btn {
    position: relative;
    display: flex;
    flex: 0 0 18px;
    align-items: flex-start;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    color: #bcbcbc;
    font-family: var(--vmuse-font-display);
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    appearance: none;
    transition: color .2s ease;
}

.vmuse-lang-pill__btn.is-active {
    color: #000;
}

.vmuse-lang-pill__btn.is-active::after {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 17px;
    height: 0;
    content: "";
    border-top: .5px solid currentColor;
    transform: translateX(-50%);
}

.vmuse-page--home {
    background: #fff;
}

.vmuse-home-header {
    box-sizing: border-box;
    width: 100%;
    min-height: 104px;
    background: #fff;
}

.vmuse-home-header__inner {
    position: relative;
    z-index: 50;
    width: 100%;
    background: #fff;
    transition: box-shadow .2s ease;
}

.vmuse-home-header__inner.is-stuck {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.vmuse-home-header__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 1294px;
    margin: 0 auto;
    padding: 20px 32px 10px;
    overflow: hidden;
}

.vmuse-home-header__logo-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    width: 100%;
    max-width: 1230px;
    height: 32px;
}

.vmuse-home-header__side {
    min-width: 0;
    height: 100%;
}

.vmuse-home-header__side--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 32px;
}

.vmuse-home-header__logo {
    display: block;
    width: 151px;
    height: 32px;
}

.vmuse-home-header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vmuse-home-header__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1230px;
}

.vmuse-home-header__nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150.692px;
    min-height: 17.03px;
    color: #bcbcbc;
    font-family: var(--vmuse-font-body);
    font-size: 11.2px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.vmuse-home-page {
    width: var(--wp--style--global--wide-size, 100%);
    max-width: 100%;
    margin-inline: auto;
}

.vmuse-fallback-page {
    background: #fff;
}

.vmuse-fallback-page__content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1104px;
    margin: 0 auto 200px;
    padding: 0 32px;
}

.vmuse-fallback-page__content > * {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.vmuse-hero-snap {
    width: var(--wp--style--global--wide-size, 100%);
    max-width: 100%;
}

.vmuse-home-hero {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--vmuse-home-header-height, 103px));
    height: calc(100svh - var(--vmuse-home-header-height, 103px));
    min-height: 560px;
    overflow: hidden;
    background: #fff;
}

.vmuse-home-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, .16);
    pointer-events: none;
}

.vmuse-home-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vmuse-home-hero__content {
    position: absolute;
    top: auto;
    bottom: 94px;
    left: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: min(700px, calc(100% - 64px));
    transform: translateX(-50%);
}

.vmuse-home-hero__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin: 0;
    color: #fff;
    font-family: var(--vmuse-font-display);
    font-size: 41.6px;
    font-weight: 400;
    line-height: 51.2px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.vmuse-small-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    min-height: 40px;
    padding: 7px 24px;
    border: 1px solid currentColor;
    border-radius: 8px;
    color: #000;
    background: transparent;
    font-family: var(--vmuse-font-display);
    font-size: 17.6px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.vmuse-small-button--light {
    background: #fff;
}

.vmuse-small-button:hover,
.vmuse-small-button:focus-visible {
    color: #fff;
    background: #000;
}

.vmuse-home-separator-section {
    box-sizing: border-box;
    position: relative;
    width: var(--wp--style--global--wide-size, 100%);
    max-width: 100%;
    height: 149px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.vmuse-home-separator {
    position: absolute;
    left: 50%;
    width: min(100%, var(--wp--style--global--content-size, 1040px));
    color: #000;
    transform: translateX(-50%);
}

.vmuse-home-separator-section--start .vmuse-home-separator {
    top: 31.691px;
}

.vmuse-home-separator-section--end .vmuse-home-separator {
    top: 72.309px;
}

.vmuse-home-events {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
    width: var(--wp--style--global--wide-size, 100%);
    max-width: 100%;
    margin-inline: auto;
    padding: 0 64px 80px;
    overflow: hidden;
    background: #fff;
}

.vmuse-home-events__grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    max-width: var(--wp--style--global--content-size, 1040px);
    padding: 0 40px;
}

.vmuse-home-events__item {
    justify-self: center;
    max-width: 470px;
}

.vmuse-home-events__empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 80px 20px 0;
    color: #888;
    font-family: var(--vmuse-font-body);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.vmuse-home-store {
    margin-top: 32px;
    padding-bottom: 20px;
    background: #fff;
}

.vmuse-home-store-image {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    background: #fff;
}

.vmuse-home-store-image .vmuse-wide-image__media {
    max-width: var(--wp--style--global--content-size, 1040px);
    aspect-ratio: 3341 / 1601;
    object-fit: cover;
}

.vmuse-booking-appointments {
    box-sizing: border-box;
    width: 100%;
}

.vmuse-booking-appointments__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: var(--wp--style--global--content-size, 1040px);
    margin-inline: auto;
}

.vmuse-booking-appointments--default .vmuse-booking-appointments__content {
    gap: 16px;
}

.vmuse-booking-appointments__title {
    width: 100%;
    max-width: 501px;
    margin: 0;
    color: #000;
    font-family: var(--vmuse-font-display);
    font-size: 41.6px;
    font-weight: 400;
    line-height: 51.2px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.vmuse-header-inner {
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 74px;
    padding: 21px 32px;
    background: #fff;
}

.vmuse-header-inner__content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}

.vmuse-header-inner__logo-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    width: 100%;
    height: 32px;
}

.vmuse-header-inner__side {
    min-width: 0;
    height: 100%;
}

.vmuse-header-inner__side--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 32px;
}

.vmuse-header-inner__logo {
    display: block;
    width: 151px;
    height: 32px;
}

.vmuse-header-inner__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vmuse-post-event__contents {
    box-sizing: border-box;
    width: 100%;
    max-width: 1104px;
    margin: 0 auto;
    padding: 0 32px;
}

.vmuse-post-event__cover {
    margin-bottom: 40px;
}

.vmuse-post-event__content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1104px;
    margin: 0 auto 40px;
    padding: 0 32px;
}

.vmuse-privacy-policy__article {
    box-sizing: border-box;
    width: 100%;
    max-width: 1104px;
    min-height: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 32px 200px;
    color: #000;
}

.vmuse-privacy-policy__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    width: 100%;
}

.vmuse-privacy-policy__heading-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    width: 100%;
}

.vmuse-privacy-policy__heading {
    width: 100%;
    margin: 0;
    color: currentColor;
    font-family: var(--vmuse-font-display);
    font-size: 19.2px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vmuse-privacy-policy__intro,
.vmuse-privacy-policy__commitment {
    width: 100%;
    margin: 0;
    color: currentColor;
    font-family: var(--vmuse-font-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
}

.vmuse-events-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.vmuse-events-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.vmuse-events-hero {
    width: 100%;
    aspect-ratio: 2732 / 1534;
    overflow: hidden;
    background: #efeae3;
}

.vmuse-events-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vmuse-events-feature {
    box-sizing: border-box;
    width: 100%;
    max-width: 1040px;
    padding-right: 32px;
    padding-left: 32px;
}

.vmuse-events-feature__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
    max-width: 686px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.vmuse-events-feature__title {
    margin: 0;
    color: #000;
    font-family: var(--vmuse-font-display);
    font-size: 23.541px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vmuse-events-feature__subtitle {
    margin: 0;
    color: #000;
    font-family: var(--vmuse-font-body);
    font-size: 14.713px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}

.vmuse-events-archive-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1040px;
    padding: 0 40px;
    overflow: hidden;
}

.vmuse-events-archive-grid__empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 80px 20px;
    color: #888;
    font-family: var(--vmuse-font-body);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.vmuse-event-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-self: center;
    width: 100%;
    max-width: 419px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
}

.vmuse-home-events__item.vmuse-event-item {
    max-width: 470px;
}

.vmuse-event-item__media {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #efeae3;
}

.vmuse-event-item__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.vmuse-event-item:hover .vmuse-event-item__img {
    transform: scale(1.04);
}

.vmuse-event-item__text {
    display: flex;
    flex-direction: column;
    gap: 5.6px;
    align-items: center;
    max-width: 100%;
}

.vmuse-event-item__title {
    max-width: 100%;
    margin: 0;
    overflow-wrap: anywhere;
    color: #000;
    font-family: var(--vmuse-font-display);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.vmuse-event-item__date {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    width: 50.765px;
    max-width: 100%;
    color: #000;
    font-family: var(--vmuse-font-body);
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    white-space: nowrap;
}

.vmuse-event-item__rule {
    display: block;
    width: 50.765px;
    height: 0;
    border-top: .32px solid #000;
}

.vmuse-events-empty {
    width: 100%;
    max-width: 1040px;
    height: 200px;
    flex-shrink: 0;
}

.vmuse-contact-us__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
    width: var(--wp--style--global--wide-size, 100%);
    max-width: 100%;
    margin-inline: auto;
    padding: 80px 0 120px;
    color: #1a1a1a;
    background: #fff;
}

.vmuse-contact-us__title {
    box-sizing: border-box;
    width: var(--wp--style--global--content-size, 1040px);
    max-width: calc(100% - 64px);
    text-align: center;
}

.vmuse-contact-us__heading {
    margin: 0;
    color: #1a1a1a;
    font-family: var(--vmuse-font-display);
    font-size: 23.5px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.vmuse-booking-appointments__subtitle {
    margin: 0;
}

.vmuse-booking-appointments--cover {
    width: calc(100% - 128px);
    max-width: var(--wp--style--global--content-size, 1040px);
    margin-inline: auto;
    padding-block: 40px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
}

.vmuse-booking-appointments--cover .vmuse-booking-appointments__content {
    gap: 12px;
    max-width: 520px;
}

.vmuse-booking-appointments--cover .vmuse-booking-appointments__title {
    max-width: none;
    color: #1a1a1a;
    text-transform: none;
}

.vmuse-booking-appointments--cover .vmuse-booking-appointments__subtitle {
    color: #555;
    font-family: var(--vmuse-font-body);
    font-size: 14.7px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.vmuse-booking-appointments--cover .vmuse-booking-appointments__button {
    margin-top: 20px;
}

.vmuse-contact-us__separator {
    box-sizing: border-box;
    position: relative;
    width: var(--wp--style--global--wide-size, 100%);
    max-width: 100%;
    height: 149px;
    color: #000;
    background: #fff;
}

.vmuse-contact-us__separator-icon {
    position: absolute;
    top: 31.691px;
    left: 50%;
    width: min(100%, var(--wp--style--global--content-size, 1040px));
    transform: translateX(-50%);
}

.vmuse-contact-us__separator--end .vmuse-contact-us__separator-icon {
    top: 31.691px;
}

.vmuse-contact-us__intro {
    width: 600px;
    max-width: calc(100% - 40px);
    margin: 0;
    color: #555;
    font-family: var(--vmuse-font-body);
    font-size: 14.7px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
}

.vmuse-contact-us__form {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 600px;
    max-width: calc(100% - 40px);
    margin: 0;
    overflow: hidden;
}

.vmuse-contact-us__status {
    width: 600px;
    max-width: calc(100% - 40px);
    margin: -24px 0 0;
    color: #555;
    font-family: var(--vmuse-font-body);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.vmuse-contact-us__status--success {
    color: #315c3a;
}

.vmuse-contact-us__status--error {
    color: #8b2f2f;
}

.vmuse-contact-us__website {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.vmuse-contact-form-field {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.vmuse-contact-form-field__label {
    color: #555;
    font-family: var(--vmuse-font-body);
    font-size: 11.2px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vmuse-contact-form-field__control {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #1a1a1a;
}

.vmuse-contact-form-field--message .vmuse-contact-form-field__control {
    height: 160px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.vmuse-contact-form-field__value {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #555;
    font-family: var(--vmuse-font-body);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    resize: none;
}

.vmuse-contact-form-field__value::placeholder {
    color: #555;
    opacity: 1;
}

.vmuse-contact-form-field textarea.vmuse-contact-form-field__value {
    height: 100%;
}

.vmuse-contact-us__send {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    padding: 0 24px;
    border: 1px solid #000;
    border-radius: 0;
    background: transparent;
    color: #000;
    font-family: var(--vmuse-font-display);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.vmuse-contact-us__send:hover,
.vmuse-contact-us__send:focus-visible {
    color: #fff;
    background: #000;
}

.vmuse-post-event__contents-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.vmuse-post-event__content-item {
    margin: 0;
}

.vmuse-post-event__content-item + .vmuse-post-event__content-item {
    margin-top: 40px;
}

.vmuse-post-event__contents .vmuse-content-module-cover-image {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.vmuse-post-event__content-item--image {
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.vmuse-post-event__content-item--image .vmuse-post-event__content-image {
    width: 100%;
    margin: 0;
}

.vmuse-post-event__content-item--image .vmuse-post-event__content-media {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.vmuse-content-row {
    display: grid;
    grid-template-columns: minmax(0, 504px) minmax(0, 504px);
    gap: 32px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.vmuse-content-row__text {
    box-sizing: border-box;
    width: 100%;
    max-width: 504px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.vmuse-content-row__title {
    margin: 0 0 24px;
    color: currentColor;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.41;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vmuse-content-row__text p {
    margin: 0;
    color: currentColor;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0;
}

.vmuse-content-row__image {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 504px;
    min-width: 0;
    height: 419px;
    margin: 0;
}

.vmuse-content-row__media {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.vmuse-content-row--image-text .vmuse-content-row__image {
    justify-content: flex-start;
}

.vmuse-content-row--text-image .vmuse-content-row__image {
    justify-content: flex-end;
}

.vmuse-content-row--text-image .vmuse-content-row__text {
    order: 1;
}

.vmuse-content-row--text-image .vmuse-content-row__image {
    order: 2;
}

.vmuse-content-video {
    box-sizing: border-box;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.vmuse-content-video__frame {
    width: 100%;
    margin: 0;
}

.vmuse-content-video__media {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1670 / 1000;
    background: #000;
    object-fit: contain;
}

.vmuse-section-text {
    box-sizing: border-box;
    width: 100%;
    max-width: 686px;
    margin: 0 auto;
    color: #000;
    text-align: center;
}

a.vmuse-section-text {
    display: block;
    color: inherit;
    text-decoration: none;
}

.vmuse-section-text__title {
    margin: 0 0 12px;
    color: currentColor;
    font-size: 23.541px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vmuse-section-text__copy {
    margin: 0;
    color: currentColor;
    font-family: var(--vmuse-font-body);
    font-size: 14.713px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}

.vmuse-wide-image {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.vmuse-wide-image__media {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vmuse-jewelry-page {
    background: #fff;
}

.vmuse-jewelry-page__title .vmuse-page-title {
    min-height: 207px;
}

.vmuse-first-article {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.vmuse-first-article__image {
    max-width: none;
}

.vmuse-first-article__image .vmuse-wide-image__media {
    aspect-ratio: 1440 / 809;
}

.vmuse-jewelry-page__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: min(1040px, calc(100% - 64px));
    max-width: 1040px;
    margin: 40px auto 200px;
    padding: 0;
}

.vmuse-jewelry-page__content > .vmuse-content-row,
.vmuse-jewelry-page__content > .vmuse-wide-image {
    width: 100%;
}

.vmuse-brand-story__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 1104px;
    margin: 40px auto 200px;
    padding: 0 32px;
}

.vmuse-brand-story__content > .vmuse-content-row {
    width: 100%;
}

.vmuse-post-event__after-contents {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.vmuse-event-cta {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    padding: 40px 32px;
    background: #fff;
}

.vmuse-event-cta__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.vmuse-event-cta__title {
    width: 100%;
    max-width: 501px;
    margin: 0;
    color: #000;
    font-family: var(--vmuse-font-display);
    font-size: 41.6px;
    font-weight: 400;
    line-height: 51.2px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.vmuse-event-cta__subtitle {
    margin: 0;
    color: #555;
    font-family: var(--vmuse-font-body);
    font-size: 14.7px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.vmuse-event-booking-appointments {
    display: flex;
    align-items: center;
    min-height: 200px;
    padding-block: 40px;
    background: #fff;
}

.vmuse-contact-us__store-cta {
    width: var(--wp--style--global--content-size, 1040px);
    max-width: calc(100% - 64px);
    margin-inline: auto;
    padding: 40px 32px;
}

.vmuse-contact-us__store-cta .vmuse-booking-appointments--cover {
    width: 100%;
    max-width: none;
}

.vmuse-footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background: #fff;
}

.vmuse-footer__body {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

.vmuse-footer__body-inner {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 128px);
    max-width: 1040px;
    height: 464px;
    min-height: 464px;
    overflow: hidden;
}

.vmuse-footer__brand {
    position: absolute;
    top: 42px;
    left: 0;
    display: block;
    width: 144px;
    height: 30px;
}

.vmuse-footer__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vmuse-footer__links {
    position: absolute;
    top: 62px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 81px;
    text-align: left;
}

.vmuse-footer__link {
    display: block;
    width: 100%;
    text-align: left;
}

.vmuse-footer__link,
.vmuse-footer__follow-label,
.vmuse-footer__copyright-text,
.vmuse-footer__icp {
    margin: 0;
    color: #000;
    font-family: var(--vmuse-font-body);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vmuse-footer a {
    color: inherit;
    text-decoration: none;
}

.vmuse-separator,
.vmuse-footer__sep {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vmuse-separator__line,
.vmuse-footer__sep-line {
    flex: 1 1 0;
    min-width: 0;
    height: 2px;
}

.vmuse-separator__line-svg {
    display: block;
    width: 100%;
    height: 2px;
    overflow: visible;
}

.vmuse-separator__line-svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
    stroke-linecap: square;
}

.vmuse-separator--solid {
    gap: 0;
}

.vmuse-separator--solid .vmuse-separator__line,
.vmuse-separator--solid .vmuse-separator__line-svg {
    height: 1px;
}

.vmuse-separator--solid .vmuse-separator__line-svg line {
    fill: none;
    stroke: currentColor;
    stroke-width: 1;
    opacity: 0.28;
}

.vmuse-separator__icon,
.vmuse-footer__sep-icon {
    display: block;
    width: 17.868px;
    height: 17.01px;
    object-fit: contain;
}

.vmuse-separator--logo-arch-up .vmuse-separator__icon,
.vmuse-separator--logo-arch-down .vmuse-separator__icon,
.vmuse-separator--footer-logo-arch .vmuse-separator__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 42px;
    object-fit: initial;
}

.vmuse-separator__arch-icon {
    display: block;
    width: 73px;
    height: auto;
    transform-origin: center;
}

.vmuse-separator--logo-arch-down .vmuse-separator__arch-icon {
    transform: rotate(180deg);
}

.vmuse-separator--logo-arch-up .vmuse-separator__line,
.vmuse-separator--logo-arch-down .vmuse-separator__line {
    display: none;
}

.vmuse-separator--footer-logo-arch {
    box-sizing: border-box;
    align-items: flex-start;
    width: calc(100% - 128px);
    max-width: var(--wp--style--global--content-size, 1040px);
    height: 144px;
    margin-inline: auto;
    padding-inline: 0;
    gap: 0;
    color: #000;
    background: #fff;
}

.vmuse-separator--footer-logo-arch .vmuse-separator__line {
    margin-top: 105px;
}

.vmuse-separator--footer-logo-arch .vmuse-separator__icon {
    flex: 0 0 73px;
    margin-top: 64px;
}

.vmuse-component-test {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 80px 32px 120px;
    color: #111;
    background: #f4f4f2;
}

.vmuse-component-test__intro,
.vmuse-component-test__group {
    width: min(100%, 1104px);
    margin-inline: auto;
}

.vmuse-component-test__group {
    margin-top: 80px;
}

.vmuse-component-test__eyebrow,
.vmuse-component-test__label,
.vmuse-component-test__fixture-missing {
    margin: 0;
    font-family: var(--vmuse-font-sans);
    letter-spacing: 0;
}

.vmuse-component-test__eyebrow,
.vmuse-component-test__label {
    color: #5b5b57;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    main.vmuse-component-test--preview {
        padding: 0;
    }
}

.vmuse-component-test__label {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
}

.vmuse-component-test__title,
.vmuse-component-test__group-title,
.vmuse-component-test__subheading {
    margin: 0;
    font-family: var(--vmuse-font-display);
    font-weight: 400;
    letter-spacing: 0;
}

.vmuse-component-test__title {
    margin-top: 8px;
    font-size: 42px;
    line-height: 1.1;
}

.vmuse-component-test__note {
    max-width: 680px;
    margin: 16px 0 0;
    font-family: var(--vmuse-font-sans);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.vmuse-component-test__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 32px;
}

.vmuse-component-test__workspace {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 0;
    align-items: start;
    height: 100%;
    width: min(100%, 1600px);
    margin: 48px auto 0;
}

@media (min-width: 768px) {
    .vmuse-page--component-test:not(.vmuse-page--component-test-preview) {
        height: 100vh;
        overflow: hidden;
    }

    .vmuse-page--component-test > .vmuse-component-test:not(.vmuse-component-test--preview) {
        height: 100vh;
        padding: 0;
    }

    .vmuse-page--component-test > .vmuse-component-test:not(.vmuse-component-test--preview) .vmuse-component-test__workspace {
        margin-top: 0;
    }
}

.vmuse-component-test__sidebar {
    position: sticky;
    top: 0;
    box-sizing: border-box;
    height: 100vh;
    padding: 48px 32px;
    overflow-y: auto;
    background: #f4f4f2;
}

.vmuse-component-test__workspace .vmuse-component-test__nav {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
}

.vmuse-component-test__nav-link {
    color: inherit;
    font-family: var(--vmuse-font-sans);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.vmuse-component-test__preview-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.vmuse-component-test__preview-button {
    padding: 8px 12px;
    color: #111;
    font: inherit;
    font-size: 12px;
    line-height: 1.2;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 0;
    cursor: pointer;
}

.vmuse-component-test__preview-button[aria-pressed="true"] {
    color: #fff;
    background: #292725;
}

.vmuse-component-test__preview {
    width: 100%;
    margin-top: 48px;
    overflow: hidden;
}

.vmuse-component-test__workspace .vmuse-component-test__preview {
    height: 100%;
    min-width: 0;
    margin-top: 0;
}

.vmuse-component-test__workspace .vmuse-component-test__preview-frame {
    height: 100%;
    min-height: 0;
}

@media (max-width: 767px) {
    .vmuse-component-test__workspace {
        display: block;
        height: auto;
        margin-top: 32px;
    }

    .vmuse-component-test__sidebar {
        position: static;
        height: auto;
        padding: 0;
        overflow: visible;
        background: transparent;
    }

    .vmuse-component-test__workspace .vmuse-component-test__nav {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 24px;
        margin-bottom: 32px;
    }

    .vmuse-component-test__workspace .vmuse-component-test__preview-frame {
        height: min(900px, calc(100vh - 80px));
        min-height: 640px;
    }
}

.vmuse-component-test__preview-metadata {
    width: min(100%, 1104px);
    margin: 0 auto 48px;
}

.vmuse-component-test__preview-canvas {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding: 0 0 80px;
    background: #ecece8;
    outline: 1px solid rgba(0, 0, 0, .16);
    transition: max-width .2s ease;
}

.vmuse-component-test__preview[data-preview-width="440"] .vmuse-component-test__preview-canvas {
    max-width: 440px;
}

.vmuse-component-test__preview-frame {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 1440px;
    height: min(900px, calc(100vh - 80px));
    min-height: 640px;
    margin-inline: auto;
    background: #ecece8;
    border: 0;
    outline: 1px solid rgba(0, 0, 0, .16);
    transition: max-width .2s ease;
}

.vmuse-component-test__preview[data-preview-width="440"] .vmuse-component-test__preview-frame {
    max-width: 440px;
}

.vmuse-page--component-test-preview > .vmuse-header-inner,
.vmuse-page--component-test-preview > .vmuse-footer,
.vmuse-component-test--preview .vmuse-component-test__intro {
    display: none;
}

.vmuse-component-test--preview {
    min-height: 0;
    padding: 0;
    background: #ecece8;
}

.vmuse-component-test--preview .vmuse-component-test__preview {
    margin: 0;
    overflow: visible;
}

.vmuse-component-test--preview .vmuse-component-test__preview-metadata {
    display: none;
}

.vmuse-component-test--preview .vmuse-component-test__preview-canvas {
    max-width: none;
    padding-bottom: 80px;
    outline: 0;
    transition: none;
    gap: 0;
}

.vmuse-component-test--preview .vmuse-component-test__group-title {
    margin: 80px 20px 24px;
}

.vmuse-component-test--preview .vmuse-component-test__label {
    min-height: 0;
    margin: 48px 20px 16px;
    padding: 0;
    border: 0;
}

.vmuse-component-test--preview .vmuse-component-test__fixture--content-row,
.vmuse-component-test--preview .vmuse-component-test__fixture[data-component="wide-image"],
.vmuse-component-test--preview .vmuse-component-test__fixture[data-component="section-text"],
.vmuse-component-test--preview .vmuse-component-test__fixture[data-component="video"],
.vmuse-component-test--preview .vmuse-component-test__fixture[data-component="event-item"],
.vmuse-component-test--preview .vmuse-component-test__fixture[data-component="event-item-list"],
.vmuse-component-test--preview .vmuse-component-test__fixture[data-component="event-image"] {
    width: min(var(--vmuse-standard-content-width), calc(100% - 64px));
    margin-inline: auto;
}

@media (max-width: 767px) {
    .vmuse-component-test--preview .vmuse-component-test__fixture--content-row,
    .vmuse-component-test--preview .vmuse-component-test__fixture[data-component="wide-image"],
    .vmuse-component-test--preview .vmuse-component-test__fixture[data-component="section-text"],
    .vmuse-component-test--preview .vmuse-component-test__fixture[data-component="video"],
    .vmuse-component-test--preview .vmuse-component-test__fixture[data-component="event-item"],
    .vmuse-component-test--preview .vmuse-component-test__fixture[data-component="event-item-list"],
    .vmuse-component-test--preview .vmuse-component-test__fixture[data-component="event-image"] {
        width: calc(100% - 40px);
    }
}

@media (max-width: 767px) {
    main.vmuse-component-test--preview {
        padding: 0;
    }
}

.vmuse-component-test__preview-canvas .vmuse-component-test__full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.vmuse-component-test__preview[data-preview-width="440"] .vmuse-component-test__standard-block-showcase {
    width: 100%;
    margin: 0;
}

.vmuse-component-test__group-title {
    font-size: 32px;
    line-height: 1.2;
}

.vmuse-component-test__subheading {
    margin-top: 48px;
    font-size: 22px;
    line-height: 1.2;
}

.vmuse-component-test__fixture {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}

.vmuse-home-header__menu-toggle {
    display: none;
}

.vmuse-component-test--preview .vmuse-component-test__fixture[data-preview-surface="dark"] {
    background: #000;
}

.vmuse-component-test--preview .vmuse-component-test__fixture[data-preview-surface="light"] {
    background: #fff;
}

.vmuse-component-test__fixture--content-row {
    width: var(--vmuse-standard-content-width);
    max-width: 100%;
    overflow: visible;
}

.vmuse-component-test__fixture--separator > .vmuse-separator {
    margin-top: 24px;
}

.vmuse-component-test__label--inset {
    padding: 16px 20px;
}

.vmuse-component-test__fixture-missing {
    padding: 32px;
    color: #7b2626;
    font-size: 14px;
}

.vmuse-component-test__variant-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.vmuse-component-test__full-width {
    width: calc(100% + 64px);
    max-width: none;
    margin-left: -32px;
}

.vmuse-component-test__standard-block-showcase {
    width: 100vw;
    margin: 48px calc(50% - 50vw) 0;
}

.vmuse-component-test__standard-block-placeholder {
    height: 100px;
    background: #fff;
}

@media (max-width: 767px) {
    :root {
        --vmuse-standard-edge-padding: 32px;
    }

    .vmuse-component-test {
        padding: 56px 16px 80px;
    }

    .vmuse-component-test__variant-grid {
        gap: 24px;
    }

    .vmuse-component-test__label--inset {
        padding: 16px 20px;
    }

    .vmuse-component-test__full-width {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}

.vmuse-footer__follow {
    position: absolute;
    top: 124px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70px;
}

.vmuse-footer__follow-label {
    font-size: 10.93px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
}

.vmuse-footer__follow-icons {
    display: flex;
    gap: 5.536px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.vmuse-footer__follow-link,
.vmuse-footer__follow-link img {
    display: block;
    width: 19.41px;
    height: 19.41px;
}

.vmuse-footer__legal {
    position: absolute;
    top: 366px;
    right: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 42px;
    padding-top: 26px;
    border-top: 1px solid rgba(0, 0, 0, .28);
    white-space: nowrap;
}

.vmuse-footer__copyright-text,
.vmuse-footer__icp {
    font-size: 9px;
    line-height: 13px;
}

.vmuse-footer__icp {
    font-weight: 500;
}

@media (max-width: 767px) {
    .vmuse-header-inner {
        padding-right: 16px;
        padding-left: 16px;
    }

    .vmuse-home-header {
        min-height: 64px;
    }

    .vmuse-home-header__content {
        padding: 16px 20px;
    }

    .vmuse-home-header__logo-row {
        height: 32px;
    }

    .vmuse-home-header__logo {
        width: 140px;
        height: 30px;
    }

    .vmuse-home-header__menu-toggle {
        display: grid;
        place-items: center;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .vmuse-home-header__menu-toggle-icon {
        display: block;
        width: 24px;
        height: 24px;
    }

    .vmuse-home-header__menu-toggle-line {
        transform-box: fill-box;
        transform-origin: center;
        transition: transform .2s ease, opacity .15s ease;
    }

    .vmuse-home-header.is-menu-open .vmuse-home-header__menu-toggle-line--top {
        transform: translateY(6.3486px) rotate(45deg);
    }

    .vmuse-home-header.is-menu-open .vmuse-home-header__menu-toggle-line--middle {
        opacity: 0;
    }

    .vmuse-home-header.is-menu-open .vmuse-home-header__menu-toggle-line--bottom {
        transform: translateY(-6.3428px) rotate(-45deg);
    }

    .vmuse-home-header__side--right {
        padding-right: 0;
    }

    .vmuse-home-header__nav {
        position: fixed;
        top: 64px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 49;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 32px;
        box-sizing: border-box;
        max-width: none;
        padding: 40px;
        overflow-y: auto;
        color: #000;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease, visibility 0s linear .2s;
    }

    .vmuse-home-header.is-menu-open .vmuse-home-header__nav {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0s;
    }

    html.vmuse-mobile-menu-open { overflow: hidden; }

    .vmuse-home-header__nav-link {
        flex: 0 0 auto;
        width: 100%;
        min-height: 57px;
        padding-block: 20px;
        color: #000;
        font-size: 14px;
        letter-spacing: 2.8px;
        text-align: left;
        justify-content: flex-start;
    }


    .vmuse-home-hero {
        min-height: 560px;
    }

    .vmuse-home-hero__content {
        top: auto;
        bottom: 88px;
        width: calc(100% - 40px);
    }

    .vmuse-home-hero__title,
    .vmuse-booking-appointments__title {
        font-size: 32px;
        line-height: 1.25;
        white-space: normal;
    }

    .vmuse-booking-appointments--cover {
        width: 100%;
        max-width: none;
        margin-inline: 0;
    }

    .vmuse-home-hero__title {
        height: auto;
    }

    .vmuse-home-events {
        gap: 56px;
        padding-right: 20px;
        padding-bottom: 64px;
        padding-left: 20px;
    }

    .vmuse-home-events__grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .vmuse-home-store-image {
        padding: 0;
    }

    .vmuse-page-title-shell {
        padding-right: 20px;
        padding-left: 20px;
    }

    .vmuse-page-title {
        min-height: 220px;
        padding-top: 64px;
    }

    .vmuse-post-event__content,
    .vmuse-post-event__contents {
        padding: 0 20px;
    }

    .vmuse-privacy-policy__article {
        min-height: 0;
        padding: 0 32px 120px;
    }

    .vmuse-events-feature {
        padding-right: 20px;
        padding-left: 20px;
    }

    .vmuse-events-archive-grid {
        grid-template-columns: 1fr;
        padding-right: 20px;
        padding-left: 20px;
    }

    .vmuse-events-empty {
        height: 120px;
    }

    .vmuse-contact-us__content {
        gap: 48px;
        padding-top: 64px;
        padding-bottom: 96px;
    }

    .vmuse-contact-us__title,
    .vmuse-contact-us__store-cta {
        max-width: calc(100% - 40px);
    }

    .vmuse-contact-us__separator {
        height: 120px;
    }

    .vmuse-contact-us__separator-icon,
    .vmuse-contact-us__separator--end .vmuse-contact-us__separator-icon {
        top: 24px;
    }

    .vmuse-contact-us__heading {
        font-size: 22px;
    }

    .vmuse-event-cta,
    .vmuse-event-booking-appointments {
        padding-right: 20px;
        padding-left: 20px;
    }

    .vmuse-event-cta__title,
    .vmuse-event-booking-appointments .vmuse-booking-appointments__title {
        font-size: 32px;
        line-height: 1.25;
    }

    .vmuse-footer__body {
        margin-top: 47px;
        padding: 0 32px;
    }

    .vmuse-footer {
        padding-bottom: 20px;
    }

    .vmuse-separator--footer-logo-arch {
        width: 100%;
        max-width: none;
        height: 102px;
        margin-inline: 0;
        padding: 35px 32px 25px;
    }

    .vmuse-separator--footer-logo-arch .vmuse-separator__line {
        margin-top: 39px;
    }

    .vmuse-separator--footer-logo-arch .vmuse-separator__icon {
        margin-top: 0;
    }

    .vmuse-footer__body-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: none;
        gap: 68px;
        height: auto;
        min-height: 0;
        padding: 0;
        overflow: visible;
        text-align: center;
    }

    .vmuse-footer__brand,
    .vmuse-footer__links,
    .vmuse-footer__follow,
    .vmuse-footer__legal {
        position: static;
    }

    .vmuse-footer__brand {
        display: none;
    }

    .vmuse-footer__logo {
        height: auto;
    }

    .vmuse-footer__links {
        width: 80px;
        gap: 24px;
        align-items: center;
        margin-bottom: 0;
        text-align: center;
    }

    .vmuse-footer__link {
        width: auto;
        line-height: 11px;
        text-align: center;
        white-space: nowrap;
    }

    .vmuse-footer__follow {
        width: auto;
        align-items: center;
        margin-bottom: 0;
        text-align: center;
    }

    .vmuse-footer__follow-icons {
        gap: 8px;
        margin-top: 18px;
        justify-content: center;
    }

    .vmuse-footer__follow-label {
        line-height: 11px;
    }

    .vmuse-footer__follow-link,
    .vmuse-footer__follow-link img {
        width: 27.766px;
        height: 27.766px;
    }

    .vmuse-footer__legal {
        display: flex;
        width: 100%;
        min-height: 11px;
        margin-top: -21px;
        padding: 0;
        border-top: 0;
        gap: 16px;
        text-align: left;
    }

    .vmuse-footer__copyright-text {
        font-size: 11px;
        font-weight: 600;
        line-height: 11px;
    }

    .vmuse-footer__icp {
        font-size: 8px;
        font-weight: 600;
        line-height: 11px;
    }

    .vmuse-content-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vmuse-content-row__text {
        max-width: none;
        text-align: center;
    }

    .vmuse-content-row--text-image .vmuse-content-row__image {
        order: 1;
    }

    .vmuse-content-row--text-image .vmuse-content-row__text {
        order: 2;
    }

    .vmuse-content-row__title {
        font-size: 24px;
        line-height: 1.35;
    }

    .vmuse-content-row__image {
        width: 100%;
        max-width: none;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        aspect-ratio: 1;
    }

    .vmuse-content-row__media {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        margin: auto;
    }

    .vmuse-brand-story__content {
        margin-bottom: 120px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .vmuse-jewelry-page__title .vmuse-page-title {
        min-height: 220px;
    }

    .vmuse-jewelry-page__content {
        width: calc(100% - 40px);
        margin-bottom: 120px;
    }

    .vmuse-section-text__title {
        font-size: 22px;
        line-height: 1.35;
    }

    .vmuse-section-text__copy {
        font-size: 14px;
    }

    .vmuse-content-video__media {
        aspect-ratio: 16 / 9;
    }
}
