:root {
    --ms-black: #080808;
    --ms-ink: #101010;
    --ms-white: #f7f7f3;
    --ms-soft: rgba(247, 247, 243, 0.72);
    --ms-line: rgba(247, 247, 243, 0.2);
    --ms-red: #e6332a;
    --ms-red-deep: #a81916;
}

@property --ms-cta-sweep {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@property --ms-cta-origin {
    syntax: "<angle>";
    inherits: false;
    initial-value: 180deg;
}

body.ms-tattoo-coming-soon {
    --ms-blue: #2f6bff;
    --ms-red: #2f6bff;
    --ms-red-deep: #153fb8;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    overscroll-behavior: none;
}

body.ms-coming-soon {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: var(--ms-black);
    color: var(--ms-white);
    font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

.ms-loader {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #1a1a1a;
    animation: ms-loader-out 760ms ease 2250ms both;
}

.ms-loader::before,
.ms-loader::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.ms-loader::before {
    left: 5vw;
}

.ms-loader::after {
    right: 5vw;
}

.ms-loader-mark {
    width: min(560px, 58svh, 76vw);
    max-width: calc(100vw - 48px);
    height: auto;
    opacity: 0;
    filter:
        grayscale(1)
        brightness(3.8)
        contrast(0.9)
        drop-shadow(0 28px 58px rgba(0, 0, 0, 0.58))
        drop-shadow(0 0 24px rgba(255, 255, 255, 0.1));
    animation: ms-loader-mark 1900ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}


.ms-hero-shell {
    position: relative;
    isolation: isolate;
    height: 100vh;
    height: 100svh;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    background: #111;
    --ms-menu-left: 48px;
    --ms-menu-top: 38px;
    --ms-menu-pad: 7px;
    --ms-menu-hit: 44px;
    --ms-menu-mark: 30px;
    --ms-menu-line: 3px;
    --ms-menu-cross-top: 13.5px;
    opacity: 0;
    animation: ms-page-in 680ms ease 2360ms both;
}

.ms-hero-shell::-webkit-scrollbar {
    display: none;
}

.ms-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62)),
        url("mens-studio-hero-bg.png") center / cover no-repeat;
    filter: grayscale(1) contrast(1.08) brightness(0.82);
    opacity: 0.86;
    transform: scale(1.02);
    animation: ms-bg-drift 12000ms ease-out 2500ms both;
}

body.ms-tattoo-coming-soon .ms-hero-shell::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62)),
        url("mens-studio-tattoo-hero-dsc04513.jpeg") 68% center / cover no-repeat;
}

body.ms-barber-coming-soon .ms-hero-shell::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.46), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.52)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.56), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.64)),
        url("mens-studio-barber-hero-dsc04525.jpeg") center / cover no-repeat;
}

.ms-hero-shell::after {
    display: none;
}

body.ms-menu-open .ms-hero-shell::after {
    display: none;
}

.ms-frame {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.ms-frame::before,
.ms-frame::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.22);
}

.ms-frame::before {
    left: 48px;
}

.ms-frame::after {
    right: 48px;
}

.ms-noise {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 5px);
    mix-blend-mode: overlay;
    opacity: 0.36;
}

.ms-ghost-marquee {
    --ms-ghost-opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 15svh;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: visible;
    height: min(38vw, 420px);
    pointer-events: none;
    opacity: var(--ms-ghost-opacity);
    animation: ms-marquee-in 900ms ease 2920ms backwards;
}

.ms-ghost-track {
    display: flex;
    width: max-content;
    padding-top: clamp(18px, 3vw, 48px);
    transform: translate3d(0, 0, 0);
    animation: ms-marquee-scroll 76000ms linear 3200ms infinite;
    will-change: transform;
}

.ms-ghost-track span {
    flex: 0 0 auto;
    color: transparent;
    font-size: clamp(12rem, 28vw, 31rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 0.72;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    text-stroke: 1px rgba(255, 255, 255, 0.15);
}

.ms-topbar {
    position: absolute;
    left: var(--ms-menu-left);
    right: 48px;
    top: var(--ms-menu-top);
    z-index: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    pointer-events: none;
}

.ms-menu-button {
    appearance: none;
    border: 0;
    border-radius: 0;
    position: relative;
    z-index: 16;
    margin: calc(0px - var(--ms-menu-pad)) 0 0 calc(0px - var(--ms-menu-pad));
    padding: var(--ms-menu-pad);
    width: var(--ms-menu-hit);
    height: var(--ms-menu-hit);
    display: block;
    outline: 1px solid transparent;
    outline-offset: 5px;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
    transition: outline-color 180ms ease;
}

.ms-back-button {
    position: relative;
    z-index: 16;
    display: grid;
    place-items: center;
    width: var(--ms-menu-hit);
    height: var(--ms-menu-hit);
    margin: calc(0px - var(--ms-menu-pad)) 0 0 calc(0px - var(--ms-menu-pad));
    color: rgba(247, 247, 243, 0.86);
    outline: 1px solid transparent;
    outline-offset: 5px;
    text-decoration: none;
    pointer-events: auto;
    transition:
        color 180ms ease,
        outline-color 180ms ease;
}

.ms-back-mark {
    display: block;
    width: 18px;
    height: 18px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: translateX(4px) rotate(45deg);
}

.ms-back-button:active {
    color: var(--ms-red);
}

.ms-back-button:focus-visible {
    outline-color: rgba(247, 247, 243, 0.72);
}

.ms-menu-button:focus-visible,
body.ms-menu-open .ms-menu-button,
body.ms-menu-closing .ms-menu-button {
    outline-color: rgba(247, 247, 243, 0.72);
}

.ms-red-mark,
.ms-menu-icon {
    position: relative;
    display: block;
    width: var(--ms-menu-mark);
    height: var(--ms-menu-mark);
}

.ms-red-mark::before,
.ms-red-mark::after,
.ms-red-mark span,
.ms-menu-icon::before,
.ms-menu-icon::after,
.ms-menu-icon span {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    height: var(--ms-menu-line);
    background: var(--ms-red);
    transform: rotate(0deg);
    transform-origin: center;
    transition:
        top 220ms ease,
        width 220ms ease,
        opacity 160ms ease,
        transform 220ms ease;
}

.ms-red-mark::before {
    top: 0;
    width: var(--ms-menu-mark);
}

.ms-red-mark span {
    top: 9px;
    width: 20px;
}

.ms-red-mark::after {
    top: 18px;
    width: 9px;
}

.ms-menu-button .ms-red-mark {
    transform: none;
}

body.ms-menu-open .ms-menu-button .ms-red-mark::before,
body.ms-menu-open .ms-menu-button .ms-red-mark::after,
body.ms-menu-closing .ms-menu-button .ms-red-mark::before,
body.ms-menu-closing .ms-menu-button .ms-red-mark::after {
    top: var(--ms-menu-cross-top);
    width: var(--ms-menu-mark);
}

body.ms-menu-open .ms-menu-button .ms-red-mark::before,
body.ms-menu-closing .ms-menu-button .ms-red-mark::before {
    transform: rotate(45deg);
}

body.ms-menu-open .ms-menu-button .ms-red-mark::after,
body.ms-menu-closing .ms-menu-button .ms-red-mark::after {
    transform: rotate(-45deg);
}

body.ms-menu-open .ms-menu-button .ms-red-mark span,
body.ms-menu-closing .ms-menu-button .ms-red-mark span {
    top: var(--ms-menu-cross-top);
    width: var(--ms-menu-mark);
    opacity: 0;
    transform: scaleX(0.18);
}

.ms-top-logo {
    position: absolute;
    left: 50%;
    top: -28px;
    z-index: 3;
    transform: translateX(-50%);
    width: min(285px, 39vw);
    height: auto;
    filter:
        grayscale(1)
        brightness(3.4)
        contrast(0.92)
        drop-shadow(0 12px 24px rgba(0, 0, 0, 0.58))
        drop-shadow(0 0 14px rgba(255, 255, 255, 0.08));
    opacity: 0.96;
}

@media (min-width: 901px) and (max-height: 850px) {
    .ms-top-logo {
        top: -30px;
        width: min(245px, 34vw);
    }
}

@media (max-width: 900px) {
    .ms-top-logo {
        width: min(211.2px, 49.92vw);
    }
}

.ms-menu-icon {
    display: none;
}

.ms-menu-icon::before {
    top: 0;
    width: 30px;
}

.ms-menu-icon span {
    top: 10px;
    width: 30px;
}

.ms-menu-icon::after {
    top: 20px;
    width: 30px;
}

.ms-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 12;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.26) 52%, rgba(0, 0, 0, 0.56)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7)),
        url("mens-studio-tattoo-bg.png") 68% center / cover no-repeat;
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    visibility: hidden;
    transition:
        clip-path 920ms cubic-bezier(0.77, 0, 0.18, 1),
        visibility 0s linear 920ms;
}

