@font-face {
    font-family: "Playmate Provicali";
    src: url("../fonts/playmate-provicali.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playmate Barlow Condensed";
    src: url("../fonts/playmate-barlow-condensed-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playmate Barlow Condensed";
    src: url("../fonts/playmate-barlow-condensed-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playmate Barlow Condensed";
    src: url("../fonts/playmate-barlow-condensed-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playmate Barlow Condensed";
    src: url("../fonts/playmate-barlow-condensed-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playmate Montserrat";
    src: url("../fonts/playmate-montserrat-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playmate Montserrat";
    src: url("../fonts/playmate-montserrat-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playmate Montserrat";
    src: url("../fonts/playmate-montserrat-medium.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playmate Montserrat";
    src: url("../fonts/playmate-montserrat-medium.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body.playmate-cms {
    --playmate-bg: #010822;
    --playmate-bg-2: #010822;
    --playmate-bg-3: #010822;
    --playmate-pink: #ff74bd;
    --playmate-pink-soft: #f4bddc;
    --playmate-lilac: #aab8ff;
    --playmate-rose: #d84f94;
    --playmate-text: #ffd8ec;
    --playmate-muted: rgba(255, 216, 236, 0.72);
    --playmate-border: rgba(255, 216, 236, 0.38);
    --playmate-font-display: "Playmate Provicali", "Arial Black", Arial, sans-serif;
    --playmate-font-body: "Playmate Barlow Condensed", Arial, sans-serif;
    --playmate-font-menu: "Playmate Montserrat", Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 116, 189, 0.08), transparent 35%),
        radial-gradient(circle at 88% 30%, rgba(170, 184, 255, 0.07), transparent 34%),
        radial-gradient(circle at 46% 92%, rgba(216, 79, 148, 0.06), transparent 38%),
        linear-gradient(135deg, var(--playmate-bg), var(--playmate-bg-2) 48%, var(--playmate-bg-3));
    background-size: 170% 170%;
    color: var(--playmate-text);
    font-family: var(--playmate-font-body);
    font-size: 16px;
    line-height: 1.65;
    animation: playmate-gradient-shift 16s ease-in-out infinite alternate;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    overflow-x: hidden;
}

html.playmate-template {
    background: #010822;
}

body.playmate-cms::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: #010822;
    opacity: 1;
    pointer-events: none;
    transition: opacity 1150ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.playmate-cms.is-loaded::before {
    opacity: 0;
}

html.playmate-page-leaving body.playmate-cms::before {
    opacity: 1;
    transition-duration: 760ms;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

.playmate-shell,
.playmate-shell * {
    box-sizing: border-box;
}

.playmate-shell {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(ellipse at 8% 14%, rgba(198, 48, 125, 0.34), transparent 34%),
        radial-gradient(ellipse at 88% 18%, rgba(54, 94, 168, 0.32), transparent 35%),
        radial-gradient(ellipse at 72% 72%, rgba(129, 48, 143, 0.3), transparent 38%),
        radial-gradient(ellipse at 22% 88%, rgba(169, 76, 69, 0.24), transparent 34%),
        linear-gradient(132deg, #070817 0%, #120b25 42%, #010822 100%);
    background-size: 220% 220%;
    animation: playmate-shell-gradient-shift 12s ease-in-out infinite alternate;
}

.playmate-shell a {
    color: inherit;
    text-decoration: none;
}

.playmate-shell img {
    display: block;
    max-width: 100%;
}

.playmate-entry {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    padding: clamp(36px, 6vw, 86px);
    isolation: isolate;
}

.playmate-entry--blank {
    background:
        radial-gradient(circle at 45% 18%, rgba(255, 116, 189, 0.1), transparent 34%),
        radial-gradient(circle at 72% 82%, rgba(170, 184, 255, 0.08), transparent 36%),
        #010822;
}

.playmate-entry__slides,
.playmate-entry__slide,
.playmate-entry__slide img,
.playmate-entry__veil {
    position: absolute;
    inset: 0;
}

.playmate-entry__slides--mobile {
    display: none;
}

.playmate-entry__slide {
    margin: 0;
    opacity: 0;
    transition: opacity 1600ms ease;
}

.playmate-entry__slide.is-active {
    opacity: 1;
}

.playmate-entry__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playmate-entry__veil {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(255, 116, 189, 0.24), rgba(170, 184, 255, 0.16) 55%, rgba(1, 8, 34, 0.66)),
        linear-gradient(90deg, rgba(1, 8, 34, 0.62), transparent 42%, rgba(1, 8, 34, 0.28));
    mix-blend-mode: normal;
}

.playmate-entry__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(36px, 6vw, 86px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 0 clamp(12px, 1.5vw, 28px);
    text-align: center;
}

.playmate-entry__kicker {
    margin: 0;
    color: var(--playmate-pink-soft);
    font-size: clamp(13px, 1.65vw, 36px);
    font-family: var(--playmate-font-menu);
    font-weight: 400;
    letter-spacing: 0.48em;
    line-height: 1.35;
    text-transform: uppercase;
}

.playmate-logo span,
.playmate-content-section h1,
.playmate-gallery__header h2,
.playmate-feature__fallback span {
    color: var(--playmate-pink-soft);
    background-image: linear-gradient(180deg, #ff74bd 0%, #ff91c8 52%, #f4bddc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.playmate-logo {
    margin: 0;
    color: var(--playmate-pink-soft);
    font-family: var(--playmate-font-display);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.76;
    text-transform: uppercase;
}

.playmate-logo img {
    width: auto;
    object-fit: contain;
}

.playmate-logo--entry {
    display: block;
    width: 100%;
    max-width: 1920px;
}

.playmate-logo--entry img {
    width: min(100%, 1720px);
    max-height: 34vh;
    margin: 0 auto;
    filter: drop-shadow(0 18px 42px rgba(2, 8, 27, 0.32));
}

.playmate-logo--entry span {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-size: clamp(112px, 17.5vw, 336px);
    white-space: nowrap;
    text-shadow: 0 18px 44px rgba(2, 8, 27, 0.36);
}

.playmate-action-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: min(84vw, 360px);
    min-width: 0;
    min-height: 0;
    margin-top: clamp(20px, 2.4vw, 34px);
    padding: 16px 40px 15px;
    border: 1px solid rgba(255, 240, 249, 0.72);
    border-radius: 8px;
    background: rgba(1, 8, 34, 0.12);
    color: #fff4fb;
    font-size: clamp(10px, 0.75vw, 14px);
    font-family: var(--playmate-font-menu);
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(1, 8, 34, 0.18);
    overflow: hidden;
    isolation: isolate;
    transition: color 360ms ease, background 360ms ease, border-color 360ms ease, box-shadow 360ms ease, transform 180ms ease;
}

.playmate-enter-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: min(84vw, 360px);
    min-width: 0;
    min-height: 0;
    margin-top: clamp(20px, 2.4vw, 34px);
    padding: 16px 40px 15px;
    border: 1px solid rgba(255, 240, 249, 0.72);
    border-radius: 8px;
    background: rgba(1, 8, 34, 0.12);
    color: #fff4fb;
    font-size: clamp(10px, 0.7vw, 14px);
    font-family: var(--playmate-font-menu);
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(1, 8, 34, 0.18);
    overflow: hidden;
    isolation: isolate;
    transition: color 360ms ease, background 360ms ease, border-color 360ms ease, box-shadow 360ms ease, transform 180ms ease;
}

.playmate-enter-button::before,
.playmate-enter-button::after,
.playmate-action-button::before,
.playmate-action-button::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.playmate-enter-button::before,
.playmate-action-button::before {
    right: 14%;
    bottom: 0;
    left: 14%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 151, 202, 0.92), transparent);
    opacity: 0.72;
    transform: scaleX(0.55);
    transition: opacity 360ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.playmate-enter-button::after,
.playmate-action-button::after {
    top: 0;
    bottom: 0;
    left: -36%;
    width: 28%;
    background: linear-gradient(90deg, transparent, rgba(255, 227, 242, 0.58), transparent);
    opacity: 0;
    transform: skewX(-18deg);
    transition: left 650ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.playmate-enter-button:hover,
.playmate-enter-button:focus-visible,
.playmate-action-button:hover,
.playmate-action-button:focus-visible {
    border-color: rgba(255, 240, 249, 0.96);
    background: rgba(255, 116, 189, 0.12);
    color: #ffffff;
    box-shadow: 0 14px 36px rgba(1, 8, 34, 0.3), 0 0 24px rgba(255, 116, 189, 0.12);
    transform: translateY(-2px);
}

.playmate-enter-button:hover::before,
.playmate-enter-button:focus-visible::before,
.playmate-action-button:hover::before,
.playmate-action-button:focus-visible::before {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}

.playmate-enter-button:hover::after,
.playmate-enter-button:focus-visible::after,
.playmate-action-button:hover::after,
.playmate-action-button:focus-visible::after {
    left: 112%;
    opacity: 1;
}

.playmate-enter-button:active,
.playmate-enter-button.is-clicking,
.playmate-action-button:active,
.playmate-action-button.is-clicking {
    background: rgba(255, 116, 189, 0.2);
    box-shadow: 0 5px 16px rgba(1, 8, 34, 0.24), 0 0 26px rgba(255, 116, 189, 0.18);
    transform: translateY(1px) scale(0.97);
}

.playmate-enter-button:focus-visible,
.playmate-action-button:focus-visible {
    outline: 2px solid rgba(255, 216, 236, 0.9);
    outline-offset: 5px;
}

.playmate-header {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: clamp(28px, 3.6vw, 58px);
    padding: clamp(14px, 4vw, 60px) clamp(20px, 3vw, 60px) 0;
    overflow: hidden;
}

.playmate-header__ticker {
    margin-bottom: 0;
}

.playmate-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 4vw, 76px);
    color: var(--playmate-pink);
    font-size: clamp(12px, 0.9vw, 20px);
    font-family: var(--playmate-font-menu);
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
}

.playmate-nav a,
.playmate-footer__nav a {
    color: var(--playmate-pink);
    transition: color 180ms ease, opacity 180ms ease;
}

.playmate-nav a:hover,
.playmate-nav a:focus,
.playmate-nav a.is-active,
.playmate-footer__nav a:hover,
.playmate-footer__nav a:focus {
    color: var(--playmate-pink-soft);
}

.playmate-menu-toggle {
    display: none;
}

.playmate-logo--header {
    justify-self: center;
    width: calc(100% + 10vw);
    margin-right: -5vw;
    margin-left: -5vw;
    text-align: center;
}

.playmate-logo--header img {
    width: 100%;
    max-width: none;
    max-height: 260px;
    margin: 0 auto;
}

.playmate-logo--header span {
    display: block;
    font-size: clamp(76px, 21vw, 404px);
    white-space: nowrap;
}

.playmate-main {
    padding-top: clamp(40px, 3vw, 80px);
}

.playmate-content-section {
    width: min(100% - 40px, 640px);
    margin: 0 auto clamp(50px, 4vw, 90px);
    text-align: center;
}

.playmate-content-section h1 {
    margin: 0 0 20px;
    font-family: var(--playmate-font-display);
    font-size: clamp(38px, 5.8vw, 64px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.88;
    text-transform: uppercase;
}

.playmate-content {
    color: var(--playmate-pink-soft);
    font-size: clamp(13px, 1.5vw, 24px);
    font-family: var(--playmate-font-body);
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.playmate-content h3 {
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0 5px;
}

.playmate-content p {
    font-size: 0.85em;
    font-weight: 400;
    text-transform: none;
}

.playmate-content p,
.playmate-content ul,
.playmate-content ol {
    margin: 0 0 1.35em;
}

.playmate-page-rates .playmate-content {
    width: min(100%, 520px);
    margin-right: auto;
    margin-left: auto;
}

.playmate-page-rates .playmate-rate-package {
    margin: 0 0 15px;
    padding: clamp(16px, 2.4vw, 24px) clamp(18px, 3.2vw, 30px);
    border: 1px solid;
    border-color: rgba(255, 116, 189, 0.86) rgba(126, 104, 194, 0.82) rgba(126, 104, 194, 0.82) rgba(255, 116, 189, 0.86);
    border-radius: 12px;
}

.playmate-page-rates .playmate-rate-package h3,
.playmate-page-rates .playmate-rate-package p {
    margin-right: 0;
    margin-left: 0;
}

.playmate-page-rates .playmate-rate-package h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.playmate-page-rates .playmate-rate-package p {
    margin-bottom: 0;
}

.playmate-content a {
    color: var(--playmate-pink);
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

.playmate-feature {
    position: relative;
    width: 100%;
    min-height: clamp(420px, 66vw, 980px);
    margin: 0;
    overflow: hidden;
    border-top: 2px solid rgba(255, 216, 236, 0.18);
    border-bottom: 2px solid rgba(255, 216, 236, 0.18);
}

.playmate-feature picture,
.playmate-feature img {
    width: 100%;
    height: 100%;
}

.playmate-feature picture {
    display: block;
    position: absolute;
    inset: 0;
}

.playmate-feature img {
    object-fit: cover;
}

.playmate-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 8, 27, 0.02), rgba(255, 116, 189, 0.12));
    pointer-events: none;
}

.playmate-feature--blank {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 22% 24%, rgba(255, 116, 189, 0.1), transparent 34%),
        radial-gradient(circle at 78% 74%, rgba(170, 184, 255, 0.08), transparent 36%),
        linear-gradient(135deg, #010822, #08031a);
}

.playmate-feature__fallback {
    position: relative;
    z-index: 1;
    width: min(100% - 40px, 920px);
    color: rgba(255, 210, 232, 0.28);
    font-family: var(--playmate-font-display);
    font-size: clamp(64px, 12vw, 190px);
    font-weight: 900;
    line-height: 0.82;
    text-align: center;
    text-transform: uppercase;
}

.playmate-gallery {
    width: min(100% - 40px, 1320px);
    margin: clamp(64px, 8vw, 126px) auto;
}

.playmate-gallery__album + .playmate-gallery__album {
    margin-top: 70px;
}

.playmate-gallery__header {
    margin-bottom: 28px;
    text-align: center;
}

.playmate-gallery__header h2 {
    margin: 0;
    font-family: var(--playmate-font-display);
    font-size: clamp(34px, 5vw, 68px);
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
}

.playmate-gallery__header p {
    width: min(100%, 720px);
    margin: 16px auto 0;
    color: var(--playmate-muted);
}

.playmate-gallery__grid {
    display: grid;
    grid-template-columns: repeat(var(--gallery-columns, 3), minmax(0, 1fr));
    gap: 25px;
}

.playmate-page-gallery .playmate-content-section {
    margin: 0;
}

.playmate-page-gallery .playmate-content-section h1 {
    display: none;
}

.playmate-page-gallery .playmate-gallery {
    width: 100%;
    margin: 0;
}

.playmate-page-gallery .playmate-gallery__header {
    padding-right: 24px;
    padding-left: 24px;
}

.playmate-page-gallery .playmate-gallery__header h2 {
    color: rgba(244, 189, 220, 0.76);
    background: none;
    -webkit-text-fill-color: currentColor;
    font-family: var(--playmate-font-menu);
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 300;
    letter-spacing: 28px;
    line-height: 1.1;
    text-transform: uppercase;
}

.playmate-page-gallery .playmate-gallery__grid {
    gap: 0;
}

.playmate-gallery__item {
    position: relative;
    display: block;
    aspect-ratio: var(--thumbnail-aspect-ratio, 3 / 4);
    overflow: hidden;
    background: rgba(255, 216, 236, 0.08);
}

.playmate-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playmate-gallery__item::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(180deg, transparent, rgba(2, 8, 27, 0.72));
    opacity: 0;
    transition: opacity 240ms ease;
}

.playmate-gallery__item:hover::after,
.playmate-gallery__item:focus::after {
    opacity: 1;
}

.playmate-footer {
    display: grid;
    justify-items: center;
    gap: 32px;
    padding: clamp(58px, 7vw, 110px) 24px clamp(34px, 4vw, 58px);
    background: #010822;
    border-top: 1px solid rgba(255, 216, 236, 0.16);
    text-align: center;
}

.playmate-footer__ticker {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 4px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.playmate-footer__ticker-track {
    display: flex;
    width: max-content;
    color: rgba(255, 216, 236, 0.62);
    font-size: clamp(12px, 1vw, 16px);
    font-family: var(--playmate-font-body);
    font-weight: 400;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-transform: uppercase;
    animation: playmate-ticker-scroll var(--playmate-ticker-duration, 28.7s) linear infinite;
    will-change: transform;
}

.playmate-footer__ticker-group {
    display: flex;
    flex: 0 0 auto;
}

.playmate-footer__ticker-group span {
    display: block;
    padding-right: 5.5em;
    white-space: nowrap;
}

.playmate-footer__ticker--static {
    -webkit-mask-image: none;
    mask-image: none;
}

.playmate-footer__ticker-static {
    padding: 12px 24px;
    color: rgba(255, 216, 236, 0.72);
    font-size: clamp(12px, 1vw, 16px);
    font-family: var(--playmate-font-body);
    font-weight: 400;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.playmate-logo--footer img {
    width: min(78vw, 640px);
    max-height: 112px;
    margin: 0 auto;
}

.playmate-logo--footer span {
    display: block;
    font-size: clamp(42px, 10vw, 116px);
}

.playmate-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    width: min(100%, 980px);
    color: var(--playmate-pink);
    font-size: 13px;
    font-family: var(--playmate-font-menu);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.playmate-footer__credit {
    margin: 0;
    color: var(--playmate-muted);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.playmate-footer__credit a {
    color: inherit;
    text-decoration: none;
}

.playmate-footer__credit a:hover,
.playmate-footer__credit a:focus {
    text-decoration: underline;
    text-underline-offset: 0.24em;
}

@keyframes playmate-gradient-shift {
    0% {
        background-position: 0% 42%;
    }

    100% {
        background-position: 100% 58%;
    }
}

@keyframes playmate-ticker-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes playmate-shell-gradient-shift {
    0% {
        background-position: 0% 38%;
    }

    100% {
        background-position: 100% 62%;
    }
}

@media (max-width: 1024px) {
    body.playmate-cms {
        --playmate-responsive-gutter: 10vw;
    }

    .playmate-entry {
        padding-left: 0;
        padding-right: 0;
    }

    .playmate-entry__content {
        padding-left: var(--playmate-responsive-gutter);
        padding-right: var(--playmate-responsive-gutter);
    }

    .playmate-entry.has-mobile-set .playmate-entry__slides--desktop {
        display: none;
    }

    .playmate-entry__slides--mobile {
        display: block;
    }

    .playmate-header {
        gap: 34px;
        padding: 12px var(--playmate-responsive-gutter) 0;
    }

    .playmate-menu-toggle {
        position: relative;
        z-index: 71;
        display: inline-flex;
        justify-self: start;
        align-items: center;
        gap: 12px;
        min-height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--playmate-pink);
        cursor: pointer;
        font: inherit;
        font-size: 12px;
        font-family: var(--playmate-font-menu);
        font-weight: 600;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

    .playmate-menu-toggle:hover,
    .playmate-menu-toggle:focus {
        cursor: pointer;
    }

    .playmate-menu-toggle__icon {
        position: relative;
        display: block;
        width: 28px;
        height: 22px;
        flex: 0 0 28px;
        cursor: pointer;
    }

    .playmate-menu-toggle__bar {
        position: absolute;
        left: 0;
        display: block;
        width: 28px;
        height: 2px;
        background: currentColor;
        transform-origin: center;
        transition: top 220ms ease, opacity 180ms ease, transform 220ms ease;
    }

    .playmate-menu-toggle__bar:nth-child(1) {
        top: 2px;
    }

    .playmate-menu-toggle__bar:nth-child(2) {
        top: 10px;
    }

    .playmate-menu-toggle__bar:nth-child(3) {
        top: 18px;
    }

    body.playmate-menu-open .playmate-menu-toggle__bar:nth-child(1) {
        top: 10px;
        transform: rotate(45deg);
    }

    body.playmate-menu-open .playmate-menu-toggle__bar:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    body.playmate-menu-open .playmate-menu-toggle__bar:nth-child(3) {
        top: 10px;
        transform: rotate(-45deg);
    }

    .playmate-menu-toggle__text {
        cursor: pointer;
    }

    .playmate-nav {
        position: fixed;
        inset: 0;
        z-index: 70;
        display: grid;
        align-content: center;
        justify-items: center;
        gap: 22px;
        padding: 80px var(--playmate-responsive-gutter);
        background:
            radial-gradient(circle at 20% 20%, rgba(255, 116, 189, 0.18), transparent 34%),
            linear-gradient(135deg, rgba(2, 8, 27, 0.97), rgba(15, 8, 34, 0.98));
        font-size: 16px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 240ms ease, transform 240ms ease;
    }

    body.playmate-menu-open .playmate-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .playmate-feature {
        min-height: 72vh;
    }

    .playmate-content-section,
    .playmate-gallery {
        width: auto;
        margin-left: var(--playmate-responsive-gutter);
        margin-right: var(--playmate-responsive-gutter);
    }

    .playmate-footer {
        padding-left: var(--playmate-responsive-gutter);
        padding-right: var(--playmate-responsive-gutter);
    }

    .playmate-gallery__grid {
        grid-template-columns: repeat(var(--gallery-tablet-columns, 3), minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .playmate-entry {
        padding: 0;
    }

    .playmate-entry__content {
        bottom: 48px;
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .playmate-entry__kicker {
        font-size: 12px;
        letter-spacing: 0.28em;
    }

    .playmate-logo--entry span {
        font-size: clamp(56px, 22vw, 124px);
        line-height: 0.82;
        white-space: normal;
        transform: none;
    }

    .playmate-action-button {
        width: min(84vw, 300px);
        max-width: min(84vw, 300px);
        padding: 12px 20px 11px;
        font-size: 10px;
        letter-spacing: 0.24em;
    }

    .playmate-enter-button {
        max-width: min(84vw, 300px);
        padding: 12px 20px 11px;
        font-size: 10px;
        letter-spacing: 0.24em;
    }

    .playmate-logo--header {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .playmate-logo--header span {
        font-size: clamp(54px, 22vw, 112px);
    }

    .playmate-content {
        font-size: 13px;
        line-height: 1.5;
    }

    .playmate-content h3 {
        font-size: 1.3em;
        line-height: 1.1;
    }

    .playmate-content p {
        font-size: 1.19em;
        line-height: 1.3em;
    }

    .playmate-gallery__grid {
        grid-template-columns: repeat(var(--gallery-mobile-columns, 2), minmax(0, 1fr));
        gap: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.playmate-cms,
    .playmate-shell,
    .playmate-entry__slide,
    body.playmate-cms::before,
    .playmate-nav,
    .playmate-footer__ticker-track {
        animation: none;
        transition: none;
    }

    body.playmate-cms::before {
        opacity: 0;
    }
}
