/* ==========================================================================
   Pilates Studio 82 – the pages around the booking system.
   Monochrome, typographic, quiet. The same language as the booking pages,
   so the site and the system do not look like two different products.
   ========================================================================== */

.ps82-site {
	--ps82-ink: #0b0b0b;
	--ps82-muted: #6e6e6e;
	--ps82-line: #e6e6e6;
	--ps82-bg: #f6f6f6;
	color: var( --ps82-ink );
	line-height: 1.65;
}

.ps82-site a { color: var( --ps82-ink ); }

/* ---------- the opening ---------- */
.ps82-hero { padding: clamp( 2.5rem, 7vw, 6rem ) 0 clamp( 2rem, 5vw, 4rem ); text-align: center; }

.ps82-kicker {
	margin: 0 0 .9rem;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var( --ps82-muted );
}

.ps82-display {
	margin: 0 0 1.1rem;
	font-size: clamp( 2.1rem, 6vw, 4.2rem );
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -.015em;
}

.ps82-lede {
	max-width: 46rem;
	margin: 0 auto 2rem;
	font-size: clamp( 1rem, 1.6vw, 1.15rem );
	color: #3a3a3a;
}

.ps82-hero .wp-block-buttons { justify-content: center; gap: .75rem; }

/* Buttons: one solid, one outline, both square and calm. */
.ps82-site .wp-block-button__link {
	border-radius: 2px;
	padding: .85rem 1.8rem;
	font-size: .88rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	background-color: var( --ps82-ink );
	color: #fff;
	border: 1px solid var( --ps82-ink );
	transition: background-color .2s ease, color .2s ease;
}
.ps82-site .is-style-outline .wp-block-button__link {
	background-color: transparent;
	color: var( --ps82-ink );
}
.ps82-site .is-style-outline .wp-block-button__link:hover {
	background-color: var( --ps82-ink );
	color: #fff;
}
.ps82-site .wp-block-button__link:hover { background-color: #000; color: #fff; }

/* ---------- three short answers ---------- */
.ps82-three {
	gap: clamp( 1.5rem, 4vw, 3.5rem );
	margin: clamp( 2rem, 5vw, 4rem ) auto;
	padding-top: clamp( 2rem, 5vw, 3.5rem );
	border-top: 1px solid var( --ps82-line );
}
.ps82-card-title {
	margin: 0 0 .6rem;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: .01em;
}
.ps82-three p { color: #4a4a4a; font-size: .95rem; margin: 0; }

/* ---------- a line worth stopping at ---------- */
.ps82-quote {
	max-width: 44rem;
	margin: clamp( 2.5rem, 6vw, 5rem ) auto;
	padding: 0 0 0 1.4rem;
	border-left: 2px solid var( --ps82-ink );
	font-size: clamp( 1.05rem, 2vw, 1.35rem );
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
}
.ps82-quote p { margin: 0; }

/* ---------- reading pages ---------- */
.ps82-lede-block { padding: clamp( 2.5rem, 6vw, 5rem ) 0 clamp( 1rem, 3vw, 2rem ); }
.ps82-lede-block .ps82-display { text-align: left; }
.ps82-lede-block .ps82-lede { margin-left: 0; text-align: left; }

.ps82-h2 {
	margin: clamp( 2.2rem, 5vw, 3.5rem ) 0 1rem;
	font-size: clamp( 1.35rem, 3vw, 1.9rem );
	font-weight: 400;
	letter-spacing: -.01em;
}
p.ps82-site { max-width: 46rem; margin: 0 0 1.1rem; }

.ps82-list { max-width: 46rem; margin: 0 0 1.5rem; padding-left: 0; list-style: none; }
.ps82-list li {
	position: relative;
	margin-bottom: .85rem;
	padding-left: 1.5rem;
	color: #4a4a4a;
}
.ps82-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .72em;
	width: 8px;
	height: 1px;
	background: var( --ps82-ink );
}
.ps82-list strong { color: var( --ps82-ink ); font-weight: 600; }

/* ---------- the invitation at the end ---------- */
.ps82-cta {
	margin: clamp( 3rem, 7vw, 5.5rem ) auto 0;
	padding: clamp( 2.2rem, 5vw, 3.5rem ) clamp( 1.5rem, 4vw, 3rem );
	background: var( --ps82-bg );
	border-radius: 4px;
	text-align: center;
}
.ps82-cta-title {
	margin: 0 0 .6rem;
	font-size: clamp( 1.3rem, 3vw, 1.8rem );
	font-weight: 400;
}
.ps82-cta p { max-width: 36rem; margin: 0 auto 1.6rem; color: #4a4a4a; }
.ps82-cta .wp-block-buttons { justify-content: center; }

/* ---------- how to reach the studio ---------- */
.ps82-contact {
	gap: clamp( 1.5rem, 4vw, 3rem );
	margin: clamp( 1.5rem, 4vw, 3rem ) auto;
	padding-top: clamp( 1.5rem, 4vw, 2.5rem );
	border-top: 1px solid var( --ps82-line );
}
.ps82-contact-value { margin: 0; font-size: 1.02rem; }
.ps82-contact-value a { text-decoration: none; border-bottom: 1px solid var( --ps82-line ); }
.ps82-contact-value a:hover { border-bottom-color: var( --ps82-ink ); }

/* ---------- the account link sits apart from the rest ---------- */
.ps82-menu-account > a {
	border: 1px solid var( --ps82-line );
	border-radius: 2px;
	padding: .4rem .9rem !important;
}

@media ( max-width: 781px ) {
	.ps82-three, .ps82-contact { border-top: 0; padding-top: 0; }
	.ps82-hero .wp-block-buttons { flex-direction: column; align-items: stretch; }
}

/* ==========================================================================
   The opening film. Real footage of the studio and the trainer, muted,
   looping under the logo. The logo draws itself once, in white.
   ========================================================================== */
.ps82-video-hero {
	position: relative;
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	min-height: clamp( 520px, 78vh, 860px );
	overflow: hidden;
	background: #0b0b0b;
	color: #fff;
	display: grid;
	place-items: center;
}
.ps82-video-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* A quiet darkening, heavier at the bottom, so white type always reads. */
.ps82-video-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient( 180deg, rgba( 0, 0, 0, .35 ) 0%, rgba( 0, 0, 0, .18 ) 45%, rgba( 0, 0, 0, .55 ) 100% );
	pointer-events: none;
}
.ps82-video-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 4rem 1.25rem 4.5rem;
	max-width: 46rem;
}
.ps82-video-hero__logo {
	width: clamp( 150px, 22vw, 230px );
	height: auto;
	margin: 0 auto 1.4rem;
	color: #fff;
	filter: drop-shadow( 0 2px 12px rgba( 0, 0, 0, .25 ) );
}
.ps82-video-hero__logo .ps82-logo { color: #fff; }
.ps82-video-hero__kicker {
	margin: 0 0 .7rem;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .3em;
	text-transform: uppercase;
	opacity: .85;
}
.ps82-video-hero__title {
	margin: 0 0 1rem;
	font-size: clamp( 2rem, 5.2vw, 3.6rem );
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -.01em;
	color: #fff;
}
.ps82-video-hero__lede {
	margin: 0 auto 1.8rem;
	max-width: 40rem;
	font-size: clamp( .98rem, 1.5vw, 1.1rem );
	line-height: 1.6;
	opacity: .92;
}
.ps82-video-hero__actions { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }
.ps82-video-hero__btn {
	display: inline-block;
	padding: .85rem 1.8rem;
	border: 1px solid #fff;
	border-radius: 2px;
	background: #fff;
	color: #0b0b0b;
	font-size: .86rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}
.ps82-video-hero__btn--ghost { background: transparent; color: #fff; }
.ps82-video-hero__btn:hover { background: #0b0b0b; border-color: #0b0b0b; color: #fff; }
.ps82-video-hero__btn--ghost:hover { background: #fff; color: #0b0b0b; border-color: #fff; }

/* The words arrive after the logo has drawn itself. */
.ps82-video-hero__kicker, .ps82-video-hero__title, .ps82-video-hero__lede, .ps82-video-hero__actions {
	opacity: 0;
	transform: translateY( 10px );
	animation: ps82-hero-in .9s cubic-bezier( .2, .7, .2, 1 ) forwards;
}
.ps82-video-hero__kicker  { animation-delay: 2.1s; }
.ps82-video-hero__title   { animation-delay: 2.3s; }
.ps82-video-hero__lede    { animation-delay: 2.55s; }
.ps82-video-hero__actions { animation-delay: 2.8s; }
@keyframes ps82-hero-in { to { opacity: 1; transform: none; } }

@media ( prefers-reduced-motion: reduce ) {
	.ps82-video-hero__kicker, .ps82-video-hero__title, .ps82-video-hero__lede, .ps82-video-hero__actions {
		animation: none; opacity: 1; transform: none;
	}
}
@media ( max-width: 600px ) {
	.ps82-video-hero { min-height: 86vh; }
	.ps82-video-hero__actions { flex-direction: column; align-items: stretch; }
}

/* ---------- a single call to action under a reading page ---------- */
.ps82-page-cta { margin: 2.2rem 0 1rem; }
.ps82-lede-block .ps82-lede { font-size: clamp( 1.15rem, 2.2vw, 1.45rem ); font-weight: 300; color: #0b0b0b; }

/* ---------- a line under a heading that carries the idea ---------- */
p.ps82-lead { margin: -.2rem 0 1.4rem; font-size: clamp( 1.1rem, 2vw, 1.3rem ); font-weight: 300; font-style: italic; color: #0b0b0b; }

/* ==========================================================================
   [ps82_services] – the sessions from the booking system
   ========================================================================== */
.ps82-svcs { display: grid; grid-template-columns: repeat( auto-fit, minmax( 250px, 1fr ) ); gap: 1px; margin: 1.5rem 0 3rem; background: #e6e6e6; border: 1px solid #e6e6e6; }
a.ps82-svc { display: flex; flex-direction: column; background: #fff; color: #0b0b0b; text-decoration: none; transition: background-color .3s ease; }
a.ps82-svc:hover { background: #0b0b0b; color: #fff; }
.ps82-svc-img { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f6f6f6; }
.ps82-svc-img img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale( 1 ); transition: filter .6s ease, transform .9s ease; }
a.ps82-svc:hover .ps82-svc-img img { filter: grayscale( 0 ); transform: scale( 1.04 ); }
.ps82-svc-body { display: flex; flex: 1; flex-direction: column; gap: .5rem; padding: 1.6rem 1.5rem 1.4rem; }
.ps82-svc-meta { font-size: .64rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; opacity: .55; }
.ps82-svc-name { font-size: 1.35rem; font-weight: 400; letter-spacing: -.01em; line-height: 1.2; }
.ps82-svc-desc { font-size: .9rem; line-height: 1.6; opacity: .75; }
.ps82-svc-foot { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-top: auto; padding-top: 1.1rem; border-top: 1px solid currentColor; border-top-color: rgba( 128, 128, 128, .3 ); }
.ps82-svc-price { font-weight: 500; }
.ps82-svc-go { font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

/* ==========================================================================
   Footer – black, quiet, four columns
   ========================================================================== */
#site-footer, .site-footer:not( .ps82-footer ) { display: none !important; }
.ps82-footer { margin-top: clamp( 3rem, 8vw, 6rem ); background: #0b0b0b; color: #fff; font-size: .9rem; line-height: 1.7; }
.ps82-footer-in {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem;
	max-width: 1140px; margin: 0 auto; padding: clamp( 3rem, 6vw, 4.5rem ) 1.5rem 2.5rem;
}
.ps82-footer h4 { margin: 0 0 1rem; font-size: .64rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba( 255, 255, 255, .5 ); }
.ps82-footer a, .ps82-footer span { display: block; color: #fff; text-decoration: none; }
.ps82-footer a { opacity: .85; transition: opacity .2s ease; }
.ps82-footer a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.ps82-footer-in > div > span { color: rgba( 255, 255, 255, .85 ); }
.ps82-footer-name { margin-bottom: .6rem; font-size: 1.05rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.ps82-footer-legal {
	display: flex; flex-wrap: wrap; gap: .5rem 2rem;
	max-width: 1140px; margin: 0 auto; padding: 1.4rem 1.5rem 2rem;
	border-top: 1px solid rgba( 255, 255, 255, .14 );
	font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
}
.ps82-footer-legal a, .ps82-footer-legal span { display: inline; color: rgba( 255, 255, 255, .55 ); }
@media ( max-width: 800px ) { .ps82-footer-in { grid-template-columns: 1fr 1fr; } }
@media ( max-width: 520px ) { .ps82-footer-in { grid-template-columns: 1fr; gap: 1.8rem; } }
a.ps82-svc, a.ps82-svc * { text-decoration: none !important; }

/* ==========================================================================
   The mark in the header and the footer, the film over the whole first
   screen, and the studio's own tools drifting beside the text.
   ========================================================================== */
.ps82-hide { display: none !important; }
.ps82-logo.ps82-logo--static .thin, .ps82-logo.ps82-logo--static .thick, .ps82-logo.ps82-logo--static .taper,
.ps82-logo.ps82-logo--static .dot, .ps82-logo.ps82-logo--static .num, .ps82-logo.ps82-logo--static .word {
	animation: none !important; opacity: 1 !important; transform: none !important; stroke-dashoffset: 0 !important;
}
#site-header .site-title a.ps82-header-logo { display: inline-block; line-height: 0; }
.ps82-header-logo svg { width: 72px; height: 72px; display: block; }
.ps82-header-logo .ps82-logo { color: #0b0b0b; }
#site-header .site-title { line-height: 0; }

/* Home: the header floats over the film, in white. */
.ps82-video-home #site-header {
	position: absolute; top: 0; left: 0; right: 0; z-index: 30;
	background: transparent !important; box-shadow: none; border: 0;
}
.admin-bar.ps82-video-home #site-header { top: 32px; }
.ps82-video-home #site-header a, .ps82-video-home #site-header .site-navigation a,
.ps82-video-home #site-header .site-navigation-toggle { color: #fff; }
.ps82-video-home #site-header .site-navigation-toggle { background: transparent; }
.ps82-video-home #site-header .site-navigation-toggle i { color: #fff; }
.ps82-video-home .ps82-header-logo .ps82-logo { color: #fff; }
.ps82-video-home .ps82-menu-account > a { border-color: rgba( 255, 255, 255, .5 ); }
.ps82-video-home .site-main, .ps82-video-home #content, .ps82-video-home .page-content { padding-top: 0 !important; margin-top: 0 !important; }
.ps82-video-home .ps82-video-hero { min-height: 100vh; min-height: 100svh; }
.ps82-video-home .ps82-video-hero__content { padding-top: 7rem; }
.ps82-video-hero__cue {
	position: absolute; left: 50%; bottom: 2rem; z-index: 2; width: 28px; height: 44px; margin-left: -14px;
	border: 1px solid rgba( 255, 255, 255, .6 ); border-radius: 14px; opacity: 0;
	animation: ps82-hero-in .9s 3.2s forwards;
}
.ps82-video-hero__cue span {
	position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px; background: #fff;
	animation: ps82-cue 1.8s ease-in-out infinite;
}
@keyframes ps82-cue { 0% { transform: translateY( 0 ); opacity: 1; } 70% { transform: translateY( 16px ); opacity: 0; } 100% { transform: translateY( 0 ); opacity: 0; } }
@media ( max-width: 600px ) { .ps82-video-home #site-header .site-branding { padding: .6rem 0; } }

/* ---------- the studio, in words ---------- */
.ps82-studio { position: relative; padding: clamp( 4rem, 9vw, 8rem ) 0 clamp( 2rem, 5vw, 4rem ); }
.ps82-studio-text { position: relative; z-index: 1; max-width: 44rem; margin: 0 auto; }
.ps82-studio-title { margin: 0 0 1.4rem; font-size: clamp( 1.8rem, 4.5vw, 3rem ); font-weight: 300; line-height: 1.1; letter-spacing: -.02em; }
.ps82-studio-text p { max-width: 40rem; color: #3a3a3a; }
.ps82-studio-text .wp-block-buttons { margin-top: 1.8rem; }

/* ==========================================================================
   The scene: the ring and the ball stay on screen while she scrolls from
   the studio text down to the sessions, moved by scripts() in PHP.
   The stage sticks to the viewport; the sections after it scroll over it.
   ========================================================================== */
.ps82-scene { position: relative; }
.ps82-scene-stage {
	position: sticky; top: 0; z-index: 0;
	width: 100vw; height: 100vh; height: 100svh;
	margin-left: calc( 50% - 50vw ); margin-bottom: -100vh; margin-bottom: -100svh;
	max-width: none !important;
	pointer-events: none; overflow: hidden;
}
.ps82-scene-stage img {
	position: absolute; left: 50%; top: 0; display: block; height: auto;
	opacity: 0; transform: translate( -50%, -50% ) translate( -37vw, 10vh );
	filter: grayscale( 1 ) contrast( 1.05 );
	will-change: transform, opacity;
}
.ps82-scene-ring { width: clamp( 190px, 26vw, 420px ); }
.ps82-scene-ball {
	width: clamp( 120px, 16vw, 260px );
	transform: translate( -50%, -50% ) translate( 36vw, 22vh );
	filter: grayscale( 1 ) contrast( 1.05 ) drop-shadow( 0 30px 30px rgba( 0, 0, 0, .18 ) );
}
.ps82-scene > .ps82-studio, .ps82-scene > .ps82-offer { position: relative; z-index: 1; }
/* Without the script (or with reduced motion) they simply sit beside the text. */
html:not( .ps82-js ) .ps82-scene-stage, .ps82-scene-stage.is-quiet { position: absolute; inset: 0 auto auto 0; height: 100%; margin-bottom: 0; }
html:not( .ps82-js ) .ps82-scene-stage img, .ps82-scene-stage.is-quiet img { opacity: .25; }
html:not( .ps82-js ) .ps82-scene-ball, .ps82-scene-stage.is-quiet .ps82-scene-ball { transform: translate( -50%, -50% ) translate( 36vw, 40vh ); }

/* ---------- sections arrive as she reaches them ---------- */
.ps82-js .ps82-reveal { opacity: 0; transform: translateY( 28px ); transition: opacity .9s cubic-bezier( .2, .7, .2, 1 ), transform .9s cubic-bezier( .2, .7, .2, 1 ); }
.ps82-js .ps82-reveal.is-in { opacity: 1; transform: none; }
.ps82-js .ps82-studio-text > .ps82-reveal:nth-child( 2 ) { transition-delay: .08s; }
.ps82-js .ps82-studio-text > .ps82-reveal:nth-child( 3 ) { transition-delay: .16s; }
.ps82-js .ps82-studio-text > .ps82-reveal:nth-child( 4 ) { transition-delay: .24s; }
.ps82-js .ps82-studio-text > .ps82-reveal:nth-child( 5 ) { transition-delay: .32s; }
.ps82-js .ps82-studio-text > .ps82-reveal:nth-child( 6 ) { transition-delay: .4s; }
.ps82-js .ps82-offer-title.ps82-reveal { transition-delay: .1s; }
.ps82-js .ps82-offer-text.ps82-reveal { transition-delay: .2s; }
.ps82-js a.ps82-svc.ps82-reveal.is-in { transition: background-color .3s ease; }
.ps82-js .ps82-svcs .ps82-svc:nth-child( 2 ) { transition-delay: .12s; }
.ps82-js .ps82-svcs .ps82-svc:nth-child( 3 ) { transition-delay: .24s; }
.ps82-js .ps82-svcs .ps82-svc:nth-child( 4 ) { transition-delay: .36s; }
.ps82-js .ps82-gallery__item:nth-child( 2 ) { transition-delay: .1s; }
.ps82-js .ps82-gallery__item:nth-child( 3 ) { transition-delay: .2s; }
.ps82-js .ps82-gallery__item:nth-child( 4 ) { transition-delay: .3s; }
.ps82-js .ps82-gallery__item:nth-child( 5 ) { transition-delay: .4s; }
.ps82-js .ps82-gallery__item:nth-child( 6 ) { transition-delay: .5s; }
@media ( prefers-reduced-motion: reduce ) { .ps82-js .ps82-reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- sessions & packages ---------- */
.ps82-offer { padding: clamp( 2rem, 5vw, 4rem ) 0 0; text-align: center; }
.ps82-offer-title { margin: 0 0 .8rem; font-size: clamp( 1.7rem, 4vw, 2.6rem ); font-weight: 300; letter-spacing: -.02em; line-height: 1.1; }
.ps82-offer-text { max-width: 36rem; margin: 0 auto 2.2rem; color: #3a3a3a; }
.ps82-offer .ps82-svcs { text-align: left; }
.ps82-svc-rows { display: block; margin-top: .4rem; }
.ps82-svc-row { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-top: 1px solid rgba( 128, 128, 128, .25 ); font-size: .84rem; }
.ps82-svc-row span:last-child { font-variant-numeric: tabular-nums; font-weight: 500; }
.ps82-svc-rows .ps82-svc-row:first-child { border-top: 0; }

/* ---------- footer: the mark and the schools behind the studio ---------- */
.ps82-footer-brand svg { width: 88px; height: 88px; display: block; margin: -.4rem 0 .9rem -.2rem; }
.ps82-footer-brand .ps82-logo { color: #fff; }
.ps82-offer .ps82-svcs { grid-template-columns: repeat( auto-fit, minmax( 210px, 1fr ) ); }

/* ==========================================================================
   The schools behind the studio – a black band with the logos
   ========================================================================== */
.ps82-certs {
	width: 100vw; margin: clamp( 3rem, 7vw, 6rem ) 0 clamp( 2rem, 5vw, 4rem ) calc( 50% - 50vw );
	max-width: none !important;
	background: #0b0b0b; color: #fff; text-align: center;
}
.ps82-certs__in { max-width: 1140px; margin: 0 auto; padding: clamp( 3rem, 7vw, 5.5rem ) 1.5rem; }
.ps82-certs .ps82-kicker { color: rgba( 255, 255, 255, .55 ); }
.ps82-certs__title { margin: 0 0 .9rem; font-size: clamp( 1.6rem, 3.6vw, 2.4rem ); font-weight: 300; letter-spacing: -.02em; line-height: 1.15; color: #fff; }
.ps82-certs__text { max-width: 40rem; margin: 0 auto 2.6rem; color: rgba( 255, 255, 255, .72 ); }
.ps82-certs__logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.5rem 2rem; }
.ps82-certs__logos img {
	height: 112px; width: auto; max-width: 100%; padding: .6rem 1.2rem;
	background: #0b0b0b; filter: grayscale( 1 ); opacity: .9;
	transition: opacity .3s ease, filter .3s ease, transform .4s ease;
}
.ps82-certs__logos img:hover { opacity: 1; filter: none; transform: translateY( -2px ); }
@media ( max-width: 600px ) { .ps82-certs__logos img { height: 80px; padding: .4rem .6rem; } .ps82-certs__logos { gap: .8rem; } }

/* ---------- a photo between the words ---------- */
.ps82-figure { margin: 2.6rem auto; max-width: 40rem; }
.ps82-figure.is-wide { max-width: none; }
.ps82-figure img { display: block; width: 100%; height: auto; }
.ps82-figure figcaption { margin-top: .7rem; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: #6e6e6e; text-align: center; }

/* ==========================================================================
   About me – her portrait, a thought on black, the diploma, the rooms
   ========================================================================== */
.ps82-about { display: grid; grid-template-columns: minmax( 0, 5fr ) minmax( 0, 7fr ); gap: clamp( 2rem, 5vw, 4.5rem ); align-items: center; margin: 0 0 clamp( 2.5rem, 6vw, 4.5rem ); }
.ps82-about.no-photo { grid-template-columns: 1fr; }
.ps82-about__photo img { display: block; width: 100%; height: auto; }
.ps82-about__photo { position: relative; }
.ps82-about__photo::after { content: ''; position: absolute; left: -14px; top: 14px; width: 100%; height: 100%; border: 1px solid #0b0b0b; z-index: -1; }
.ps82-about__text .ps82-display { margin-top: 0; }
.ps82-about__text .ps82-lede { font-size: clamp( 1.15rem, 2.2vw, 1.45rem ); font-weight: 300; color: #0b0b0b; }
.ps82-about__text p { color: #3a3a3a; }
@media ( max-width: 781px ) {
	.ps82-about { grid-template-columns: 1fr; }
	.ps82-about__photo { max-width: 420px; }
}

.ps82-pq {
	display: grid; grid-template-columns: minmax( 0, 1fr ) minmax( 0, 1fr ); align-items: stretch;
	width: 100vw; margin: clamp( 2rem, 5vw, 4rem ) 0 clamp( 2rem, 5vw, 4rem ) calc( 50% - 50vw ); max-width: none !important;
	background: #0b0b0b; color: #fff;
}
.ps82-pq__photo { min-height: 320px; position: relative; overflow: hidden; }
.ps82-pq__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale( 1 ); }
.ps82-pq__text { display: flex; flex-direction: column; justify-content: center; padding: clamp( 2.5rem, 6vw, 5rem ) clamp( 1.5rem, 6vw, 5rem ); }
.ps82-pq .ps82-kicker { color: rgba( 255, 255, 255, .55 ); }
.ps82-pq blockquote { margin: 0; padding: 0; border: 0; font-size: clamp( 1.2rem, 2.2vw, 1.6rem ); font-weight: 300; line-height: 1.5; font-style: normal; color: #fff; }
.ps82-pq blockquote::before { content: '“'; display: block; font-size: 3.5rem; line-height: .5; margin: .6rem 0 .4rem; color: rgba( 255, 255, 255, .35 ); }
@media ( max-width: 700px ) { .ps82-pq { grid-template-columns: 1fr; } .ps82-pq__photo { min-height: 260px; } }

.ps82-diploma { display: grid; grid-template-columns: minmax( 0, 7fr ) minmax( 0, 5fr ); gap: clamp( 2rem, 5vw, 4.5rem ); align-items: center; margin: clamp( 2rem, 5vw, 3.5rem ) 0; }
.ps82-diploma__text .ps82-h2 { margin-top: 0; }
.ps82-diploma__text p { color: #3a3a3a; }
.ps82-diploma__photo { justify-self: center; max-width: 380px; width: 100%; }
.ps82-diploma__photo a { display: block; line-height: 0; }
.ps82-diploma__photo img { display: block; width: 100%; height: auto; border: 1px solid #e6e6e6; box-shadow: 0 40px 70px -40px rgba( 0, 0, 0, .45 ); transition: transform .5s ease, box-shadow .5s ease; }
.ps82-diploma__photo a:hover img { transform: translateY( -4px ); box-shadow: 0 50px 80px -40px rgba( 0, 0, 0, .5 ); }
.ps82-diploma__cta { margin-top: 1.6rem; }
.ps82-diploma__btn {
	display: inline-block; padding: .85rem 1.8rem; border: 1px solid #0b0b0b; background: #0b0b0b; color: #fff !important;
	font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none !important; transition: background-color .2s ease, color .2s ease;
}
.ps82-diploma__btn:hover { background: #fff; color: #0b0b0b !important; }
@media ( max-width: 781px ) { .ps82-diploma { grid-template-columns: 1fr; } }

.ps82-gallery { margin: clamp( 2rem, 5vw, 4rem ) 0; }
.ps82-gallery__grid { display: grid; grid-template-columns: repeat( 3, 1fr ); grid-auto-rows: 200px; gap: 10px; margin-top: 1.5rem; }
.ps82-gallery__item { position: relative; overflow: hidden; background: #f6f6f6; }
.ps82-gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale( 1 ); transition: filter .7s ease, transform 1.1s ease; }
.ps82-gallery__item:hover img { filter: none; transform: scale( 1.04 ); }
.ps82-gallery__item:nth-child( 1 ) { grid-column: span 2; }
.ps82-gallery__item:nth-child( 3 ) { grid-row: span 2; }
.ps82-gallery__item:nth-child( 6 ) { grid-column: span 2; }
@media ( max-width: 600px ) {
	.ps82-gallery__grid { grid-template-columns: repeat( 2, 1fr ); grid-auto-rows: 150px; }
	.ps82-gallery__item:nth-child( 3 ) { grid-row: auto; }
}

/* ==========================================================================
   The booking page opens with the studio, not with a bare title
   ========================================================================== */
.ps82-has-booking .page-header, .ps82-has-booking h1.entry-title { display: none !important; }
.ps82-has-booking .site-main, .ps82-has-booking #content { padding-top: 0 !important; margin-top: 0 !important; }
.ps82-bhero {
	position: relative; width: 100vw; margin: 0 0 clamp( 2rem, 5vw, 3.5rem ) calc( 50% - 50vw );
	min-height: clamp( 300px, 42vh, 440px ); display: grid; place-items: center;
	background: #0b0b0b; color: #fff; overflow: hidden; text-align: center;
}
.ps82-bhero__bg { position: absolute; inset: 0; }
.ps82-bhero__bg img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale( 1 ); opacity: .45; transform: scale( 1.03 ); }
.ps82-bhero__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient( 180deg, rgba( 0, 0, 0, .45 ), rgba( 0, 0, 0, .25 ) 50%, rgba( 0, 0, 0, .6 ) ); }
.ps82-bhero__in { position: relative; z-index: 1; max-width: 44rem; padding: 3.5rem 1.5rem 3rem; }
.ps82-bhero__kicker { margin: 0 0 .8rem; font-size: .68rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: rgba( 255, 255, 255, .7 ); }
.ps82-bhero__title { margin: 0 0 .9rem; font-size: clamp( 1.9rem, 4.6vw, 3.2rem ); font-weight: 300; line-height: 1.1; letter-spacing: -.015em; color: #fff; }
.ps82-bhero__sub { margin: 0 auto; max-width: 34rem; font-size: clamp( .95rem, 1.4vw, 1.05rem ); line-height: 1.6; color: rgba( 255, 255, 255, .8 ); }
.ps82-bhero__kicker, .ps82-bhero__title, .ps82-bhero__sub { opacity: 0; transform: translateY( 10px ); animation: ps82-hero-in .9s cubic-bezier( .2, .7, .2, 1 ) forwards; }
.ps82-bhero__title { animation-delay: .12s; }
.ps82-bhero__sub { animation-delay: .24s; }

/* ---------- v4.6: the 3D layer, the contact page ---------- */
.ps82-scene-gl { position: absolute; inset: 0; width: 100% !important; height: 100% !important; display: block; }
.ps82-scene-stage.is-3d img { opacity: 0 !important; }
.ps82-contact2 { display: grid; grid-template-columns: minmax( 0, 6fr ) minmax( 0, 5fr ); gap: clamp( 2rem, 5vw, 4.5rem ); margin: clamp( 2.5rem, 6vw, 4.5rem ) 0 2rem; }
.ps82-contact2 .ps82-h2 { margin-top: 0; }
.ps82-contact2__map iframe { display: block; width: 100%; border-radius: 16px; box-shadow: 0 30px 60px -36px rgba( 0, 0, 0, .35 ); transition: filter .5s ease; }
.ps82-contact2__map iframe:hover { filter: none; }
.ps82-contact2__link { display: inline-block; margin-top: .9rem; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: #0b0b0b; text-decoration: none; border-bottom: 1px solid #0b0b0b; }
.ps82-cform label { display: block; margin: 0 0 1rem; }
.ps82-cform label span { display: block; margin-bottom: .4rem; font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #6e6e6e; }
.ps82-cform input, .ps82-cform textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #d4d4d4; border-radius: 10px; background: #fff; font: inherit; color: #0b0b0b; box-shadow: inset 0 1px 2px rgba( 0, 0, 0, .03 ); }
.ps82-cform input:focus, .ps82-cform textarea:focus { outline: none; border-color: #0b0b0b; box-shadow: 0 0 0 1px #0b0b0b; }
.ps82-cform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.ps82-cform__grid label:nth-child( 3 ) { grid-column: 1 / -1; }
.ps82-cform__trap { position: absolute; left: -9999px; }
.ps82-cform__foot { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin: .4rem 0 0; }
.ps82-cform__btn { padding: .95rem 2rem; border: 1px solid #0b0b0b; border-radius: 999px; background: #0b0b0b; color: #fff; font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; box-shadow: 0 12px 26px -12px rgba( 0, 0, 0, .7 ); transition: transform .25s ease, background-color .25s ease; }
.ps82-cform__btn:hover { transform: translateY( -1px ); background: #2a2a2a; }
.ps82-cform__btn:disabled { opacity: .5; }
.ps82-cform__note { font-size: .82rem; color: #6e6e6e; }
.ps82-cform__status { min-height: 1.4em; margin: .8rem 0 0; font-size: .92rem; }
.ps82-cform__status.is-ok { color: #0b0b0b; font-weight: 500; }
.ps82-cform__status.is-err { color: #9a1c1c; }
@media ( max-width: 860px ) { .ps82-contact2 { grid-template-columns: 1fr; } .ps82-contact2__map iframe { height: 320px; } }
@media ( max-width: 560px ) { .ps82-cform__grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   v4.6.1 – the session cards as cards: lifted, rounded, four in a row on
   the home page, and no empty grey cell when there are four.
   ========================================================================== */
.ps82-svcs { gap: 1.1rem; background: transparent; border: 0; }
a.ps82-svc {
	border-radius: 14px; overflow: hidden; border: 1px solid rgba( 0, 0, 0, .05 );
	box-shadow: 0 1px 2px rgba( 0, 0, 0, .04 ), 0 10px 30px -16px rgba( 0, 0, 0, .25 ), 0 30px 60px -40px rgba( 0, 0, 0, .3 );
	transition: background-color .3s ease, transform .4s cubic-bezier( .2, .7, .2, 1 ), box-shadow .4s cubic-bezier( .2, .7, .2, 1 );
}
a.ps82-svc:hover { transform: translateY( -6px ); box-shadow: 0 2px 4px rgba( 0, 0, 0, .05 ), 0 24px 50px -20px rgba( 0, 0, 0, .45 ), 0 50px 90px -50px rgba( 0, 0, 0, .4 ); }
.ps82-js a.ps82-svc.ps82-reveal.is-in { transition: background-color .3s ease, transform .4s cubic-bezier( .2, .7, .2, 1 ), box-shadow .4s cubic-bezier( .2, .7, .2, 1 ); }
.ps82-offer .ps82-svcs {
	grid-template-columns: repeat( auto-fit, minmax( 230px, 1fr ) );
	width: min( 1180px, calc( 100vw - 3rem ) );
	margin-left: calc( 50% - min( 590px, 50vw - 1.5rem ) );
}
.ps82-svc-foot { border-top-color: rgba( 128, 128, 128, .2 ); }

/* ---------- v4.7: inner pages open with a breath ---------- */
.ps82-js .ps82-lede-block, .ps82-js .ps82-about, .ps82-js .ps82-bhero { animation: ps82-hero-in .9s cubic-bezier( .2, .7, .2, 1 ) both; }
.ps82-js .ps82-lede-block .ps82-lede { animation: ps82-hero-in .9s cubic-bezier( .2, .7, .2, 1 ) .15s both; }
.ps82-figure img, .ps82-gallery__item, .ps82-diploma__photo img { border-radius: 12px; }
.ps82-pq { border-radius: 0; }
.ps82-cform input, .ps82-cform textarea { transition: border-color .2s ease, box-shadow .2s ease; }
.ps82-cform input:focus, .ps82-cform textarea:focus { box-shadow: 0 0 0 3px rgba( 11, 11, 11, .08 ); }
.ps82-cform__btn { transition: transform .25s ease, box-shadow .25s ease, background-color .2s ease, color .2s ease; box-shadow: 0 12px 26px -12px rgba( 0, 0, 0, .7 ); }
.ps82-cform__btn:hover { transform: translateY( -2px ); }

/* ---------- v4.7.1: the mobile menu – black type on white, wherever it opens ---------- */
#site-header .site-navigation-dropdown { background: #fff !important; box-shadow: 0 30px 60px -30px rgba( 0, 0, 0, .45 ); }
#site-header .site-navigation-dropdown .menu > li > a, #site-header .site-navigation-dropdown a,
.ps82-video-home #site-header .site-navigation-dropdown a {
	color: #0b0b0b !important; background: #fff !important;
	padding: 1.05rem 1.5rem; font-size: .8rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
	border-bottom: 1px solid #ececec; transition: background-color .2s ease, padding-left .2s ease;
}
#site-header .site-navigation-dropdown a:hover, #site-header .site-navigation-dropdown a:focus { background: #f6f6f6 !important; padding-left: 1.9rem; color: #0b0b0b !important; }
#site-header .site-navigation-dropdown li:last-child > a { border-bottom: 0; }
#site-header .site-navigation-dropdown .ps82-menu-account > a { border-color: #0b0b0b; }
.ps82-video-home #site-header .site-navigation-toggle.elementor-active i, .ps82-video-home #site-header .site-navigation-toggle[aria-expanded="true"] i { color: #fff; }

/* ---------- v4.8: no colour but ink on the pages – the theme's pink stays out ---------- */
.ps82-site a:not( .wp-block-button__link ):not( .ps82-diploma__btn ):not( .ps82-cform__btn ):not( .ps82-video-hero__btn ),
.entry-content a:not( .wp-block-button__link ), .page-content a:not( .wp-block-button__link ), .ps82-footer a, .ps82-contact-value a, .ps82-contact2 a {
	color: #0b0b0b; text-decoration-color: rgba( 11, 11, 11, .35 ); text-underline-offset: 4px;
}
.ps82-site a:hover, .entry-content a:hover, .ps82-contact-value a:hover { color: #0b0b0b; text-decoration-color: #0b0b0b; }
/* v4.9.1: the service cards turn black on hover – their text must turn white, whatever the rule above says */
.ps82-site a.ps82-svc:hover, .entry-content a.ps82-svc:hover, .page-content a.ps82-svc:hover, a.ps82-svc:hover,
.ps82-site a.ps82-svc:hover *, .entry-content a.ps82-svc:hover *, a.ps82-svc:hover * { color: #fff !important; }
a.ps82-svc:hover .ps82-svc-foot { border-top-color: rgba( 255, 255, 255, .35 ); }
a.ps82-svc:hover .ps82-svc-row { border-top-color: rgba( 255, 255, 255, .3 ); }
.ps82-site a.ps82-video-hero__btn:hover, .entry-content a.ps82-video-hero__btn:hover, a.ps82-video-hero__btn:hover { color: #fff; }
.ps82-site a.ps82-video-hero__btn--ghost:hover, .entry-content a.ps82-video-hero__btn--ghost:hover, a.ps82-video-hero__btn--ghost:hover { color: #0b0b0b; }
.ps82-footer a { color: #fff; }
.ps82-footer-addr { display: block; color: rgba( 255, 255, 255, .85 ); text-decoration: none; }
.ps82-footer-addr:hover { text-decoration: underline; }
.wp-block-button__link, .wp-element-button { background: #0b0b0b !important; color: #fff !important; border-color: #0b0b0b !important; }
.is-style-outline .wp-block-button__link { background: transparent !important; color: #0b0b0b !important; }
.is-style-outline .wp-block-button__link:hover, .wp-block-button__link:hover { background: #0b0b0b !important; color: #fff !important; }
.ps82-cform__btn, .ps82-cform button { background: #0b0b0b !important; color: #fff !important; border-color: #0b0b0b !important; }
.ps82-cform__btn:hover { background: #2a2a2a !important; }
.ps82-cform__status.is-ok { color: #0b0b0b; } .ps82-cform__status.is-err { color: #7a1f1f; }
.ps82-contact2__map iframe { filter: none; }
input:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline-color: #0b0b0b; }
::selection { background: #0b0b0b; color: #fff; }

/* ---------- v4.8.1: the titles on the home page rise word by word, driven by the scroll ---------- */
.ps82-js .ps82-driven.ps82-reveal { transition: none; opacity: 1; transform: none; }
.ps82-w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .08em; margin-bottom: -.08em; }
.ps82-w > span { display: inline-block; will-change: transform, opacity; }
.ps82-studio .ps82-kicker.ps82-driven { will-change: transform, opacity; }

/* the schools' logos: one size for all, whatever file she puts in */
.ps82-certs__logos img { height: 96px; width: 150px; object-fit: contain; padding: .5rem .8rem; box-sizing: border-box; }
@media ( max-width: 600px ) { .ps82-certs__logos img { height: 72px; width: 110px; padding: .3rem .5rem; } }

/* ---------- v4.9: the words of a heading rise one after the other; paragraphs come up out of a soft blur ---------- */
.ps82-js .ps82-words.ps82-reveal { opacity: 1; transform: none; transition: none; }
.ps82-w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .1em; margin-bottom: -.1em; }
.ps82-js .ps82-words .ps82-w > span { display: inline-block; opacity: 0; transform: translateY( 105% ) rotate( 2deg ); transition: opacity .7s cubic-bezier( .2, .7, .2, 1 ), transform .9s cubic-bezier( .2, .7, .2, 1 ); }
.ps82-js .ps82-words.is-in .ps82-w > span { opacity: 1; transform: none; }
.ps82-js .ps82-reveal:not( .ps82-words ) { filter: blur( 6px ); transition: opacity .9s cubic-bezier( .2, .7, .2, 1 ), transform .9s cubic-bezier( .2, .7, .2, 1 ), filter .9s cubic-bezier( .2, .7, .2, 1 ); }
.ps82-js .ps82-reveal.is-in:not( .ps82-words ) { filter: blur( 0 ); }
.ps82-js .ps82-svcs .ps82-svc.ps82-reveal, .ps82-js .ps82-gallery__item.ps82-reveal, .ps82-js .ps82-certs.ps82-reveal { filter: none; }
.ps82-js .ps82-studio-text > p.ps82-reveal:nth-of-type( 2 ) { transition-delay: .15s; }
.ps82-js .ps82-studio-text > p.ps82-reveal:nth-of-type( 3 ) { transition-delay: .3s; }
.ps82-js .ps82-studio-text > p.ps82-reveal:nth-of-type( 4 ) { transition-delay: .45s; }
.ps82-js .ps82-studio-text > .wp-block-buttons.ps82-reveal { transition-delay: .6s; }
@media ( prefers-reduced-motion: reduce ) { .ps82-js .ps82-words .ps82-w > span { opacity: 1; transform: none; transition: none; } .ps82-js .ps82-reveal { filter: none; } }

/* ---------- v5.4: DE | EN ---------- */
.ps82-lang { display: inline-flex; align-items: center; gap: .45rem; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.ps82-lang a { text-decoration: none !important; opacity: .55; transition: opacity .2s ease; }
.ps82-lang a:hover { opacity: 1; }
.ps82-lang__cur { opacity: 1; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.ps82-lang__sep { opacity: .35; font-weight: 400; }
.ps82-menu-lang { display: flex; align-items: center; }
#site-header .ps82-menu-lang .ps82-lang { padding: 0 .4rem; }
#site-header .ps82-menu-lang .ps82-lang a, #site-header .ps82-menu-lang .ps82-lang__cur { color: inherit !important; padding: 0 !important; }
body.ps82-video-home #site-header .site-navigation .ps82-lang { color: #fff; }
#site-header .site-navigation-dropdown .ps82-menu-lang { padding: 1rem 1.5rem !important; background: #fff !important; }
#site-header .site-navigation-dropdown .ps82-menu-lang .ps82-lang { color: #0b0b0b; font-size: .85rem; gap: .8rem; }
#site-header .site-navigation-dropdown .ps82-menu-lang a { background: transparent !important; }
.ps82-footer .ps82-lang--footer { color: #fff; }
.ps82-footer .ps82-lang--footer a { color: #fff !important; }

/* ---------- v5.5: price notes ---------- */
.ps82-svc-row--note span { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; opacity: .6; }
.ps82-vat-hint { margin: .8rem 0 0; font-size: .78rem; color: #6e6e6e; text-align: center; }