.ms-menu-panel::before,
.ms-menu-panel::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.ms-menu-panel::before {
    left: 48px;
}

.ms-menu-panel::after {
    right: 48px;
}

body.ms-menu-open .ms-menu-panel {
    clip-path: inset(0);
    pointer-events: auto;
    visibility: visible;
    transition: clip-path 920ms cubic-bezier(0.77, 0, 0.18, 1);
}

.ms-menu-link {
    position: relative;
    display: block;
    width: min(84vw, 980px);
    color: var(--ms-white);
    font-size: clamp(2.6rem, 8vw, 7rem);
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-wrap: balance;
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 520ms ease,
        transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
        color 180ms ease;
}

.ms-menu-link span {
    display: inline;
}

.ms-menu-link::after {
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -0.22em;
    width: min(360px, 72%);
    height: 3px;
    background: linear-gradient(90deg, var(--ms-red), rgba(230, 51, 42, 0));
    transform: translateX(-50%);
}

body.ms-tattoo-coming-soon .ms-menu-link::after {
    background: linear-gradient(90deg, var(--ms-red), rgba(47, 107, 255, 0));
}

body.ms-menu-open .ms-menu-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 480ms, 480ms, 0ms;
}

.ms-menu-link:active {
    color: var(--ms-red);
}

.ms-menu-link:focus-visible {
    outline: 1px solid rgba(247, 247, 243, 0.72);
    outline-offset: 10px;
}

.ms-hero {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100svh;
    min-height: 100svh;
    padding: 102px 78px 82px;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.ms-copy {
    width: min(660px, 56vw);
    margin-left: 7vw;
}

.ms-brand-label {
    display: inline-block;
    margin: 0 0 36px;
    padding: 14px 23px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--ms-white);
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.62em;
    line-height: 1;
    text-transform: uppercase;
    animation: ms-copy-in 780ms cubic-bezier(0.16, 1, 0.3, 1) 2760ms both;
}

.ms-eyebrow {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
    animation: ms-copy-in 780ms cubic-bezier(0.16, 1, 0.3, 1) 2920ms both;
}

.ms-eyebrow::before {
    content: "";
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.56);
}

h1 {
    max-width: 720px;
    margin: 0;
    color: var(--ms-white);
    font-size: 4.95rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.28;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 16px 40px rgba(0, 0, 0, 0.58);
    animation: ms-title-in 860ms cubic-bezier(0.16, 1, 0.3, 1) 3060ms both;
}

h1 span {
    display: block;
}

h1 .is-red {
    color: var(--ms-red);
    text-shadow:
        0 0 16px rgba(230, 51, 42, 0.16),
        0 16px 40px rgba(0, 0, 0, 0.58);
}

body.ms-tattoo-coming-soon h1 .is-red {
    text-shadow:
        0 0 16px rgba(47, 107, 255, 0.18),
        0 16px 40px rgba(0, 0, 0, 0.58);
}

.ms-date {
    margin-top: 0.08em;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.56em;
    letter-spacing: 0.16em;
    line-height: 1.12;
    white-space: nowrap;
}

.ms-book-link {
    --ms-cta-color: var(--ms-red);
    --ms-cta-sweep: 0deg;
    --ms-cta-origin: 180deg;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 30px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--ms-white);
    background: rgba(5, 5, 5, 0.24);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        color 180ms ease,
        text-shadow 180ms ease;
}

.ms-book-link::after {
    content: "";
    position: absolute;
    inset: -1px;
    padding: 1px;
    background:
        conic-gradient(
            from var(--ms-cta-origin) at 50% 50%,
            var(--ms-cta-color) 0deg var(--ms-cta-sweep),
            transparent var(--ms-cta-sweep) calc(360deg - var(--ms-cta-sweep)),
            var(--ms-cta-color) calc(360deg - var(--ms-cta-sweep)) 360deg
        );
    pointer-events: none;
    animation: ms-cta-border 5200ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

body.ms-tattoo-coming-soon .ms-book-link {
    --ms-cta-color: var(--ms-blue);
}

.ms-book-link.is-static {
    cursor: default;
}

.ms-book-link:active {
    border-color: var(--ms-red);
    color: var(--ms-red);
    text-shadow: 0 0 18px rgba(230, 51, 42, 0.42);
}

body.ms-tattoo-coming-soon .ms-book-link:active {
    border-color: var(--ms-blue);
    color: var(--ms-blue);
    text-shadow: 0 0 18px rgba(47, 107, 255, 0.42);
}

.ms-book-link:focus-visible {
    outline: 1px solid rgba(247, 247, 243, 0.72);
    outline-offset: 5px;
}

.ms-subtitle {
    width: min(540px, 100%);
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-transform: uppercase;
    animation: ms-copy-in 820ms cubic-bezier(0.16, 1, 0.3, 1) 3260ms both;
}

.ms-section-nav {
    position: absolute;
    left: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: rgba(247, 247, 243, 0.76);
    text-decoration: none;
    transform: translateX(-50%);
    animation: ms-nav-pulse 1900ms ease-in-out infinite;
    transition: color 180ms ease;
}

.ms-section-nav span {
    display: block;
    width: 16px;
    height: 16px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.ms-section-nav.is-down {
    bottom: 86px;
}

.ms-section-nav.is-down span {
    transform: translateY(-3px) rotate(45deg);
}

.ms-section-nav.is-up {
    top: 36px;
    animation-name: ms-nav-pulse-up;
}

.ms-section-nav.is-up span {
    transform: translateY(4px) rotate(225deg);
}

.ms-section-nav:active {
    color: var(--ms-red);
}

.ms-section-nav:focus-visible {
    outline: 1px solid rgba(247, 247, 243, 0.72);
    outline-offset: 3px;
}

.ms-panel-section,
.ms-info-section {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    min-height: 100svh;
    padding: 118px 78px 96px;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.ms-panel-section {
    background: rgba(5, 5, 5, 0.18);
}

.ms-info-bg {
    display: none;
}

.ms-panel-bg {
    position: absolute;
    inset: -2%;
    z-index: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62)),
        url("mens-studio-hero-bg.png") center / cover no-repeat;
    filter: grayscale(1) contrast(1.08) brightness(0.82);
    opacity: 0.86;
    transform: scale(1.02);
    pointer-events: none;
}

body.ms-barber-coming-soon .ms-bookings-section > .ms-panel-bg {
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62)),
        url("mens-studio-barber-bookings-dsc04568-mobile-left.jpeg") center 58% / cover no-repeat;
}

body.ms-tattoo-coming-soon .ms-bookings-section > .ms-panel-bg {
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62)),
        url("mens-studio-tattoo-bookings-dsc04507-desktop.jpeg") center bottom / cover no-repeat;
}

@media (min-width: 721px) {
    body.ms-tattoo-coming-soon .ms-bookings-section > .ms-panel-bg {
        inset: 0;
        transform: none;
    }
}

body.ms-tattoo-coming-soon .ms-portfolio-section > .ms-panel-bg {
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62)),
        url("mens-studio-tattoo-bg.png") 62% center / cover no-repeat;
}

body.ms-barber-coming-soon .ms-info-bg {
    position: absolute;
    inset: -2%;
    z-index: 0;
    display: block;
    background-image: url("mens-studio-barber-info-bg.jpeg");
    background-position: center 54%;
    background-size: cover;
    filter: grayscale(1) contrast(1.08) brightness(0.82);
    opacity: 0.86;
    transform: scale(1.02);
    pointer-events: none;
}

body.ms-barber-coming-soon .ms-info-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62));
}

body.ms-tattoo-coming-soon .ms-info-bg {
    position: absolute;
    inset: -2%;
    z-index: 0;
    display: block;
    background-image: url("mens-studio-tattoo-info-dsc04505.jpeg");
    background-position: 58% center;
    background-size: cover;
    filter: grayscale(1) contrast(1.08) brightness(0.82);
    opacity: 0.86;
    transform: scale(1.02);
    pointer-events: none;
}

body.ms-tattoo-coming-soon .ms-info-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62));
}

.ms-panel-section::after,
.ms-info-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 48px;
    right: 48px;
    z-index: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    pointer-events: none;
}

.ms-panel-inner {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100vw - 156px));
    margin: 0 auto;
}

.ms-bookings-inner {
    align-self: start;
    display: grid;
    gap: clamp(28px, 4.5svh, 50px);
    padding-top: clamp(64px, 10.5svh, 104px);
}

.ms-bookings-inner .ms-eyebrow,
.ms-barbers-head .ms-eyebrow {
    animation: none;
    margin: 0;
}

.ms-booking-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
}

.ms-booking-single {
    display: grid;
    justify-items: center;
    align-items: center;
    min-height: clamp(360px, 46svh, 500px);
}

.ms-booking-single .ms-booking-step {
    width: min(580px, 100%);
    min-height: clamp(300px, 38svh, 420px);
}

.ms-booking-step {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(330px, 42svh, 470px);
    padding: clamp(28px, 3vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background:
        linear-gradient(135deg, rgba(230, 51, 42, 0.14), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
        rgba(5, 5, 5, 0.4);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

body.ms-tattoo-coming-soon .ms-booking-step {
    background:
        linear-gradient(135deg, rgba(47, 107, 255, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
        rgba(5, 5, 5, 0.4);
}

.ms-booking-step::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ms-red), rgba(230, 51, 42, 0));
    opacity: 0.9;
}

body.ms-tattoo-coming-soon .ms-booking-step::after {
    background: linear-gradient(90deg, var(--ms-red), rgba(47, 107, 255, 0));
}

.ms-step-number {
    margin-bottom: clamp(26px, 5svh, 54px);
    color: rgba(247, 247, 243, 0.24);
    font-size: clamp(3.6rem, 7vw, 7.4rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 0.8;
}

.ms-booking-step h2 {
    display: flex;
    align-items: flex-end;
    min-height: calc(1.08em * 2);
    margin: 0 0 18px;
    color: var(--ms-white);
    font-size: clamp(1.14rem, 1.62vw, 1.72rem);
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.08;
    text-transform: uppercase;
    text-shadow: 0 16px 40px rgba(0, 0, 0, 0.58);
}

.ms-booking-step p {
    max-width: 29em;
    margin: 0;
    color: rgba(247, 247, 243, 0.68);
    font-size: clamp(0.72rem, 1vw, 0.9rem);
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1.72;
    text-transform: uppercase;
}

.ms-booking-step > p:not(.ms-booking-claim) {
    min-height: calc((1.72em * 3) + clamp(22px, 5.5svh, 58px));
}

.ms-booking-step strong {
    color: var(--ms-white);
    font-weight: 900;
}

.ms-booking-step .is-red-word {
    color: var(--ms-red);
}

.ms-booking-phone {
    color: var(--ms-red);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.ms-booking-phone:focus-visible {
    outline: 2px solid var(--ms-red);
    outline-offset: 4px;
}

.ms-booking-quote {
    color: rgba(247, 247, 243, 0.68);
}

.ms-booking-claim {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin-top: auto;
    padding-top: 0;
    color: #fff !important;
    font-weight: 900;
}

.ms-store-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 0;
    min-height: 46px;
}

.ms-store-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: var(--ms-white);
    background: rgba(5, 5, 5, 0.34);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        border-color 180ms ease,
        color 180ms ease,
        text-shadow 180ms ease;
}

.ms-store-icon {
    display: block;
    width: 1.06rem;
    height: 1.06rem;
    object-fit: contain;
}

.ms-store-icon.is-google-play {
    width: 1.2rem;
    height: 1.2rem;
}

.ms-store-link:active {
    border-color: var(--ms-red);
    color: var(--ms-red);
    text-shadow: 0 0 18px rgba(230, 51, 42, 0.42);
}

.ms-store-link:focus-visible {
    outline: 1px solid rgba(247, 247, 243, 0.72);
    outline-offset: 5px;
}

.ms-portfolio-inner {
    align-self: start;
    display: grid;
    gap: clamp(24px, 4svh, 42px);
    padding-top: clamp(64px, 9svh, 96px);
}

.ms-portfolio-inner .ms-eyebrow {
    animation: none;
    margin: 0;
}

.ms-portfolio-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    align-items: center;
    gap: clamp(12px, 1.4vw, 22px);
    min-height: 0;
}

.ms-portfolio-viewport {
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.ms-portfolio-viewport::-webkit-scrollbar {
    display: none;
}

.ms-portfolio-viewport:focus-visible {
    outline: 1px solid rgba(247, 247, 243, 0.72);
    outline-offset: 8px;
}

.ms-portfolio-track {
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.7vw, 24px);
    min-height: clamp(360px, 58svh, 560px);
    padding: 0 calc((100% - min(430px, 48vw)) / 2);
}

.ms-portfolio-card {
    position: relative;
    flex: 0 0 min(430px, 48vw);
    height: clamp(340px, 56svh, 540px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(5, 5, 5, 0.48);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
    scroll-snap-align: center;
}

.ms-portfolio-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1) contrast(1.06) brightness(0.86);
}

.ms-portfolio-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.54)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 7px);
    pointer-events: none;
}

.ms-portfolio-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 3px;
    background: linear-gradient(90deg, var(--ms-red), rgba(47, 107, 255, 0));
}

.ms-portfolio-card figcaption {
    position: absolute;
    left: clamp(18px, 2.2vw, 30px);
    right: clamp(18px, 2.2vw, 30px);
    bottom: clamp(18px, 2.2vw, 30px);
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    color: var(--ms-white);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.ms-portfolio-card figcaption span {
    color: rgba(247, 247, 243, 0.52);
    font-size: clamp(2rem, 4.4vw, 4.8rem);
    letter-spacing: 0.02em;
    line-height: 0.78;
}

.ms-portfolio-card figcaption strong {
    font-size: clamp(0.72rem, 0.94vw, 0.95rem);
    letter-spacing: 0.18em;
}

.ms-portfolio-nav {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: var(--ms-white);
    background: rgba(5, 5, 5, 0.36);
    font: inherit;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.ms-portfolio-nav:hover,
.ms-portfolio-nav:focus-visible {
    border-color: var(--ms-red);
    color: var(--ms-red);
}

.ms-portfolio-nav:disabled {
    opacity: 0.28;
    cursor: default;
}

.ms-portfolio-count {
    position: absolute;
    right: 52px;
    bottom: -28px;
    z-index: 3;
    display: inline-flex;
    gap: 8px;
    margin: 0;
    color: rgba(247, 247, 243, 0.64);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
}

.ms-barbers-inner {
    display: grid;
    gap: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.ms-barbers-section {
    align-items: stretch;
    padding: 0;
}

.ms-barbers-section::after {
    z-index: 4;
}

.ms-barbers-section > .ms-panel-bg {
    display: none;
}

.ms-barbers-head {
    position: absolute;
    top: 118px;
    left: 78px;
    z-index: 4;
    display: none;
}

.ms-barbers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    height: 100%;
}

.ms-barber-card {
    position: relative;
    min-height: 100svh;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 0;
    background:
        linear-gradient(135deg, rgba(230, 51, 42, 0.12), transparent 36%),
        rgba(5, 5, 5, 0.38);
    box-shadow: none;
}

.ms-barber-card + .ms-barber-card {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ms-barber-photo,
.ms-barber-photo-placeholder {
    position: absolute;
    inset: 0;
}

.ms-barber-photo {
    background-position: 58% 88%;
    background-size: auto 122%;
    filter: grayscale(1) contrast(1.08) brightness(0.82);
    opacity: 0.86;
    transform: scale(1.02);
}

.ms-barber-card.is-fabio .ms-barber-photo {
    background-image: url("mens-studio-barber-fabio.jpeg");
}

.ms-barber-card.is-samuele .ms-barber-photo {
    background-image: url("mens-studio-barber-samuele.jpeg");
    background-position: 49% 56%;
    background-size: auto 134%;
    transform: scaleX(-1) scale(1.02);
}

.ms-barber-photo-placeholder {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px);
}

.ms-barber-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.64)),
        linear-gradient(90deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.04));
    pointer-events: none;
}

@media (min-width: 721px) {
    .ms-barber-photo {
        filter: grayscale(1) contrast(1.06) brightness(0.9);
        opacity: 0.9;
    }

    .ms-barber-card::after {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.54)),
            linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.03));
    }
}

.ms-barber-card figcaption {
    position: absolute;
    top: 118px;
    left: 78px;
    z-index: 1;
    display: block;
    color: var(--ms-white);
    font-size: clamp(2.2rem, 4.1vw, 4.9rem);
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 0.95;
    text-transform: uppercase;
    text-shadow: 0 16px 40px rgba(0, 0, 0, 0.62);
}

.ms-barber-card figcaption::before {
    display: none;
}

.ms-info-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
    gap: clamp(56px, 7vw, 122px);
    align-items: end;
    width: min(1280px, calc(100vw - 156px));
    margin: 0 auto;
}

.ms-info-copy {
    min-width: 0;
}

.ms-info-copy .ms-eyebrow {
    animation: none;
    margin-bottom: 26px;
}

.ms-info-copy h2,
.ms-location-title {
    margin: 0 0 46px;
    color: var(--ms-white);
    font-size: clamp(2.42rem, 3.42vw, 4.05rem);
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 0.95;
    text-transform: uppercase;
    text-shadow: 0 16px 40px rgba(0, 0, 0, 0.58);
}

.ms-location-copy {
    align-self: end;
    min-width: 0;
}

.ms-location-title {
    letter-spacing: 0.105em;
    white-space: nowrap;
}

@media (min-width: 721px) {
    .ms-info-inner {
        align-items: start;
    }

    .ms-location-copy {
        align-self: start;
        padding-top: 42px;
    }

    .ms-location-title {
        margin-top: 0;
        margin-bottom: 46px;
    }
}

.ms-hours {
    display: grid;
    gap: 14px;
    width: min(560px, 100%);
    margin: 0;
}

.ms-hours div {
    display: grid;
    grid-template-columns: minmax(105px, 0.58fr) minmax(165px, 1fr);
    gap: 22px;
    align-items: baseline;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ms-hours dt,
.ms-hours dd {
    margin: 0;
    color: rgba(247, 247, 243, 0.9);
    font-size: clamp(0.88rem, 1.45vw, 1.1rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.ms-hours dd {
    color: rgba(247, 247, 243, 0.68);
    text-align: right;
    white-space: nowrap;
}

.ms-map-card {
    position: relative;
    display: grid;
    min-height: clamp(320px, 30svh, 420px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background:
        linear-gradient(135deg, rgba(230, 51, 42, 0.12), transparent 36%),
        rgba(5, 5, 5, 0.34);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

body.ms-tattoo-coming-soon .ms-map-card {
    background:
        linear-gradient(135deg, rgba(47, 107, 255, 0.14), transparent 36%),
        rgba(5, 5, 5, 0.34);
}

.ms-map-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.36)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 5px);
    mix-blend-mode: multiply;
}

.ms-map-card iframe {
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0;
    filter: grayscale(1) contrast(1.12) brightness(0.72);
}

.ms-map-address {
    display: none;
}

.ms-foot {
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 24px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    pointer-events: auto;
    animation: ms-copy-in 820ms cubic-bezier(0.16, 1, 0.3, 1) 3520ms both;
}

.ms-foot.is-footer-template {
    display: none;
}

.ms-address {
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: color 180ms ease, text-shadow 180ms ease;
}

.ms-address span {
    display: block;
}

body.ms-barber-coming-soon .ms-foot,
body.ms-tattoo-coming-soon .ms-foot {
    position: absolute;
    left: auto;
    right: 64px;
    top: auto;
    bottom: 24px;
    align-items: flex-end;
    width: max-content;
    max-width: min(360px, calc(100vw - 112px));
    text-align: right;
}

body.ms-barber-coming-soon .ms-section-nav.is-down,
body.ms-tattoo-coming-soon .ms-section-nav.is-down {
    bottom: 31px;
}

body.ms-barber-coming-soon .ms-address,
body.ms-tattoo-coming-soon .ms-address {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    line-height: 1.25;
}

.ms-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: rgba(255, 255, 255, 0.64);
}

.ms-social-link {
    display: grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    color: inherit;
    text-decoration: none;
    transition: color 180ms ease, text-shadow 180ms ease;
}

.ms-social-link.is-map {
    display: none;
}

.ms-social-link svg {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    overflow: visible;
}

.ms-social-link:active,
.ms-address:active,
.ms-map-address:active {
    color: var(--ms-red);
    text-shadow: 0 0 18px rgba(230, 51, 42, 0.42);
}

body.ms-tattoo-coming-soon .ms-social-link:active,
body.ms-tattoo-coming-soon .ms-address:active,
body.ms-tattoo-coming-soon .ms-map-address:active {
    text-shadow: 0 0 18px rgba(47, 107, 255, 0.42);
}

.ms-social-link:focus-visible,
.ms-address:focus-visible,
.ms-map-address:focus-visible {
    outline: 1px solid rgba(247, 247, 243, 0.72);
    outline-offset: 5px;
}

@keyframes ms-loader-mark {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }

    36%,
    72% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.035);
    }
}

@keyframes ms-loader-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes ms-page-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ms-bg-drift {
    0% {
        transform: scale(1.05) translateX(14px);
    }

    100% {
        transform: scale(1.035) translateX(0);
    }
}

@keyframes ms-marquee-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: var(--ms-ghost-opacity);
    }
}

@keyframes ms-marquee-scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes ms-copy-in {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ms-title-in {
    0% {
        opacity: 0;
        transform: translateX(-18px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ms-nav-pulse {
    0%,
    100% {
        opacity: 0.5;
        transform: translateX(-50%) translateY(0);
    }

    45% {
        opacity: 1;
        transform: translateX(-50%) translateY(8px);
    }
}

@keyframes ms-nav-pulse-up {
    0%,
    100% {
        opacity: 0.5;
        transform: translateX(-50%) translateY(0);
    }

    45% {
        opacity: 1;
        transform: translateX(-50%) translateY(-8px);
    }
}

@keyframes ms-cta-border {
    0%,
    8% {
        --ms-cta-origin: 180deg;
        --ms-cta-sweep: 0deg;
        opacity: 0.34;
    }

    42%,
    50% {
        --ms-cta-origin: 180deg;
        --ms-cta-sweep: 180deg;
        opacity: 1;
    }

    50.01%,
    58% {
        --ms-cta-origin: 0deg;
        --ms-cta-sweep: 0deg;
        opacity: 0.34;
    }

    92%,
    100% {
        --ms-cta-origin: 0deg;
        --ms-cta-sweep: 180deg;
        opacity: 1;
    }
}

@media (min-width: 1280px) {
    h1 {
        font-size: 5.65rem;
    }

    .ms-copy {
        margin-left: 8vw;
    }
}

@media (max-width: 1060px) {
    .ms-copy {
        width: min(640px, 72vw);
        margin-left: 4vw;
    }

    h1 {
        font-size: 3.85rem;
    }

    .ms-ghost-marquee {
        top: 18svh;
        height: min(44vw, 330px);
    }

    .ms-ghost-track span {
        font-size: clamp(10rem, 34vw, 23rem);
    }
}

@media (max-width: 720px) {
    .ms-loader::before {
        left: 30px;
    }

    .ms-loader::after {
        right: 30px;
    }

    .ms-hero-shell::before {
        background-position: center, center, center, 76% center;
        filter: grayscale(1) contrast(1.08) brightness(0.74);
        opacity: 0.78;
        transform: scale(1.02);
    }

    body.ms-barber-coming-soon .ms-hero-shell::before {
        background-position: center, center, center, 58% center;
    }

    body.ms-tattoo-coming-soon .ms-hero-shell::before {
        background-position: center, center, center, 62% center;
    }

    .ms-hero-shell::after {
        display: none;
    }

    .ms-frame::before {
        left: 30px;
    }

    .ms-frame::after {
        right: 30px;
    }

    .ms-topbar {
        left: var(--ms-menu-left);
        right: 30px;
        top: var(--ms-menu-top);
    }

    .ms-hero-shell {
        --ms-menu-left: 30px;
        --ms-menu-top: 34px;
    }

    .ms-menu-panel::before {
        left: 30px;
    }

    .ms-menu-panel::after {
        right: 30px;
    }

    .ms-menu-panel {
        background-position: center, center, 80% center;
    }

    .ms-top-logo {
        top: -21px;
        width: min(211.2px, 49.92vw);
    }

    .ms-hero {
        align-items: center;
        padding: 92px 30px 78px 42px;
    }

    .ms-panel-section,
    .ms-info-section {
        height: 100svh;
        min-height: 100svh;
        padding: 52px 30px 38px;
        overflow: hidden;
    }

    .ms-panel-bg {
        inset: -4%;
        background-position: 62% center;
        filter: grayscale(1) contrast(1.08) brightness(0.74);
        opacity: 0.78;
        transform: scale(1.04);
    }

    body.ms-barber-coming-soon .ms-bookings-section > .ms-panel-bg {
        background-position:
            center,
            center,
            center,
            124px 58%;
        background-size:
            100% 100%,
            100% 100%,
            100% 100%,
            auto 100%;
        transform: scale(1.02);
    }

    body.ms-tattoo-coming-soon .ms-bookings-section > .ms-panel-bg {
        background-image:
            radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 74%),
            linear-gradient(90deg, rgba(5, 5, 5, 0.44), rgba(5, 5, 5, 0.24) 46%, rgba(5, 5, 5, 0.48)),
            linear-gradient(180deg, rgba(5, 5, 5, 0.54), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.62)),
            url("mens-studio-tattoo-bookings-dsc04509.jpeg");
        background-position:
            center,
            center,
            center,
            56% center;
        background-size:
            100% 100%,
            100% 100%,
            100% 100%,
            cover;
    }

    body.ms-tattoo-coming-soon .ms-portfolio-section > .ms-panel-bg {
        background-position:
            center,
            center,
            center,
            62% center;
    }

    body.ms-barber-coming-soon .ms-info-bg {
        inset: -4%;
        background-position: center 46%;
        filter: grayscale(1) contrast(1.08) brightness(0.74);
        opacity: 0.78;
        transform: scale(1.04);
    }

    body.ms-tattoo-coming-soon .ms-info-bg {
        inset: -4%;
        background-position: 58% center;
        filter: grayscale(1) contrast(1.08) brightness(0.74);
        opacity: 0.78;
        transform: scale(1.04);
    }

    .ms-panel-section::after,
    .ms-info-section::after {
        left: 30px;
        right: 30px;
    }

    .ms-panel-inner {
        width: min(318px, calc(100vw - 72px));
        max-height: 100%;
    }

    .ms-bookings-inner {
        align-self: stretch;
        grid-template-rows: auto minmax(0, 1fr);
        gap: 16px;
        height: 100%;
        padding-top: 54px;
        padding-bottom: 78px;
        transform: none;
    }

    body.ms-barber-coming-soon .ms-bookings-inner {
        gap: 12px;
        padding-top: 28px;
        padding-bottom: 56px;
    }

    body.ms-tattoo-coming-soon .ms-bookings-inner {
        gap: 16px;
        padding-top: 54px;
        padding-bottom: 78px;
    }

    .ms-booking-steps {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: 12px;
        min-height: 0;
        height: 100%;
    }

    body.ms-barber-coming-soon .ms-booking-steps {
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .ms-booking-single {
        align-items: center;
        min-height: 0;
        height: 100%;
    }

    .ms-booking-step {
        min-height: 0;
        height: 100%;
        align-content: center;
        padding: 14px 16px 15px;
    }

    body.ms-barber-coming-soon .ms-booking-step {
        justify-content: flex-start;
        padding: 36px 17px 13px;
    }

    .ms-booking-single .ms-booking-step {
        width: 100%;
        height: auto;
        min-height: min(360px, 52svh);
        justify-content: center;
        padding: 42px 20px 24px;
    }

    .ms-step-number {
        position: absolute;
        top: 13px;
        right: 14px;
        margin: 0;
        font-size: 2.55rem;
        opacity: 0.8;
    }

    body.ms-barber-coming-soon .ms-step-number {
        top: 10px;
        right: 16px;
        font-size: 2.58rem;
    }

    .ms-booking-step h2 {
        display: block;
        min-height: 0;
        max-width: calc(100% - 74px);
        margin-bottom: 8px;
        font-size: clamp(0.84rem, 3.8vw, 1rem);
        letter-spacing: 0.1em;
    }

    body.ms-barber-coming-soon .ms-booking-step h2 {
        max-width: calc(100% - 72px);
        margin-bottom: 8px;
        font-size: clamp(0.9rem, 4vw, 1.04rem);
        letter-spacing: 0.095em;
        line-height: 1.03;
    }

    body.ms-barber-coming-soon .ms-booking-step:first-child h2 {
        max-width: calc(100% - 72px);
        white-space: nowrap;
    }

    body.ms-barber-coming-soon .ms-booking-step:first-child > :not(.ms-step-number) {
        transform: none;
    }

    .ms-booking-step p {
        min-height: 0;
        font-size: clamp(0.54rem, 2.25vw, 0.62rem);
        letter-spacing: 0.055em;
        line-height: 1.38;
    }

    body.ms-barber-coming-soon .ms-booking-step p {
        font-size: clamp(0.56rem, 2.34vw, 0.66rem);
        letter-spacing: 0.045em;
        line-height: 1.27;
    }

    .ms-booking-step > p:not(.ms-booking-claim) {
        min-height: 0;
    }

    .ms-booking-claim {
        display: block;
        min-height: 0;
        margin-top: 0.45em;
    }

    body.ms-barber-coming-soon .ms-booking-claim {
        margin-top: 0.72em;
    }

    body.ms-barber-coming-soon .ms-booking-step:not(:first-child) .ms-booking-claim {
        margin-top: auto;
        padding-top: 10px;
    }

    .ms-booking-single .ms-booking-claim {
        display: block;
        margin-top: 1.4em;
    }

    .ms-store-links {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 12px;
    }

    body.ms-barber-coming-soon .ms-store-links {
        flex-wrap: nowrap;
        gap: 8px;
        margin-top: 10px;
    }

    .ms-store-link {
        min-height: 35px;
        padding: 0 11px;
        font-size: 0.5rem;
        letter-spacing: 0.11em;
    }

    body.ms-barber-coming-soon .ms-store-link {
        flex: 1 1 0;
        min-width: 0;
        min-height: 34px;
        padding: 0 8px;
        gap: 8px;
        font-size: 0.51rem;
        letter-spacing: 0.095em;
    }

    .ms-store-icon {
        width: 0.92rem;
        height: 0.92rem;
    }

    .ms-store-icon.is-google-play {
        width: 1.05rem;
        height: 1.05rem;
    }

    .ms-portfolio-section {
        padding: 52px 30px 38px;
    }

    .ms-portfolio-inner {
        align-self: stretch;
        grid-template-rows: auto minmax(0, 1fr);
        gap: 16px;
        width: min(318px, calc(100vw - 72px));
        height: 100%;
        max-height: 100%;
        padding-top: 54px;
        padding-bottom: 78px;
    }

    .ms-portfolio-carousel {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 7px;
        min-height: 0;
        height: 100%;
    }

    .ms-portfolio-viewport {
        align-self: stretch;
    }

    .ms-portfolio-track {
        min-height: 100%;
        height: 100%;
        gap: 12px;
        padding: 0 calc((100% - min(220px, 68vw)) / 2);
    }

    .ms-portfolio-card {
        flex-basis: min(220px, 68vw);
        height: 100%;
    }

    .ms-portfolio-card figcaption {
        left: 14px;
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .ms-portfolio-card figcaption span {
        font-size: 2.2rem;
    }

    .ms-portfolio-card figcaption strong {
        font-size: 0.56rem;
        letter-spacing: 0.14em;
    }

    .ms-portfolio-nav {
        width: 34px;
        height: 44px;
        font-size: 1rem;
    }

    .ms-portfolio-count {
        right: 41px;
        bottom: -22px;
        font-size: 0.56rem;
        letter-spacing: 0.14em;
    }

    .ms-barbers-section {
        padding: 0;
    }

    .ms-barbers-section::after {
        z-index: 4;
    }

    .ms-barbers-head {
        top: 92px;
        left: 42px;
        display: none;
    }

    .ms-barbers-inner {
        width: 100%;
        height: 100%;
        transform: none;
    }

    .ms-barbers-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 0;
        height: 100%;
    }

    .ms-barber-card {
        min-height: 0;
        height: auto;
    }

    .ms-barber-card + .ms-barber-card {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

    .ms-barber-photo {
        background-position: 58% 64%;
        background-size: auto 110%;
        background-repeat: no-repeat;
        filter: grayscale(1) contrast(1.08) brightness(0.76);
        opacity: 0.82;
    }

    body.ms-barber-coming-soon .ms-barber-card.is-fabio .ms-barber-photo {
        background-position: 33% 98%;
        background-size: auto 158%;
    }

    body.ms-barber-coming-soon .ms-barber-card.is-samuele .ms-barber-photo {
        background-position: 0% 54%;
        background-size: 118% auto;
        transform: scaleX(-1) scale(1.02);
    }

    .ms-barber-card figcaption {
        left: 42px;
        right: 42px;
        top: auto;
        bottom: 27px;
        display: block;
        font-size: clamp(1.45rem, 9.6vw, 2.25rem);
        letter-spacing: 0.1em;
        line-height: 0.95;
    }

    body.ms-barber-coming-soon .ms-barber-card.is-fabio figcaption {
        text-align: left;
    }

    body.ms-barber-coming-soon .ms-barber-card.is-samuele figcaption {
        text-align: right;
    }

    .ms-barber-card figcaption::before {
        display: none;
    }

    .ms-barber-card + .ms-barber-card figcaption {
        top: 27px;
        bottom: auto;
    }

    .ms-info-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        align-content: center;
        width: min(318px, calc(100vw - 72px));
        max-height: 100%;
        justify-self: center;
        transform: translateY(-26px);
    }

    body.ms-barber-coming-soon .ms-info-inner,
    body.ms-tattoo-coming-soon .ms-info-inner {
        gap: 22px;
        transform: translateY(-16px);
    }

    body.ms-barber-coming-soon .ms-info-copy,
    body.ms-tattoo-coming-soon .ms-info-copy {
        transform: translateY(8px);
    }

    .ms-info-copy .ms-eyebrow {
        margin-bottom: 18px;
    }

    body.ms-barber-coming-soon .ms-info-copy .ms-eyebrow,
    body.ms-tattoo-coming-soon .ms-info-copy .ms-eyebrow {
        margin-bottom: 14px;
    }

    .ms-info-copy h2,
    .ms-location-title {
        margin-bottom: 16px;
        font-size: clamp(1.74rem, 7.7vw, 2.28rem);
        letter-spacing: 0.06em;
    }

    body.ms-barber-coming-soon .ms-info-copy h2,
    body.ms-tattoo-coming-soon .ms-info-copy h2 {
        margin-bottom: 16px;
    }

    body.ms-barber-coming-soon .ms-location-title,
    body.ms-tattoo-coming-soon .ms-location-title {
        margin-bottom: 14px;
    }

    .ms-location-copy {
        display: grid;
        gap: 0;
    }

    body.ms-barber-coming-soon .ms-location-copy,
    body.ms-tattoo-coming-soon .ms-location-copy {
        gap: 0;
        transform: translateY(34px);
    }

    .ms-hours {
        gap: 6px;
        width: 100%;
        max-width: 100%;
    }

    body.ms-barber-coming-soon .ms-hours,
    body.ms-tattoo-coming-soon .ms-hours {
        gap: 5px;
        width: 100%;
    }

    .ms-hours div {
        grid-template-columns: minmax(0, 1fr) 126px;
        justify-content: stretch;
        gap: 8px;
        padding-bottom: 6px;
    }

    body.ms-barber-coming-soon .ms-hours div,
    body.ms-tattoo-coming-soon .ms-hours div {
        grid-template-columns: minmax(0, 1fr) max-content;
        justify-content: stretch;
        gap: 14px;
        padding-bottom: 5px;
    }

    .ms-hours dt,
    .ms-hours dd {
        font-size: clamp(0.54rem, 2.28vw, 0.61rem);
        letter-spacing: 0.03em;
        line-height: 1.18;
    }

    body.ms-barber-coming-soon .ms-hours dt,
    body.ms-barber-coming-soon .ms-hours dd,
    body.ms-tattoo-coming-soon .ms-hours dt,
    body.ms-tattoo-coming-soon .ms-hours dd {
        font-size: clamp(0.68rem, 2.85vw, 0.75rem);
        letter-spacing: 0.028em;
        line-height: 1.12;
    }

    .ms-hours dd {
        justify-self: end;
        text-align: right;
        white-space: nowrap;
    }

    .ms-map-card {
        width: 100%;
        min-height: clamp(166px, 22svh, 204px);
    }

    body.ms-barber-coming-soon .ms-map-card,
    body.ms-tattoo-coming-soon .ms-map-card {
        min-height: clamp(162px, 19svh, 186px);
    }

    .ms-section-nav {
        left: 74px;
        width: 42px;
        height: 42px;
        transform: none;
    }

    .ms-section-nav.is-down {
        bottom: 31px;
    }

    .ms-section-nav.is-up {
        top: 33px;
    }

    .ms-copy {
        width: min(100%, 460px);
        margin-left: 0;
        padding-left: 0;
    }

    body.ms-barber-coming-soon .ms-hero .ms-copy,
    body.ms-tattoo-coming-soon .ms-hero .ms-copy {
        position: relative;
        z-index: 2;
        transform: translateY(28px);
    }

    .ms-brand-label {
        margin-bottom: 28px;
        padding: 12px 17px;
        font-size: 0.74rem;
        letter-spacing: 0.48em;
    }

    .ms-eyebrow {
        gap: 16px;
        margin-bottom: 18px;
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    .ms-eyebrow::before {
        width: 24px;
    }

    h1 {
        max-width: 430px;
        font-size: 2.35rem;
        letter-spacing: 0.14em;
        line-height: 1.36;
    }

    .ms-subtitle {
        max-width: 360px;
        margin-top: 18px;
        font-size: 0.72rem;
        line-height: 1.62;
        letter-spacing: 0.08em;
    }

    .ms-foot {
        left: 30px;
        right: 30px;
        bottom: 22px;
        gap: 9px;
        font-size: 0.64rem;
        letter-spacing: 0.14em;
    }

    body.ms-barber-coming-soon .ms-foot,
    body.ms-tattoo-coming-soon .ms-foot {
        left: auto;
        right: 42px;
        bottom: 22px;
        max-width: calc(100vw - 84px);
        align-items: flex-end;
        text-align: right;
    }

    .ms-socials {
        gap: 10px;
    }

    .ms-social-link.is-map {
        display: grid;
    }

    body.ms-barber-coming-soon .ms-address,
    body.ms-tattoo-coming-soon .ms-address {
        display: none;
    }

    .ms-social-link {
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .ms-social-link svg {
        width: 1.24rem;
        height: 1.24rem;
    }

    .ms-map-address {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 9px 11px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        color: rgba(247, 247, 243, 0.86);
        background: rgba(3, 3, 3, 0.72);
        font-size: clamp(0.52rem, 2.15vw, 0.6rem);
        font-weight: 900;
        letter-spacing: 0.11em;
        line-height: 1.25;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .ms-ghost-marquee {
        top: 25svh;
        z-index: 0;
        height: 250px;
        --ms-ghost-opacity: 1;
        opacity: 1;
        animation: none;
    }

    .ms-ghost-track {
        padding-top: 24px;
        animation: ms-marquee-scroll 76000ms linear 0ms infinite;
        transform: translate3d(0, 0, 0);
    }

    .ms-ghost-track span {
        font-size: clamp(8rem, 44vw, 16rem);
        letter-spacing: 0.06em;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.24);
        text-stroke: 1px rgba(255, 255, 255, 0.24);
    }

    .ms-menu-link {
        width: min(82vw, 420px);
        font-size: clamp(2.25rem, 11vw, 3.25rem);
        letter-spacing: 0.04em;
        line-height: 0.96;
    }

    .ms-menu-link span {
        display: block;
    }
}

@media (max-width: 520px) {
    .ms-top-logo {
        width: min(182.4px, 51.84vw);
    }
}

@media (max-width: 390px) {

    h1 {
        font-size: 2.05rem;
        letter-spacing: 0.12em;
    }

    .ms-brand-label {
        letter-spacing: 0.38em;
    }

    .ms-foot {
        letter-spacing: 0.14em;
    }
}

@media (max-height: 700px) {
    .ms-brand-label {
        margin-bottom: 20px;
    }

    .ms-subtitle {
        display: none;
    }

}

@media (prefers-reduced-motion: reduce) {
    .ms-hero-shell {
        scroll-behavior: auto;
    }

    .ms-section-nav {
        animation: none;
    }

    .ms-book-link {
        --ms-cta-sweep: 180deg;
    }

    .ms-book-link::after {
        animation: none;
    }
}

@media (orientation: landscape) and (max-height: 520px) and (max-width: 980px) {
    body::before,
    body::after {
        position: fixed;
        left: 0;
        right: 0;
        pointer-events: auto;
    }

    body::before {
        content: "";
        inset: 0;
        z-index: 2147483646;
        background:
            repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 5px),
            #050505;
    }

    body::after {
        content: "RUOTA IL TELEFONO";
        top: 50%;
        z-index: 2147483647;
        color: var(--ms-white);
        font-size: clamp(1.1rem, 4.8vw, 1.55rem);
        font-weight: 900;
        letter-spacing: 0.18em;
        line-height: 1.25;
        text-align: center;
        text-transform: uppercase;
        transform: translateY(-50%);
    }
}
