/*
Theme Name: Eyes Model Theme
Theme URI: https://www.eyesmodel.ru/
Author: Eyes Model
Description: Native WordPress implementation of the Eyes Model visual system.
Version: 2.0.0
Text Domain: eyesmodel
*/

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

/* Mobile-only catalogue/profile components are present in the HTML early so
   they can render without layout shift on phones. Keep them out of the
   desktop Wix canvas; mobile.css explicitly enables them below 960px. */
.agency-mobile-catalog-header,
.model-mobile-profile {
  display: none;
}

/* LITE / LITE+ / MAXI application cards were exported as a 980px Wix
   canvas. Recompose only the card that owns the form on phones; leaving its
   children at their source coordinates pushes every field off-screen. */
@media (max-width: 959px) {
  body:is(.page-id-173, .page-id-174, .page-id-175)
  .wixui-section:has(.wixui-form),
  body:is(.page-id-173, .page-id-174, .page-id-175)
  .wixui-section:has(.wixui-form) > [data-mesh-id$="inlineContent"],
  body:is(.page-id-173, .page-id-174, .page-id-175)
  .wixui-section:has(.wixui-form) > [data-mesh-id$="inlineContent"] > [data-mesh-id$="gridContainer"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    overflow: visible !important;
  }

  body:is(.page-id-173, .page-id-174, .page-id-175)
  .wixui-section:has(.wixui-form) .gpDCD5:has(.wixui-form) {
    position: relative !important;
    width: calc(100% - 24px) !important;
    min-width: 0 !important;
    max-width: 620px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 12px auto 24px !important;
    left: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body:is(.page-id-173, .page-id-174, .page-id-175)
  .gpDCD5:has(.wixui-form) > [data-mesh-id$="inlineContent"],
  body:is(.page-id-173, .page-id-174, .page-id-175)
  .gpDCD5:has(.wixui-form) > [data-mesh-id$="inlineContent"] > [data-mesh-id$="gridContainer"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 20px 16px 24px !important;
    left: 0 !important;
    box-sizing: border-box !important;
  }

  body:is(.page-id-173, .page-id-174, .page-id-175)
  .gpDCD5:has(.wixui-form) > [data-mesh-id$="inlineContent"] > [data-mesh-id$="gridContainer"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  body:is(.page-id-173, .page-id-174, .page-id-175)
  .gpDCD5:has(.wixui-form) > [data-mesh-id$="inlineContent"] > [data-mesh-id$="gridContainer"] > * {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: none !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }

  body:is(.page-id-173, .page-id-174, .page-id-175) .wixui-form,
  body:is(.page-id-173, .page-id-174, .page-id-175) .wixui-form > [data-mesh-id$="inlineContent"],
  body:is(.page-id-173, .page-id-174, .page-id-175) .wixui-form [data-mesh-id$="gridContainer"] {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
  }

  body:is(.page-id-173, .page-id-174, .page-id-175)
  .wixui-form [data-mesh-id$="gridContainer"] > *,
  body:is(.page-id-173, .page-id-174, .page-id-175)
  .wixui-form :is(input, select, textarea, button) {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Production service subpages: use the native portrait layout on mobile and
   keep the original Wix canvas exclusively for larger screens. */
.production-detail-mobile,
.production-gallery-mobile {
	display: none;
}

@media (max-width: 959px), (orientation: portrait) {
	body:has(.production-detail-mobile),
	body:has(.production-gallery-mobile) {
		background: #354042 !important;
	}

	.production-detail-mobile ~ main.native-page,
	.production-gallery-mobile ~ main.native-page {
		display: none !important;
	}

	.production-detail-mobile {
		display: block;
		position: relative;
		width: min(100%, 648px);
		margin: 0 auto;
		padding-bottom: 112px;
		box-sizing: border-box;
		overflow: hidden;
		color: #fff;
		background: #000;
		font-family: Montserrat, Arial, sans-serif;
	}

	.production-detail-mobile__back {
		display: inline-flex;
		position: absolute;
		top: 22px;
		left: 24px;
		z-index: 2;
		align-items: center;
		min-height: 40px;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
	}

	.production-detail-mobile__media {
		width: 100%;
		height: clamp(330px, 92vw, 580px);
		overflow: hidden;
		background: #111;
	}

	.production-detail-mobile__media img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		filter: brightness(.72);
	}

	.production-detail-mobile > section {
		padding: 48px 40px 0;
	}

	.production-detail-mobile__eyebrow {
		margin: 0 0 14px;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: .16em;
		text-transform: uppercase;
	}

	.production-detail-mobile h1 {
		margin: 0 0 32px;
		font-size: clamp(34px, 9vw, 58px);
		font-weight: 300;
		line-height: .98;
		letter-spacing: -.035em;
		overflow-wrap: anywhere;
	}

	.production-detail-mobile__intro {
		margin: 0 0 34px;
		font-size: clamp(16px, 4vw, 23px);
		font-weight: 300;
		line-height: 1.45;
	}

	.production-detail-mobile ul {
		display: grid;
		gap: 0;
		margin: 0 0 42px;
		padding: 0;
		list-style: none;
	}

	.production-detail-mobile li {
		padding: 15px 0;
		border-bottom: 1px solid rgba(255,255,255,.28);
		font-size: clamp(15px, 3.8vw, 21px);
		font-weight: 300;
		line-height: 1.3;
	}

	.production-detail-mobile__cta {
		display: flex;
		width: 100%;
		min-height: 54px;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
		border-radius: 999px;
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .08em;
		text-decoration: none;
		text-transform: uppercase;
	}
}

@media (max-width: 420px) {
	.production-detail-mobile > section {
		padding-right: 24px;
		padding-left: 24px;
	}
}

.school-mobile-hero {
  display: none;
}

/* Critical mobile homepage hero fallback.
 * Keep this in the primary stylesheet because some cached/imported homepage
 * responses omit the secondary mobile stylesheet entirely. */
/* legacy Wix-desktop-on-mobile transform removed — native Wix mobile layouts are served now (template-parts/*-wix-mobile.php) */


@media screen and (max-width: 480px) {
  body.home {
    --header-height: 132px;
  }

  body.home .site-header {
    height: 132px;
  }

  body.home .site-header__inner {
    width: calc(100% - 48px);
  }

  body.home .site-logo,
  body.home .site-logo__mark {
    width: 92px !important;
  }

  body.home .menu-toggle__line {
    width: 36px;
    height: 3px;
  }

  body.home .school-mobile-hero {
    height: 600px;
  }

  body.home .school-mobile-hero__content {
    padding-top: 138px;
  }

  body.home .school-mobile-hero h1 {
    font-size: 42px;
  }

  body.home .school-mobile-hero__tagline {
    width: min(300px, calc(100% - 120px));
    font-size: 15px;
    letter-spacing: .36em;
    white-space: nowrap;
  }

  body.home .school-mobile-hero__actions {
    width: calc(100% - 48px);
    margin-top: 72px;
  }

  body.home .school-mobile-hero__actions a {
    min-height: 56px;
    font-size: 15px;
  }
}

/* School desktop hero: the imported 980px Wix coordinate system was being
 * resolved against the full viewport, leaving every child on a different
 * horizontal axis. Recreate the centered canvas while keeping the full-bleed
 * background image. */
@media screen and (min-width: 960px) {
  body.home #comp-lnbxxq9e,
  body.home #comp-lnbxxq9e #comp-igqnfidc,
  body.home #mediajfauscwg,
  body.home #bgLayers_mediajfauscwg,
  body.home #bgMedia_mediajfauscwg,
  body.home [data-mesh-id="mediajfauscwginlineContent"],
  body.home [data-mesh-id="mediajfauscwginlineContent-gridContainer"] {
    height: 585px !important;
    min-height: 585px !important;
    max-height: 585px !important;
  }

  body.home #comp-lnbxxq9f,
  body.home #bgLayers_comp-lnbxxq9f,
  body.home #bgMedia_comp-lnbxxq9f,
  body.home [data-mesh-id="comp-lnbxxq9finlineContent"],
  body.home [data-mesh-id="comp-lnbxxq9finlineContent-gridContainer"] {
    width: 100% !important;
    height: 155px !important;
    min-height: 155px !important;
    max-height: 155px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.home [data-mesh-id="comp-lnbxxq9finlineContent-gridContainer"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  body.home #comp-lnbxxq9f #comp-l92ss71u,
  body.home #comp-lnbxxq9f #comp-kabahae0 {
    margin: 0 !important;
    left: auto !important;
    align-self: center !important;
    justify-self: center !important;
  }

  /* Keep the photograph sharp, then darken it with a separate overlay.  The
   * Wix export applied .2 opacity to a 132px thumbnail, which made the whole
   * hero look like an almost-black blurred panel. */
  body.home #mediajfauscwg {
    --fill-layer-image-opacity: 1 !important;
    isolation: isolate !important;
  }

  body.home #mediajfauscwg #img_mediajfauscwg {
    position: absolute !important;
    inset: 0 !important;
    opacity: 1 !important;
  }

  body.home #mediajfauscwg #img_mediajfauscwg img {
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
    width: 980px !important;
    height: 585px !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
  }

  body.home #mediajfauscwg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.18);
  }

  body.home #mediajfauscwg > [data-mesh-id="mediajfauscwginlineContent"] {
    position: relative !important;
    z-index: 2 !important;
  }

  body.home [data-mesh-id="mediajfauscwginlineContent-gridContainer"] {
    width: 980px !important;
    max-width: 980px !important;
    margin-inline: auto !important;
  }

  body.home #i2epz4bn_0,
  body.home #comp-jp5enci3,
  body.home #i2epz4bn_1,
  body.home #comp-l1f228dw {
    left: 50% !important;
    margin-left: 0 !important;
  }

  body.home #i2epz4bn_0,
  body.home #comp-jp5enci3 {
    transform: translateX(-50%) !important;
  }

  body.home #i2epz4bn_0,
  body.home #i2epz4bn_0 h3,
  body.home #i2epz4bn_0 h3 span {
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  body.home #i2epz4bn_0 h3 > span > span > span {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    font-size: 55px !important;
    line-height: normal !important;
  }

  body.home #i2epz4bn_0 h3 > span > span > span > span:first-child,
  body.home #i2epz4bn_0 h3 > span > span > span > strong:first-child {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-right: 0.3em !important;
  }

  body.home #comp-jp5enci3 {
    width: 680px !important;
    max-width: 680px !important;
    background: #000 !important;
    text-align: center !important;
  }

  body.home #comp-jp5enci3 h2,
  body.home #comp-jp5enci3 h2 span[style*="background-color"] {
    font-size: 24px !important;
    line-height: 1.35 !important;
    padding: 0 !important;
  }

  body.home #i2epz4bn_1,
  body.home #comp-l1f228dw {
    width: auto !important;
    max-width: none !important;
  }

  body.home #i2epz4bn_1 {
    width: 259px !important;
  }

  body.home #comp-l1f228dw {
    width: 306px !important;
  }

  body.home #i2epz4bn_1 a,
  body.home #comp-l1f228dw a {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 48px !important;
    box-sizing: border-box !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  body.home #i2epz4bn_1 {
    transform: translateX(calc(-50% - 193px)) !important;
  }

  body.home #comp-l1f228dw {
    top: -60px !important;
    transform: translateX(calc(-50% + 169.5px)) !important;
  }

  /* Lower the complete hero call-to-action cluster slightly and tighten the
   * vertical rhythm between the tagline and its two action buttons. */
  body.home [data-mesh-id="mediajfauscwginlineContent-gridContainer"] {
    transform: translateY(18px) !important;
  }

  body.home #comp-jp5enci3 {
    margin-bottom: 28px !important;
  }
}

/* School desktop gallery: restore the original Wix collage composition. */
@media screen and (min-width: 960px) {
  body.home #comp-kbj9dhkh,
  body.home #gallery-wrapper-comp-kbj9dhkh {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-photo-slider-wrapper {
    width: 100% !important;
    height: auto !important;
    margin: 32px 0 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll {
    display: grid !important;
    grid-template-columns: 47.5fr 22fr 30.5fr !important;
    grid-template-rows: 42fr 58fr !important;
    gap: 8px !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.55 / 1 !important;
    padding: 0 !important;
    overflow: hidden !important;
    scroll-snap-type: none !important;
    opacity: 1;
    transform: scale(1);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll.is-transitioning {
    opacity: 0.18;
    transform: scale(0.997);
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll > div {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    overflow: hidden !important;
    scroll-snap-align: none !important;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll > div:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll > div:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll > div:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll > div:nth-child(n + 6) {
    display: none !important;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-slider-scroll img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-photo-slider-wrapper > button {
    display: grid !important;
    place-items: center;
    width: 44px !important;
    height: 44px !important;
    top: 50% !important;
    z-index: 3 !important;
    padding: 0 !important;
    color: #222 !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-photo-slider-wrapper > button:first-child {
    left: 12px !important;
    right: auto !important;
  }

  body.home #gallery-wrapper-comp-kbj9dhkh .custom-photo-slider-wrapper > button:last-child {
    top: 50% !important;
    right: 12px !important;
    left: auto !important;
  }

  /* Teacher work slider: Wix's originals are 300x600 portraits inside a
   * 365px-high strip.  The fallback slider had enlarged them to 600x400. */
  body.home #comp-jp5c7mhj,
  body.home #gallery-wrapper-comp-jp5c7mhj {
    height: 522px !important;
    min-height: 522px !important;
    overflow: hidden !important;
  }

  body.home #gallery-wrapper-comp-jp5c7mhj .custom-photo-slider-wrapper {
    width: 100% !important;
    height: 522px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.home #gallery-wrapper-comp-jp5c7mhj .custom-slider-scroll {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 522px !important;
    gap: 5px !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-behavior: auto !important;
    overflow-anchor: none !important;
  }

  body.home #gallery-wrapper-comp-jp5c7mhj .custom-slider-scroll > div {
    flex: 0 0 183px !important;
    width: 183px !important;
    min-width: 183px !important;
    max-width: 183px !important;
    height: 522px !important;
    aspect-ratio: 251 / 716 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
    border-radius: 0 !important;
  }

  body.home #gallery-wrapper-comp-jp5c7mhj .custom-slider-scroll img {
    display: block !important;
    width: 183px !important;
    height: 522px !important;
    min-width: 183px !important;
    max-width: 183px !important;
    min-height: 522px !important;
    max-height: 522px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    inset: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.home #gallery-wrapper-comp-jp5c7mhj .custom-photo-slider-wrapper > button {
    width: 32px !important;
    height: 32px !important;
    top: 50% !important;
    margin-top: -16px !important;
    font-size: 22px !important;
  }
}@media screen and (min-width: 960px){

/* Local replacement for the empty Wix player in the School story section. */
body.home #comp-ko8ptdpq [data-testid="playable"],
body.home #comp-ko8ptdpq video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}}@media screen and (min-width: 960px){

body.home #comp-ko8ptdpq video {
  object-fit: cover !important;
  object-position: center !important;
  background: #000 !important;
}}@media screen and (min-width: 960px){

body.home #comp-kpcnyw3f.eyesmodel-backstage-player {
  position: relative !important;
  width: 800px !important;
  max-width: 100% !important;
  height: 450px !important;
  overflow: hidden !important;
  background: #000 !important;
}}@media screen and (min-width: 960px){

body.home #comp-kpcnyw3f .eyesmodel-backstage-video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: #000 !important;
}}@media screen and (min-width: 960px){

body.home #comp-kpcnyw3f .eyesmodel-backstage-play {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  translate: -50% -50% !important;
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  padding: 0 0 0 4px !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.28) !important;
  font-size: 25px !important;
  cursor: pointer !important;
  z-index: 2 !important;
}}@media screen and (min-width: 960px){

body.home #comp-kpcnyw3f .eyesmodel-backstage-play[hidden] {
  display: none !important;
}}

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

:root {
  --black: #000;
  --ink: #111315;
  --white: #fff;
  --paper: #f8f8f8;
  --muted: #a5a5a5;
  --red: #ee1b24;
  --text-dark: #303132;
  --text-gray: #535151;
  --line: rgba(255, 255, 255, 0.2);
  --header-height: 89px;
  --content-width: 1246px;
  --narrow-width: 850px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --z-content: 1;
  --z-sticky: 900;
  --z-header: 1000;
  --z-menu: 1001;
  --z-control: 1002;
  --z-progress: 1100;
  --z-skip: 1200;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--black);
  color: var(--white);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.menu-is-open {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

::selection {
  color: #000;
  background: #fff;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: var(--z-skip);
  padding: 10px 14px;
  color: #000;
  background: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.content-shell {
  width: calc(100% - 64px);
  max-width: var(--content-width);
  margin-inline: auto;
}

.content-shell--narrow {
  max-width: var(--narrow-width);
}

.content-shell > *,
.editorial-grid > *,
.feature-grid > *,
.program-grid > *,
.program-overview__grid > *,
.booking-section__grid > *,
.contact-page__grid > *,
.native-form .form-grid > * {
  min-width: 0;
}

.section-pad {
  padding-block: clamp(72px, 8vw, 128px);
}

.section-pad--dark {
  background: var(--black);
  color: var(--white);
}

.section-kicker {
  margin-bottom: 20px;
  color: currentColor;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.section-title {
  max-width: 950px;
  margin: 0 auto clamp(42px, 6vw, 82px);
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(35px, 4vw, 55px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
}

.site-nav__more {
  pointer-events: none;
}

.outline-button,
.solid-button {
  display: inline-flex;
  min-width: 260px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
}

.outline-button:hover,
.outline-button:focus-visible {
  color: #000;
  background: #fff;
}

.solid-button {
  border-color: #fff;
  color: #000;
  background: #fff;
}

.solid-button:hover,
.solid-button:focus-visible {
  color: #fff;
  background: transparent;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* Header */
.site-header {
  position: relative;
  z-index: var(--z-header);
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  background: #000;
}

/* Hide footer on start page (original has empty footer) */
.page-start .site-footer {
  display: none;
}

.site-header__inner {
  width: min(calc(100% - 64px), 1280px); /* Match Wix desktop header spread */
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 90px; /* Logo 90px, Social 90px */
  align-items: center;
  gap: 24px;
}

.site-logo {
  display: inline-flex;
  width: 90px;
  color: #fff;
}

.site-logo__mark {
  width: 90px;
  height: 46px;
}

.site-nav {
  min-width: 0;
}

.site-nav__list,
.site-nav__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 31px);
}

.site-nav__item {
  position: relative;
  display: flex;
  align-items: center;
}

.site-nav__link {
  position: relative;
  padding: 10px 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  white-space: nowrap;
  transition: color 400ms ease;
}

.site-nav__link.is-active {
  /* color: #aaa; */ /* Usually Wix has a different color for active */
}

.site-nav__link:hover {
  color: #aaa;
}








.submenu-toggle {
  display: none;
}

.site-nav__submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: max-content;
  min-width: 210px;
  padding: 14px;
  border: 1px solid #262626;
  background: #050505;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 200ms ease, transform 200ms var(--ease), visibility 200ms;
}

.site-nav__submenu a {
  display: block;
  padding: 10px 12px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.has-submenu:hover .site-nav__submenu,
.has-submenu:focus-within .site-nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.header-social {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}




.header-social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  transition: background-color 400ms ease, color 400ms ease;
}

.header-social a:hover {
  color: #fff;
  background: #000;
}

.header-social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.menu-toggle {
  display: none;
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 585px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #111 var(--hero-image) center / cover no-repeat;
}

.hero-section::before {
  position: absolute;
  inset: -2%;
  z-index: -2;
  background: inherit;
  content: "";
}

.hero-section__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.28)), rgba(0, 0, 0, 0.22);
}

.hero-section__content {
  width: calc(100% - 48px);
  max-width: 940px;
  min-width: 0;
  padding-block: 70px;
  text-align: center;
}

.hero-section h1 {
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-size: clamp(35px, 5.1vw, 55px);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
}

.hero-section h1 strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.hero-section__meta {
  font-size: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 4vw, 64px);
  margin-top: 38px;
}

.start-screen {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  place-items: center;
  isolation: isolate;
  background: #070707 var(--hero-image) center / cover no-repeat;
}

.start-screen__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.82));
}

.start-screen__content {
  width: calc(100% - 48px);
  max-width: 900px;
  min-width: 0;
  text-align: center;
}

.start-screen h1 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(68px, 10vw, 150px);
  line-height: 0.85;
  letter-spacing: -0.05em;
}

/* Split-screen start page (text is baked into the background image) */
.start-screen--split {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  background: #000 var(--hero-image) center center / cover no-repeat;
}

.split-side {
  flex: 1;
  display: block;
  text-decoration: none;
  transition: background-color 0.4s ease;
  cursor: pointer;
}

.split-side--left:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.split-side--right:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

/* Sections */
.promo-strip {
  position: relative;
  z-index: 2;
  padding: 30px 0 32px;
  color: #fff;
  background: #000;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.32);
  text-align: center;
}

.promo-strip h2 {
  margin-bottom: 8px;
  font-size: 28px;
}

.promo-strip p {
  margin-bottom: 0;
  font-size: 17px;
}

.promo-strip strong {
  color: var(--red);
}

.intro-section {
  color: #111;
  background: #fff;
  text-align: center;
}

.intro-section h2 {
  margin-bottom: 28px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.2;
}

.intro-section p {
  margin-bottom: 0;
  color: #454545;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: #333;
}

.feature-card {
  min-height: 340px;
  padding: clamp(32px, 4vw, 56px);
  background: #080808;
}

.feature-card__number {
  display: block;
  margin-bottom: 60px;
  color: #777;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  letter-spacing: 0.18em;
}

.feature-card h3 {
  margin-bottom: 24px;
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.15;
}

.feature-card p {
  margin-bottom: 0;
  color: #aaa;
  font-size: 14px;
}

.cards-section,
.programs-section,
.certificate-section,
.program-overview,
.blog-index__content,
.single-post-page__content {
  color: #111;
  background: #fff;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.editorial-card {
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(180px, 45%) 1fr;
  border: 1px solid #d4d4d4;
  background: #fff;
  overflow: hidden;
}

.editorial-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: opacity 200ms ease;
}

.editorial-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 52px);
}

.editorial-card h3 {
  margin-bottom: 18px;
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(25px, 3vw, 45px);
  font-weight: 400;
  line-height: 1.18;
}

.editorial-card__meta {
  font-weight: 700;
}

.gallery-section {
  overflow: hidden;
}

.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 10px;
}

.gallery-item {
  position: relative;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #191919;
  cursor: zoom-in;
}

.gallery-item:nth-child(6n + 1),
.gallery-item:nth-child(6n + 4) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transition: opacity 200ms ease;
}

.gallery-item:hover img {
  opacity: 0.86;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.program-card {
  position: relative;
  min-height: 600px;
  color: #fff;
  background: #111;
  overflow: hidden;
}

.program-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.66;
  transition: opacity 400ms ease;
}

.program-card:hover > img {
  opacity: 0.88;
}

.program-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
}

.program-card h3 {
  margin-bottom: 8px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  font-weight: 400;
}

.program-card strong,
.program-card del {
  display: block;
}

.program-card strong {
  font-size: 26px;
}

.program-card del {
  color: #ccc;
}

.program-card__discount {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  color: #000;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.program-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.program-overview h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}

.check-list {
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 0 18px 34px;
  border-bottom: 1px solid #ddd;
}

.check-list li::before {
  position: absolute;
  top: 19px;
  left: 2px;
  content: "✓";
  font-weight: 700;
}

.price-card {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  padding: 48px 38px;
  color: #fff;
  background: #050505;
  text-align: center;
}

.price-card__discount {
  display: inline-grid;
  width: 80px;
  height: 80px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-variant-numeric: tabular-nums;
}

.price-card__old {
  margin-bottom: 0;
  color: #aaa;
  text-decoration: line-through;
}

.price-card > strong {
  display: block;
  margin: 6px 0 0;
  font-size: 38px;
  font-variant-numeric: tabular-nums;
}

.price-card > span:not(.price-card__discount) {
  display: block;
  margin-bottom: 34px;
  color: #aaa;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #ddd;
}

.certificate-card {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 48px;
  background: #fff;
}

.certificate-card > span {
  color: #888;
  font-size: 12px;
}

.certificate-card h2 {
  max-width: 520px;
  margin: 60px 0 24px;
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 400;
}

.certificate-card strong {
  margin-top: auto;
  font-size: 22px;
}

.certificate-card a {
  position: absolute;
  right: 40px;
  bottom: 46px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.booking-section,
.contact-page,
.form-page-heading,
.blog-index__header,
.single-post-page__header {
  background: #050505;
}

.booking-section__grid,
.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
}

.booking-section h2,
.contact-page h1,
.form-page-heading h1,
.blog-index h1,
.single-post-page h1 {
  margin-bottom: 28px;
  font-size: clamp(44px, 6vw, 86px);
  line-height: 0.98;
}

.native-form .wpcf7-form {
  display: grid;
  gap: 18px;
}

.native-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
}

.native-form .form-grid__wide {
  grid-column: 1 / -1;
}

.native-form label {
  display: block;
  color: #bbb;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.native-form p {
  margin: 0;
}

.native-form input:not([type="submit"]),
.native-form textarea,
.native-form select {
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #777;
  border-radius: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  transition: border-color 200ms ease;
}

.native-form input:focus,
.native-form textarea:focus,
.native-form select:focus {
  border-color: #fff;
}

.native-form textarea {
  min-height: 110px;
  resize: vertical;
}

.native-form input[type="submit"] {
  min-width: 240px;
  padding: 13px 24px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #000;
  cursor: pointer;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
}

.native-form input[type="submit"]:hover {
  color: #000;
  background: #fff;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #ff6d73;
  font-size: 12px;
}

.wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px !important;
  border-width: 1px !important;
}

.contact-page {
  min-height: 700px;
  display: flex;
  align-items: center;
}

.contact-page__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  font-size: clamp(18px, 2vw, 30px);
}

.contact-page__details .outline-button {
  margin-top: 30px;
  font-size: 12px;
}

.final-cta {
  background: #0b0b0b;
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 36px;
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
}

/* Blog */
.blog-index__header {
  padding-top: clamp(90px, 12vw, 180px);
}

.post-grid {
  display: grid;
  gap: 30px;
}

.post-card {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.08fr);
  min-height: 340px;
  border: 1px solid #d2d2d2;
}

.post-card__image {
  display: block;
  min-height: 340px;
  overflow: hidden;
  background: #e8e8e8;
}

.post-card__image img,
.post-card__image span {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: opacity 200ms ease;
}

.post-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 70px);
}

.post-card time,
.single-post-page time {
  display: block;
  margin-bottom: 22px;
  color: #888;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

.post-card h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.18;
}

.post-card .text-link {
  margin-top: 20px;
}

.single-post-page__header .text-link {
  margin-bottom: 60px;
}

.single-post-page__media {
  margin-top: -50px;
}

.single-post-page__media img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.prose {
  font-size: 18px;
  line-height: 1.85;
}

/* Source-faithful WordPress rendering for imported Wix blog content. */
.blog-surface {
  min-height: 70vh;
  padding: 20px 0 72px;
  color: #303132;
  background: #f7f7f7;
}

.single-post-page {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 80px;
}

.blog-article-card {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  border: none;
  background: transparent;
}

.blog-article-card__meta {
  margin-bottom: 26px;
  font-size: 13px;
}

.blog-article-card__meta time {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.blog-article-card h1 {
  max-width: 660px;
  margin-bottom: 26px;
  font-family: Arial, sans-serif;
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.14;
}

.blog-article-card__media img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.blog-article-card__content {
  padding: 0;
  color: #303132;
  background: transparent;
  font-size: 17px;
  line-height: 1.6;
  border: none;
}

.blog-article-card__content [data-hook="post-title"] h1 {
  font-family: Arial, sans-serif;
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000;
}

/* Flex container to swap order of Title and Date */
.blog-article-card__content div:has(> [data-hook="post-title"]) {
  display: flex;
  flex-direction: column;
}

.blog-article-card__content div:has(> [data-hook="post-title"]) > [data-hook="post-title"] {
  order: 2;
}

.blog-article-card__content div:has(> [data-hook="post-title"]) > div:not([data-hook="post-title"]) {
  order: 1;
  margin-bottom: 15px;
}

/* Fix Wix meta list (date and read time) */
.blog-article-card__content ul:has(.time-ago) {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: #777;
}

.blog-article-card__content ul:has(.time-ago) li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.blog-article-card__content ul:has(.time-ago) li:not(:first-child)::before {
  content: "•";
  margin-right: 15px;
  color: #777;
}

/* Fix general paragraphs and content flow */
.blog-article-card__content p {
  margin-bottom: 24px;
}

.blog-article-card__content img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  display: block;
}

/* Hide the Wix 'more options' 3 dots button which does nothing in WP */
.blog-article-card__content [data-hook="more-button"] {
  display: none !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .blog-article-card__content {
    padding: 30px 0;
  }
}

.blog-article-card__content table {
  width: 100% !important;
  max-width: 100%;
  table-layout: fixed;
}

.blog-article-card__content td,
.blog-article-card__content th {
  overflow-wrap: anywhere;
}

.blog-article-card__content div[style*="ricos-internal-table-border-color"] {
  display: none !important;
}

.blog-article-card__content h2,
.blog-article-card__content h3 {
  font-family: Arial, sans-serif;
}

.blog-article-card__footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

.blog-archive-page__header {
  padding: 54px 0 42px;
}

.blog-archive-page__header h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  text-transform: uppercase;
}

.native-page--default {
  min-height: 70vh;
  padding-block: clamp(72px, 8vw, 128px);
  color: #111;
  background: #f4f4f2;
}

.native-page--default .prose {
  max-width: var(--narrow-width);
}

.native-page--default h1 {
  margin-bottom: 44px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.05;
}

.prose h2,
.prose h3 {
  margin: 2em 0 0.7em;
  line-height: 1.25;
}

/* Footer */
.single-post-page {
  padding: 100px 0 60px;
  background-color: #fff;
}
.site-footer {
  padding: 78px 0 40px;
  border-top: 1px solid #222;
  background: #000;
}

/* Used on immersive pages where the source has no contacts footer, while
   still leaving breathing room above the fixed mobile social bar. */
.site-footer-spacer {
  height: 24px;
  background: #000;
}

@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 110px;
  }
}

.site-footer__inner {
  width: min(calc(100% - 64px), var(--content-width));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}

.site-footer__eyebrow {
  color: #888;
  font-size: 11px;
  letter-spacing: 0.35em;
}

.site-footer h2 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.site-footer__contacts,
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #bdbdbd;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.site-footer__contacts p,
.site-footer__links p {
  margin: 0;
}

.mobile-actions {
  display: none;
}

/* Dialog */
.media-dialog {
  width: min(94vw, 1260px);
  height: min(90vh, 860px);
  padding: 0;
  border: 0;
  color: #fff;
  background: #050505;
  overflow: visible;
}

.media-dialog::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}

.media-dialog__content {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.media-dialog__content img,
.media-dialog__content iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.media-dialog__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 38px;
  cursor: pointer;
}

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms var(--ease) var(--reveal-delay, 0ms), transform 800ms var(--ease) var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .site-header__inner {
    grid-template-columns: 86px minmax(0, 1fr) 76px;
    gap: 12px;
  }

  .site-logo,
  .site-logo__mark {
    width: 78px;
  }

  .site-nav__list {
    gap: 13px;
  }

  .header-social a {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 959px) {
	.site-nav__more {
		display: none;
	}
  :root {
    --header-height: 110px;
  }

  .content-shell,
  .content-shell--narrow {
    width: calc(100% - 40px);
  }

  .site-header__inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr auto;
  }

  .site-logo,
  .site-logo__mark {
    width: 96px;
    height: 52px;
  }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle__line {
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 300ms var(--ease), opacity 200ms ease;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 28px 80px;
    background: rgba(0, 0, 0, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 300ms ease, transform 450ms var(--ease), visibility 300ms;
    overflow-y: auto;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav__list {
    width: min(100%, 460px);
    display: block;
  }

  .site-nav__item {
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #242424;
  }

.site-nav__link {
  position: relative;
  padding: 10px 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  white-space: nowrap;
  transition: color 400ms ease;
}

.site-nav__link.is-active {
  /* color: #aaa; */
}

.site-nav__link:hover {
  color: #aaa;
}


  

  

  .submenu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    background: transparent;
  }

  .submenu-toggle span {
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform 200ms ease;
  }

  .submenu-toggle[aria-expanded="true"] span {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .site-nav__submenu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0 0 0 16px;
    border: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    transform: none;
    overflow: hidden;
    transition: max-height 300ms var(--ease), padding 300ms ease;
  }

  .submenu-is-open .site-nav__submenu {
    max-height: 160px;
    padding-bottom: 14px;
  }

  

  .hero-section {
    min-height: min(720px, calc(100svh - var(--header-height)));
  }

  .hero-section h1 {
    font-size: clamp(42px, 12vw, 68px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .outline-button,
  .solid-button {
    width: min(100%, 330px);
    min-height: 54px;
  }

  .editorial-grid,
  .program-grid,
  .program-overview__grid,
  .booking-section__grid,
  .contact-page__grid,
  .post-card,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .program-card {
    min-height: 520px;
  }

  .masonry-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .gallery-item:nth-child(6n + 1),
  .gallery-item:nth-child(6n + 4) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .price-card {
    position: static;
  }

  .site-footer {
    padding-bottom: 120px;
  }

  .site-footer-spacer {
    height: calc(86px + env(safe-area-inset-bottom));
  }

  .mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    display: grid;
    height: calc(70px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #333;
    background: rgba(0, 0, 0, 0.96);
    backdrop-filter: blur(12px);
  }

  .mobile-actions a {
    display: grid;
    place-items: center;
    border-right: 1px solid #292929;
    color: #fff;
  }
  .mobile-actions a:last-child {
    border-right: none;
  }

  .mobile-actions svg {
    width: 29px;
    height: 29px;
    fill: currentColor;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .section-pad {
    padding-block: 72px;
  }

  .hero-section {
    min-height: 500px;
    background-position: center;
  }

  .hero-section__content {
    padding-block: 46px;
  }

  .hero-section h1 {
    font-size: clamp(38px, 14vw, 58px);
  }

  .hero-section--program h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.02;
  }

  .start-screen h1 {
    font-size: clamp(44px, 14vw, 64px);
    letter-spacing: -0.04em;
  }

  .promo-strip {
    padding: 30px 14px;
  }

  .promo-strip h2 {
    font-size: 24px;
  }

  .promo-strip p {
    font-size: 15px;
  }

  .feature-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 280px;
  }

  .editorial-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .editorial-card img {
    min-height: 300px;
    max-height: 420px;
  }

  .masonry-gallery {
    grid-auto-rows: 180px;
    gap: 6px;
  }

  .program-card {
    min-height: 480px;
  }

  .certificate-card {
    min-height: 320px;
    padding: 34px 28px;
  }

  .certificate-card a {
    right: 28px;
    bottom: 34px;
  }

  .contact-page {
    min-height: 620px;
  }

  .post-card__image,
  .post-card__image img,
  .post-card__image span {
    min-height: 280px;
  }

  .post-card__body {
    padding: 30px 24px;
  }

  .native-form .form-grid {
    grid-template-columns: 1fr;
  }

  .native-form .form-grid__wide {
    grid-column: auto;
  }

  .single-post-page__media {
    width: 100%;
    margin-top: 0;
  }

  .blog-surface {
    padding-top: 0;
  }

  .blog-article-card {
    width: 100%;
    padding: 0 15px;
    border: none;
  }

  .blog-article-card h1 {
    font-size: 34px;
  }


  .blog-article-card__content {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* School studio mosaic slider. */
.school-photo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f4f3f1;
}

/* International partner agencies slider. */
.agency-partners {
  width: 100%;
  min-height: 560px;
  padding: clamp(40px, 5vw, 76px) 0 90px;
  overflow: hidden;
  color: #111;
  background: #fff;
  font-family: Montserrat, Arial, sans-serif;
}
.agency-partners__header {
  padding: 0 24px;
  text-align: center;
}
.agency-partners__header h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 36px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .005em;
}
.agency-partners__header strong { font-weight: 700; }
.agency-partners__header em {
  color: #e01036;
  font-style: normal;
  font-weight: 700;
}
.agency-partners__header > span {
  width: min(420px, 36vw);
  height: 3px;
  display: block;
  margin: 20px auto 0;
  background: #e01036;
}
.agency-logo-slider {
  position: relative;
  width: 100%;
  padding: 55px clamp(48px, 6vw, 100px) 20px;
  overflow: hidden;
  background: #fff;
}
.agency-logo-slider__track {
  display: flex;
  gap: clamp(24px, 3vw, 56px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.agency-logo-slider__track::-webkit-scrollbar { display: none; }
.agency-logo-slider__item {
  flex: 0 0 clamp(145px, 12vw, 215px);
  margin: 0;
  scroll-snap-align: start;
  text-align: center;
}
.agency-logo-slider__logo {
  height: 120px;
  display: grid;
  place-items: center;
}
.agency-logo-slider__logo img {
  width: 100%;
  max-width: 190px;
  max-height: 105px;
  object-fit: contain;
  filter: grayscale(1);
}
.agency-logo-slider__item figcaption {
  margin-top: 14px;
  color: #222;
  font: 12px/1.35 Arial, sans-serif;
}
.agency-logo-slider__arrow {
  position: absolute;
  z-index: 2;
  top: 78px;
  width: 44px;
  height: 74px;
  border: 0;
  color: #222;
  background: rgba(255,255,255,.9);
  font: 300 54px/1 Arial, sans-serif;
  cursor: pointer;
}
.agency-logo-slider__arrow--prev { left: 8px; }
.agency-logo-slider__arrow--next { right: 8px; }
@media (max-width: 700px) {
  .agency-partners { min-height: 470px; padding: 38px 0 60px; }
  .agency-partners__header h2 { font-size: 18px; line-height: 1.5; }
  .agency-partners__header h2 br { display: block; }
  .agency-partners__header > span { width: 190px; margin-top: 16px; }
  .agency-logo-slider { padding: 28px 45px 38px; }
  .agency-logo-slider__track { gap: 22px; }
  .agency-logo-slider__item { flex-basis: 150px; }
  .agency-logo-slider__arrow { top: 72px; width: 38px; }
}
.school-photo-slider__track {
  height: clamp(480px, 42vw, 680px);
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-columns: clamp(260px, 31vw, 620px);
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.school-photo-slider__track::-webkit-scrollbar { display: none; }
.school-photo-slider__item {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  background: #ddd;
}
.school-photo-slider__item--0,
.school-photo-slider__item--3 { grid-row: span 2; }
.school-photo-slider__item--1,
.school-photo-slider__item--4 { grid-column: span 1; }
.school-photo-slider__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.school-photo-slider__item:hover img { transform: scale(1.025); }
.school-photo-slider__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 58px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, .2);
  font: 200 58px/1 Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, opacity .2s ease;
}
.school-photo-slider__arrow:hover { background: rgba(0, 0, 0, .45); }
.school-photo-slider__arrow--prev { left: 0; }
.school-photo-slider__arrow--next { right: 0; }
@media (max-width: 700px) {
  .school-photo-slider__track {
    height: 390px;
    grid-template-rows: 1fr;
    grid-auto-columns: 84vw;
    gap: 4px;
  }
  .school-photo-slider__item--0,
  .school-photo-slider__item--3 { grid-row: span 1; }
  .school-photo-slider__arrow { width: 42px; height: 64px; font-size: 44px; }
}

/* Blog UI matching Wix original */
.blog-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 940px;
  margin: 0 auto;
}

.blog-list .editorial-card {
  min-height: 340px;
  grid-template-columns: 454px 1fr;
  border: 1px solid #d3d3d3; /* Wix border color */
  background: #fff;
  overflow: hidden;
}

.blog-list .editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-list .editorial-card__body {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-list .editorial-card h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: normal; /* Wix usually uses normal or 500 for titles */
}

.blog-list .editorial-card__meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.blog-list .editorial-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.blog-list .outline-button {
  align-self: flex-start;
  margin-top: 25px;
}

@media (max-width: 900px) {
  .blog-list .editorial-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .blog-list .editorial-card img {
    height: 250px;
  }
}

/* Blog image link container */
.blog-list .editorial-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-list .editorial-card__image-link img,
.blog-list .editorial-card__image-link div {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Blog Pagination */
.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination a, .pagination span.current {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #d3d3d3;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease;
}
.pagination a:hover {
  background: #f4f4f4;
}
.pagination span.current {
  background: #333;
  color: #fff;
  border-color: #333;
}
/* Ensure prose images are responsive after stripping inline Wix styles */
.prose img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
}



/* -----------------------------------------
   Recent Posts Widget
----------------------------------------- */
.recent-posts-widget, .post-comments-widget {
    max-width: 940px;
    margin: 60px auto;
    padding: 0 20px;
}
.recent-posts-widget__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.recent-posts-widget__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.recent-posts-widget__all {
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
}
.recent-posts-widget__all:hover {
    color: #000;
}
.recent-posts-widget__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
@media (min-width: 768px) {
    .recent-posts-widget__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.recent-post-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease;
    background: #fff;
}
.recent-post-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.recent-post-card__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5;
}
.recent-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-post-card__text {
    padding: 20px;
}
.recent-post-card__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: #222;
}

/* -----------------------------------------
   Comments Widget
----------------------------------------- */
.post-comments-widget {
    margin-bottom: 60px;
}
.post-comments-widget__inner {
    border: 1px solid #eaeaea;
    padding: 40px;
    background: #fff;
}
.comments-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
}
.comment-form-comment textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: inherit;
    font-size: 1rem;
    resize: vertical;
    min-height: 60px;
}
.comment-form-comment textarea:focus {
    outline: none;
    border-color: #999;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.submit-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.submit-btn:hover {
    background: #333;
}
.comment-form-author input,
.comment-form-email input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}


/* Overrides to match Wix exact layout */
.recent-posts-widget, .post-comments-widget {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.recent-posts-widget__title {
    font-size: 1.1rem;
    font-weight: 400;
    color: #555;
    margin: 0;
}
.recent-posts-widget__all {
    font-size: 0.95rem;
    color: #555;
}
.recent-post-card {
    border: 1px solid #eaeaea;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.recent-post-card__image {
    aspect-ratio: 16 / 10;
}
.recent-post-card__text {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
}
.recent-post-card__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    margin: 0;
}
.post-comments-widget__inner {
    padding: 30px;
}

.recent-posts-widget__grid {
    gap: 30px;
}
.recent-post-card__text {
    padding: 30px 20px;
}
.recent-post-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* Wix entrance animations: JS-off fallback only. wix-motion-runner.js removes
   this rule at runtime and replays the original paused animations on scroll. */
[class*="comp-"]:not([data-motion-enter="done"]) {
    animation: none !important;
}


/* Reveal Wix videos by hiding their static poster images */
wix-video img, .bgVideoposter {
    opacity: 0 !important;
    pointer-events: none !important;
}
/* Ensure the video itself covers the container */
wix-video, wix-video video, video.X9nqm0, [id$='_video'] {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 10 !important;
}

/* Fix Wix excessive empty line spacers */
.blog-article-card__content [type="empty-line"],
.blog-article-card__content [data-hook^="rcv-block"]:empty {
    display: none !important;
}
.blog-article-card__content [data-breakout="normal"] > div > span:only-child > br:only-child {
    display: none !important;
}


/* Kids School Hero Layout */
.page-kids-school [data-mesh-id="comp-l07wrlbeinlineContent-gridContainer"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}
.page-kids-school .comp-l07wrlc1, 
.page-kids-school .comp-l1f2ook5 {
    display: inline-block;
    margin: 10px;
}

/* Wix buttons */
.wixui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    background: transparent;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}
.wixui-button:hover {
    background: #fff;
    color: #000;
}

/* Core Wix Background Layers & Layout */
[data-hook="bgLayers"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.wixui-section,
.wixui-column-strip,
.wixui-column-strip__column {
    position: relative;
}
/* Ensure content sits above backgrounds */
[data-testid="inline-content"],
[data-mesh-id$="inlineContent"] {
    position: relative;
    z-index: 10;
}


/* Teachers Slider */
.teachers-gallery-section {
    padding: 58px 0 70px;
    overflow: hidden;
    background: #fff;
    color: #111;
}

.teachers-gallery-title {
    margin: 0 0 42px;
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(20px, 2vw, 29px);
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.teachers-gallery-title strong {
    font-weight: 700;
}

.teachers-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 58px;
}

.teachers-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 18px;
    padding: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
}

.teachers-slider::-webkit-scrollbar {
    display: none;
}

.teachers-slider-item {
    flex: 0 0 clamp(140px, 15.3vw, 174px);
    scroll-snap-align: start;
}

.teachers-slider-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.teachers-slider-btn {
    background: #fff;
    color: #111;
    border: none;
    width: 58px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 10;
    transition: opacity 0.2s ease;
}

.teachers-slider-btn:hover {
    opacity: 0.55;
}

.teachers-slider-btn svg {
    width: 22px;
    height: 44px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-width: 1.8;
}

.teachers-slider-btn--prev {
    left: 0;
}

.teachers-slider-btn--next {
    right: 0;
}

@media (max-width: 768px) {
    .teachers-gallery-section { padding: 42px 0 50px; }
    .teachers-gallery-title { margin-bottom: 28px; }
    .teachers-slider-wrapper { padding: 0 38px; }
    .teachers-slider { gap: 12px; }
    .teachers-slider-item { flex-basis: min(44vw, 160px); }
    .teachers-slider-btn { width: 38px; }
    .teachers-slider-btn svg { width: 15px; height: 32px; }
}

@media (max-width: 480px) {
    .teachers-slider-item { flex-basis: 62vw; }
}@media screen and (min-width: 960px){


/* Backstage video gallery */
body.home #comp-kpcnyw3f {
    width: 800px !important;
    max-width: 100% !important;
    height: 450px !important;
    overflow: hidden !important;
}}

.backstage-gallery {
    width: 100%;
    max-width: 1088px;
    height: 450px;
    margin-inline: auto;
    overflow: hidden;
    background: #2f3031;
    color: #fff;
}

.backstage-gallery__viewport {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.backstage-gallery__stage,
.backstage-gallery__grid {
    position: relative;
    width: 100%;
    height: 100%;
    background: #111;
}

.backstage-gallery__stage[hidden] {
    display: none;
}

.backstage-gallery__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.backstage-gallery__play,
.backstage-gallery__next,
.backstage-gallery__menu,
.backstage-gallery__close,
.backstage-gallery__share,
.backstage-gallery__tile {
    border: 0;
    color: #fff;
    cursor: pointer;
}

.backstage-gallery__play {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 72px;
    height: 72px;
    padding: 0;
    background: transparent;
    transform: translate(-50%, -50%);
}

.backstage-gallery__play svg,
.backstage-gallery__tile svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.backstage-gallery__play circle,
.backstage-gallery__tile circle {
    fill: rgba(0, 0, 0, 0.35);
    stroke: #fff;
    stroke-width: 3;
}

.backstage-gallery__next {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 34px;
    height: 62px;
    padding: 5px;
    background: rgba(28, 24, 34, 0.65);
    transform: translateY(-50%);
    z-index: 5;
}

.backstage-gallery__next svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.backstage-gallery__bar {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.backstage-gallery__menu,
.backstage-gallery__close,
.backstage-gallery__share {
    width: 42px;
    height: 42px;
    padding: 8px;
    background: transparent;
}

.backstage-gallery__share svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.backstage-gallery__divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.35);
}

.backstage-gallery__menu i {
    width: 27px;
    height: 3px;
    display: block;
    margin: 4px auto;
    background: currentColor;
}

.backstage-gallery__close {
    font: 300 38px/24px Arial, sans-serif;
}

.backstage-gallery__menu[hidden],
.backstage-gallery__close[hidden] {
    display: none;
}

.backstage-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1px;
}

.backstage-gallery__grid[hidden] {
    display: none;
}

.backstage-gallery__tile {
    position: relative;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    background: #111;
}

.backstage-gallery__tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.backstage-gallery__tile:hover img {
    transform: scale(1.025);
}

.backstage-gallery__tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
}

.backstage-gallery__tile span {
    position: absolute;
    z-index: 2;
    top: 22%;
    left: 50%;
    width: 85%;
    font: 700 16px/1.2 "Montserrat", sans-serif;
    text-align: center;
    transform: translateX(-50%);
}

.backstage-gallery__tile svg {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -25%);
}

@media (max-width: 600px) {
    body.home #comp-kpcnyw3f,
    .backstage-gallery { height: auto !important; aspect-ratio: 16 / 10; }
    .backstage-gallery__viewport { height: calc(100% - 50px); }
    .backstage-gallery__play { width: 56px; height: 56px; }
    .backstage-gallery__next { right: 8px; width: 26px; height: 48px; }
    .backstage-gallery__bar { height: 50px; }
    .backstage-gallery__tile span { top: 15%; font-size: 12px; }
    .backstage-gallery__tile svg { width: 42px; height: 42px; }
}

/* Final mobile School ordering overrides. The imported Wix stylesheet is
 * printed after the theme CSS and otherwise restores its legacy hero/fixed
 * header declarations. */
.school-programs-mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  body.home .school-programs-mobile {
    position: relative;
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 20px 0 80px;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff;
    background: #000;
  }

  body.home .school-programs-mobile__title {
    width: calc(100% - 40px);
    margin: 0 auto 26px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }

  body.home .school-programs-mobile__title strong {
    font-weight: 700;
  }

  body.home .school-program-card {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 42px;
    overflow: hidden;
    color: #fff;
    background: #000;
  }

  body.home .school-program-card:last-child {
    margin-bottom: 0;
  }

  body.home .school-program-card__image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 736 / 444;
    object-fit: cover;
  }

  body.home .school-program-card__content {
    display: grid;
    width: 100%;
    gap: 20px;
    padding: 26px 34px 34px;
    box-sizing: border-box;
    text-align: left;
  }

  body.home .school-program-card__name {
    margin: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
  }

  body.home .school-program-card__price-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
  }

  body.home .school-program-card__old {
    font-size: 24px;
    text-decoration: line-through;
    text-decoration-color: #e01036;
    text-decoration-thickness: 2px;
  }

  body.home .school-program-card__discount {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }

  body.home .school-program-card__price {
    margin: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    line-height: 1.1;
    white-space: nowrap;
  }

  body.home .school-program-card__monthly {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 9px;
    color: #000;
    background: #fff;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
  }

  body.home .school-program-card__duration {
    margin: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
  }

  body.home .school-program-card__link {
    position: static !important;
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    margin: 4px 0 0;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.2;
  }
}

/* legacy Wix-desktop-on-mobile transform removed — native Wix mobile layouts are served now (template-parts/*-wix-mobile.php) */


@media screen and (max-width: 480px) {
  body.home .site-header {
    height: 132px !important;
  }

  body.home .site-header__inner {
    width: calc(100% - 48px) !important;
    padding-top: 26px !important;
  }

  body.home .mobile-actions {
    height: calc(70px + env(safe-area-inset-bottom)) !important;
  }

  body.home .mobile-actions svg,
  body.home .mobile-actions img {
    width: 29px !important;
    height: 29px !important;
  }

  body.home .school-programs-mobile__title {
    font-size: 28px;
    line-height: 1.3;
  }

  body.home .school-program-card__content {
    gap: 16px;
    padding: 22px 24px 30px;
  }

  body.home .school-program-card__name {
    font-size: 40px;
  }

  body.home .school-program-card__price {
    font-size: 40px;
  }

  body.home .school-program-card__monthly {
    font-size: 14px;
  }

  body.home .school-program-card__duration {
    font-size: 17px;
  }

  body.home .school-mobile-benefits {
    gap: 58px !important;
    padding: 48px 24px 34px !important;
  }

  body.home .school-mobile-benefit img {
    width: 112px;
    height: 112px;
    margin-bottom: 16px;
  }

  body.home .school-mobile-benefit h2 {
    margin-bottom: 14px;
    font-size: 23px;
  }

  body.home .school-mobile-benefit p {
    font-size: 17px;
    line-height: 1.45;
  }

  body.home .school-mobile-benefits__button {
    min-height: 56px;
    font-size: 14px;
  }

  body.home .school-mobile-story-section {
    padding: 30px 0 68px !important;
  }

  body.home .school-mobile-story__video {
    width: calc(100% - 48px);
  }

  body.home .school-mobile-story__copy {
    padding: 32px 24px 0;
  }

  body.home .school-mobile-story__copy > p:first-child,
  body.home .school-mobile-story__note {
    font-size: 16px;
  }

  body.home .school-mobile-story__note {
    margin-top: 40px;
  }

  body.home .school-mobile-story__button {
    min-height: 58px;
    font-size: 15px;
  }
}

/* Eyesmodel Journal */
.journal-page,
.journal-single {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: #111;
  background: #f4f2ee;
}

.journal-hero {
  padding: clamp(92px, 12vw, 170px) 0 clamp(64px, 9vw, 120px);
  color: #fff;
  background: #050505;
}

.journal-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 40px;
  align-items: end;
}

.journal-kicker {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  color: #9e9e9e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.journal-hero h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(64px, 12vw, 172px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.77;
}

.journal-hero__intro {
  max-width: 470px;
  margin: 0;
  color: #c9c9c9;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
}

.journal-categories {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #d8d5d0;
  background: rgba(244, 242, 238, 0.94);
  backdrop-filter: blur(14px);
}

.journal-categories__inner {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.journal-categories__inner::-webkit-scrollbar { display: none; }
.journal-categories a {
  flex: 0 0 auto;
  padding: 21px 0 17px;
  border-bottom: 2px solid transparent;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.journal-categories a:hover,
.journal-categories a.is-active { border-color: #111; color: #111; }

.journal-feed { padding: clamp(48px, 7vw, 100px) 0 110px; }
.journal-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 500px;
  margin-bottom: clamp(64px, 8vw, 110px);
  background: #fff;
}

.journal-feature__media,
.journal-card__media {
  min-width: 0;
  display: block;
  overflow: hidden;
  background: #dedbd5;
}
.journal-feature__media { min-height: 500px; max-height: 620px; }

.journal-feature__media img,
.journal-feature__media span,
.journal-card__media img,
.journal-card__media span {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}

.journal-feature:hover .journal-feature__media img,
.journal-card:hover .journal-card__media img { transform: scale(1.035); }

.journal-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 76px);
}

.journal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #888;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.journal-meta a { color: #111; }
.journal-page .journal-feature h2 {
  margin: 28px 0 22px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 2.7vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.journal-feature__body > p,
.journal-card__body > p { color: #656565; line-height: 1.65; }
.journal-read-link {
  align-self: flex-start;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.journal-read-link span { display: inline-block; margin-left: 7px; transition: transform 200ms ease; }
.journal-read-link:hover span { transform: translateX(4px); }

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 58px) clamp(20px, 3vw, 38px);
}
.journal-card { min-width: 0; }
.journal-card__media { aspect-ratio: 4 / 3; }
.journal-card__body { padding-top: 23px; }
.journal-page .journal-card h2,
.journal-single .journal-card h2 {
  margin: 17px 0 12px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.025em;
}
.journal-card__body > p { margin: 0; font-size: 14px; }
.journal-card .journal-read-link { margin-top: 19px; }
.journal-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 80px;
}
.journal-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #ccc8c1;
  color: #555;
  font-size: 12px;
}
.journal-pagination .current,
.journal-pagination a:hover { border-color: #111; color: #fff; background: #111; }
.journal-empty { padding: 100px 0; text-align: center; }

/* Journal single */
.journal-article__header {
  padding: clamp(110px, 13vw, 190px) 24px clamp(60px, 8vw, 105px);
  color: #fff;
  background: #050505;
}
.journal-article__heading { max-width: 980px; margin: 0 auto; }
.journal-back {
  display: inline-block;
  margin-bottom: clamp(50px, 7vw, 90px);
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.journal-article__header .journal-meta { color: #999; }
.journal-article__header .journal-meta a { color: #fff; }
.journal-article h1 {
  max-width: 950px;
  margin: 25px 0 0;
  font-size: clamp(42px, 7.5vw, 102px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.journal-article__lead { max-width: 720px; margin: 34px 0 0; color: #bbb; font-size: 20px; line-height: 1.65; }
.journal-article__hero { max-width: 1320px; margin: 0 auto; background: #ddd; }
.journal-article__hero img { width: 100%; max-height: 760px; display: block; object-fit: cover; }
.journal-article__layout {
  max-width: 1040px;
  display: grid;
  grid-template-columns: 120px minmax(0, 760px);
  gap: 50px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 110px) 24px;
}
.journal-share { position: sticky; top: 130px; align-self: start; display: grid; gap: 12px; }
.journal-share span { margin-bottom: 7px; color: #999; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.journal-share a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #aaa; border-radius: 50%; font-size: 10px; }
.journal-share a:hover { color: #fff; background: #111; }
.journal-article__content { min-width: 0; font-size: clamp(17px, 1.5vw, 19px); line-height: 1.85; }
.journal-article__content {
  width: 100%;
  max-width: 760px;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.journal-article__content *,
.journal-article__content *::before,
.journal-article__content *::after {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.journal-article__content [style*="position:absolute"],
.journal-article__content [style*="position: absolute"],
.journal-article__content [style*="position:fixed"],
.journal-article__content [style*="position: fixed"] {
  position: static !important;
  inset: auto !important;
  transform: none !important;
}
.journal-article__content [style*="width"],
.journal-article__content [style*="min-width"] {
  min-width: 0 !important;
}
.journal-article__content iframe,
.journal-article__content video,
.journal-article__content table {
  width: 100% !important;
}
.journal-article__content iframe,
.journal-article__content video { aspect-ratio: 16 / 9; height: auto !important; }
.journal-article__content > :first-child { margin-top: 0; }
.journal-article__content h2 { margin: 2.2em 0 .7em; font-size: clamp(28px, 3vw, 42px); line-height: 1.15; }
.journal-article__content h3 { margin: 1.8em 0 .6em; font-size: 25px; }
.journal-article__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 2.2em auto;
  cursor: zoom-in;
  transition: opacity .25s ease;
}
.journal-article__content img:hover { opacity: .9; }
.journal-article__content button { display: none !important; }
.journal-article__content [data-hook="post-title"],
.journal-article__content ul:has(.time-ago) { display: none !important; }
.journal-lightbox[hidden] { display: none; }
.journal-lightbox {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 60px);
  background: rgba(0, 0, 0, .94);
  cursor: zoom-out;
  animation: journal-lightbox-in .22s ease both;
}
.journal-lightbox__image {
  max-width: 100%;
  max-height: calc(100dvh - 100px);
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: default;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
}
.journal-lightbox__close {
  position: fixed;
  z-index: 1;
  top: 18px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 0;
  color: #fff;
  background: transparent;
  font: 300 42px/1 Arial, sans-serif;
  cursor: pointer;
}
.journal-lightbox__caption {
  position: fixed;
  bottom: 15px;
  left: 50%;
  max-width: min(760px, calc(100vw - 40px));
  margin: 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  transform: translateX(-50%);
}
body.journal-lightbox-open { overflow: hidden; }
.eyesmodel-form-status {
  width: 100%;
  margin: 14px 0 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
@keyframes journal-lightbox-in { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .journal-lightbox { animation: none; }
  .journal-article__content img { transition: none; }
}
.journal-post-nav {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
  padding: 0 24px 100px;
}
.journal-post-nav > div:last-child { text-align: right; }
.journal-post-nav a { font-size: clamp(16px, 2vw, 23px); line-height: 1.35; }
.journal-post-nav span { display: block; margin-bottom: 8px; color: #999; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.journal-related { padding: 100px 0; background: #fff; }
.journal-related__header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.journal-related__header .journal-kicker { grid-column: auto; }
.journal-related__header h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); }

@media (max-width: 900px) {
  .journal-hero__inner { grid-template-columns: 1fr; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-feature__media { aspect-ratio: 16 / 10; }
  .journal-feature__media { min-height: 0; max-height: none; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journal-article__layout { grid-template-columns: 1fr; }
  .journal-share { position: static; display: flex; align-items: center; }
  .journal-share span { margin: 0 8px 0 0; }
}

@media (max-width: 600px) {
  .journal-hero { padding-top: 80px; }
  .journal-hero h1 { font-size: clamp(58px, 25vw, 96px); }
  .journal-categories__inner { gap: 22px; }
  .journal-feature { min-height: 0; }
  .journal-feature__body { padding: 30px 24px 36px; }
  .journal-grid { grid-template-columns: 1fr; gap: 50px; }
  .journal-card__media { aspect-ratio: 16 / 11; }
  .journal-post-nav { grid-template-columns: 1fr; }
  .journal-post-nav > div:last-child { text-align: left; }
  .journal-related { padding: 70px 0; }
}

/* Fix 150+ section background */
.comp-lnbxxq9j1, .comp-lnbxxq8b {
    background-color: #ffffff !important;
}
.comp-lnbxxq9j1 .LNYVZi, .comp-lnbxxq8b .LNYVZi {
    background-color: #ffffff !important;
}@media screen and (min-width: 960px){

/* Fix slider width */
#comp-jp5h5l1p, #comp-l07wrlgs {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}}

/* Fix Wix FOUC (Flash of Unstyled Content) */
.qe3oTb {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.wixui-section, .wixui-column-strip, .wixui-column-strip__column {
    position: relative;
}

.QG9w8P, .ROWgFb, .ktMZav, .etSQ9j {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.bgImage, .wix-image-replaced {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.bgImage img, .wix-image-replaced img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================

/* HIDE WIX FOOTER GLOBALLY */
#SITE_FOOTER, #SITE_FOOTER_WRAPPER, #SITE_FOOTER-placeholder { display: none !important; }@media screen and (min-width: 960px){



/* ---- HERO BANNER REDESIGN (SCHOOL PAGE) ---- */
#comp-igqnfidc {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 85vh !important;
    width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background-color: #000 !important;
    overflow: hidden !important;
}}

/* Background Image Overlay */
#bgLayers_mediajfauscwg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
}
#bgLayers_mediajfauscwg::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.65) !important; /* Dark overlay */
    z-index: 1 !important;
}@media screen and (min-width: 960px){
#comp-igqnfidc .Ak0vpt {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}}@media screen and (min-width: 960px){

/* Hide empty wix lines */
#comp-igqnfidc .wixui-horizontal-line {
    display: none !important;
}}@media screen and (min-width: 960px){

/* EYESMODEL SCHOOL text container */
#i2epz4bn_0 {
    margin-bottom: 5px !important;
    text-align: center !important;
}}@media screen and (min-width: 960px){

#i2epz4bn_0 h3 span {
    font-size: 42px !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
}}@media screen and (min-width: 960px){
#i2epz4bn_0 h3 > span > span > span > span:first-child {
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
}}@media screen and (min-width: 960px){


/* ALL EYES ON US text */
#comp-jp5enci3 {
    margin-top: 15px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    width: auto !important;
}}@media screen and (min-width: 960px){
#comp-jp5enci3 h2 span[style*="background-color"] {
    background-color: #000 !important;
    color: #fff !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    letter-spacing: 0.4em !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}}@media screen and (min-width: 960px){

/* Buttons Container Area */
#i2epz4bn_1, #comp-l1f228dw {
    width: 100% !important;
    max-width: 320px !important;
    margin: 10px auto !important;
    display: flex !important;
    justify-content: center !important;
}}@media screen and (min-width: 960px){
#i2epz4bn_1 a, #comp-l1f228dw a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 50px !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 25px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease !important;
}}@media screen and (min-width: 960px){
#i2epz4bn_1 a:hover, #comp-l1f228dw a:hover {
    background: #fff !important;
    color: #000 !important;
}}@media screen and (min-width: 960px){

/* DISCOUNT BLOCK (СКИДКА ДО 30 %) */
#comp-lnbxxq9f {
    background-color: #000 !important;
    padding: 40px 20px !important;
    text-align: center !important;
}}@media screen and (min-width: 960px){
#comp-l92ss71u {
    margin-bottom: 15px !important;
}}@media screen and (min-width: 960px){
#comp-l92ss71u h2 span {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #fff !important;
}}@media screen and (min-width: 960px){
#comp-kabahae0 h2 {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 1.5 !important;
}}@media screen and (min-width: 960px){

/* legacy Wix-desktop-on-mobile transform removed — native Wix mobile layouts are served now (template-parts/*-wix-mobile.php) */

#comp-kabahae0 h2 span[style*="rgb(226, 28, 33)"] {
    color: #e21c21 !important;
    font-weight: 800 !important;
    font-size: 18px !important;
}}@media screen and (min-width: 960px){

/* legacy Wix-desktop-on-mobile transform removed — native Wix mobile layouts are served now (template-parts/*-wix-mobile.php) */


#i2epz4bn_0 h3 {
    text-align: center !important;
}}@media screen and (min-width: 960px){
#i2epz4bn_0 h3 > span > span > span {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    line-height: 1.1 !important;
    font-weight: 300 !important;
    font-size: 38px !important;
    letter-spacing: 0.02em !important;
}}
[data-mesh-id="mediajfauscwginlineContent-gridContainer"] {
    padding: 60px 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 85vh !important;
}

/* Ensure column and its background layer take full space */
#mediajfauscwg {
    width: 100% !important;
    height: 100% !important;
    min-height: 85vh !important;
}
#bgLayers_mediajfauscwg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}


/* Force background image elements to fill completely */
#bgMedia_mediajfauscwg,
#bgMedia_mediajfauscwg wow-image,
#bgMedia_mediajfauscwg wow-image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}@media screen and (min-width: 960px){


/* Force parent containers of the hero to be full width without padding */
[data-mesh-id="comp-lnbxxq9einlineContent-gridContainer"],
#comp-lnbxxq9e,
#comp-lnbxxq9e > div,
[data-mesh-id="comp-lnbxxq9einlineContent"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}}@media screen and (min-width: 960px){


/* Remove massive Wix margins inside the hero content */
#i2epz4bn_0, #comp-jp5enci3, #i2epz4bn_1, #comp-l1f228dw {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}}@media screen and (min-width: 960px){
#i2epz4bn_0 {
    margin-bottom: 5px !important;
}}@media screen and (min-width: 960px){
#comp-jp5enci3 {
    margin-top: 15px !important;
    margin-bottom: 40px !important;
}}@media screen and (min-width: 960px){
#i2epz4bn_1, #comp-l1f228dw {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}}

/* Also remove fixed min-heights from Wix on the inner columns */
#mediajfauscwg, [data-mesh-id="mediajfauscwginlineContent-gridContainer"] {
    margin: 0 !important;
}@media screen and (min-width: 960px){


/* Force the inner columns to fill the full height of the hero section */
#comp-igqnfidc .Ak0vpt {
    flex-grow: 1 !important;
    min-height: 100% !important;
    height: 100% !important;
}}

#mediajfauscwg {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    height: 100% !important;
}

/* Make sure the content stretches */
[data-mesh-id="mediajfauscwginlineContent-gridContainer"] {
    flex-grow: 1 !important;
    height: 100% !important;
}

/* Model portfolio photos: equal portrait crops keep the two-column grid
 * aligned even when the imported source files have different dimensions. */
@media screen and (min-width: 960px) {
  body.has-generated-model-profile .model-photo-grid-section,
  body.has-generated-model-profile .model-photo-grid-section > [data-mesh-id$="inlineContent"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.has-generated-model-profile .model-photo-grid {
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: min(860px, calc(100vw - 430px)) !important;
    min-width: 0 !important;
    max-width: 860px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 28px 32px 64px auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.has-generated-model-profile .model-photo-grid > .model-photo-grid__item,
  body.has-generated-model-profile .model-photo-grid > .model-photo-grid__item:first-child {
    position: relative !important;
    inset: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    grid-area: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 2 / 3 !important;
    margin: 0 !important;
    overflow: hidden !important;
    align-self: stretch !important;
    justify-self: stretch !important;
  }

  body.has-generated-model-profile .model-photo-grid__item > *,
  body.has-generated-model-profile .model-photo-grid__item img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
  }

  body.has-generated-model-profile .model-photo-grid__item img {
    object-fit: cover !important;
    object-position: center top !important;
  }
}

@media screen and (max-width: 959px) {
  body.has-generated-model-profile .model-photo-grid-section,
  body.has-generated-model-profile .model-photo-grid-section > [data-mesh-id$="inlineContent"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.has-generated-model-profile .model-photo-grid {
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 14px 28px !important;
    box-sizing: border-box !important;
  }

  body.has-generated-model-profile .model-photo-grid > .model-photo-grid__item {
    position: relative !important;
    inset: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    grid-area: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: calc((100vw - 42px) * 519 / 738) !important;
    min-height: 0 !important;
    aspect-ratio: 369 / 519 !important;
    margin: 0 !important;
    overflow: hidden !important;
    align-self: stretch !important;
    justify-self: stretch !important;
  }

  body.has-generated-model-profile .model-photo-grid > .model-photo-grid__item:first-child {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    height: calc((100vw - 42px) * 519 / 738) !important;
    aspect-ratio: 369 / 519 !important;
  }

  body.has-generated-model-profile .model-photo-grid__item > *,
  body.has-generated-model-profile .model-photo-grid__item img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
  }

  body.has-generated-model-profile .model-photo-grid__item img {
    object-fit: cover !important;
    object-position: center top !important;
  }
}

/* === 1:1 parity fixes (2026-07-26) === */
.site-nav__link.is-active {
  outline: 1px solid #fff;
  outline-offset: 3px;
}
.site-nav__item--more .site-nav__link {
  text-transform: none;
  cursor: default;
}
.header-social a { background: transparent; }
.header-social a:hover { background: transparent; opacity: .8; }

/* Mobile already has the fixed contact bar at the bottom, so repeating VK and
 * Telegram in the header adds duplicate actions and an unnecessary second row. */
@media screen and (max-width: 959px) {
  :root {
    --header-height: 60px;
  }

  .site-header {
    height: 60px;
  }

  .header-social {
    display: none !important;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
  }
}

@media screen and (max-width: 480px) {
  body.home {
    --header-height: 60px !important;
  }

  body.home .site-header {
    height: 60px !important;
  }

  body.home .site-header__inner {
    padding-top: 0 !important;
  }
}

/* The native Wix mobile canvas is exactly 320px wide. A legacy desktop hero
 * rule adds 20px horizontal padding to that canvas, shifting every child and
 * clipping the longer manager-consultation button. Restore the mobile axis and
 * give the long button its rendered width before centering it. */
@media screen and (max-width: 959px) {
  body.home [data-mesh-id="mediajfauscwginlineContent-gridContainer"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.home #comp-l1f228dw {
    left: 35px !important;
    width: 250px !important;
    max-width: 250px !important;
  }

  body.home #comp-l1f228dw a {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Wix normally starts these entrance animations through its runtime. The
 * cloned production page has the animation CSS but not that runtime, leaving
 * animated copy at opacity: 0 forever on mobile. */
@media screen and (max-width: 959px) {
  body.page-id-331.device-mobile-optimized #ilim0 [id] {
    animation-play-state: running !important;
  }
}

/* The cloned makeup-school layouts retain Wix's paused entrance animations.
 * Without the Wix runtime, large decorative images and content blocks remain
 * transparent. Run those animations and restore this page's source header
 * geometry without changing the shared header on other routes. */
body.page-id-271 #SITE_PAGES [id] {
  animation-play-state: running !important;
}

body.page-id-271 #SITE_PAGES .bgVideoposter,
body.page-id-271 #SITE_PAGES .bgVideoposter img {
  opacity: 1 !important;
}

body.page-id-271 .site-nav__item--more {
  display: none !important;
}

@media screen and (min-width: 960px) {
  body.page-id-271 .site-header__inner {
    width: min(calc(100% - 64px), 1246px);
  }

  body.page-id-271 .site-logo,
  body.page-id-271 .site-logo__mark {
    width: 90px !important;
    height: 44px !important;
  }

  body.page-id-271 .site-logo__mark {
    object-fit: contain;
  }
}

@media screen and (max-width: 959px) {
  body.page-id-271 {
    --header-height: 90px !important;
  }

  body.page-id-271 .site-header {
    height: 90px !important;
  }

  body.page-id-271 .site-header__inner {
    height: 89px;
  }

  body.page-id-271 .site-logo {
    width: 55px !important;
    height: 32px !important;
    margin-left: 5px;
    transform: translateY(-14px);
  }

  body.page-id-271 .site-logo__mark {
    width: 55px !important;
    height: 32px !important;
    object-fit: contain;
  }

  body.page-id-271 .menu-toggle {
    align-items: flex-end;
    transform: translateY(-14px);
  }

  body.page-id-271 .menu-toggle__line {
    width: 22px;
    height: 2px;
  }
}

@media screen and (min-width: 960px) {
  html body.home #comp-igqnfidc #mediajfauscwg #img_mediajfauscwg img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 585px !important;
    min-height: 585px !important;
    max-height: 585px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* === Wix blog feed 1:1 (2026-07-26) ============================== */
.wixfeed-page {
  background: #fff;
  padding: 100px 0 80px;
}
.wixfeed-list {
  width: 943px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wixfeed-card {
  display: flex;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: #fff;
  height: 340px;
  overflow: hidden;
}
.wixfeed-card__media {
  flex: 0 0 452px;
  display: block;
  overflow: hidden;
}
.wixfeed-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wixfeed-card__body {
  position: relative;
  flex: 1 1 auto;
  padding: 62px 48px 30px 40px;
  overflow: hidden;
}
.wixfeed-card__menu {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #333;
  font-size: 18px;
  line-height: 1;
}
.wixfeed-card__title {
  margin: 0 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.65;
  font-weight: 700;
  color: #000;
  text-transform: none;
}
.wixfeed-card__title a { color: inherit; text-decoration: none; }
.wixfeed-card__excerpt {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wixfeed-pagination {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 48px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.wixfeed-pagination a { color: #333; text-decoration: none; }
.wixfeed-pagination .is-current { color: #000; font-weight: 700; }

@media (max-width: 1024px) {
  .wixfeed-card { height: auto; flex-direction: column; }
  .wixfeed-card__media { flex-basis: auto; }
  .wixfeed-card__media img { height: 240px; }
  .wixfeed-card__body { padding: 26px 22px; }
}

/* === Wix single post 1:1 ======================================== */
.wixpost-page {
  background: #fff;
  padding: 0 0 90px;
}
.wixpost-card {
  width: 940px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-top: 0;
  padding: 50px 80px 70px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
.wixpost-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 26px;
  font-size: 13px;
  color: #444;
}
.wixpost-menu { margin-left: auto; color: #333; font-size: 17px; }
.wixpost-title {
  margin: 0 0 16px;
  max-width: 700px;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 700;
  color: #000;
  text-transform: none;
}
.wixpost-updated {
  margin: 0 0 34px;
  font-size: 13px;
  color: #444;
}
.wixpost-content {
  font-size: 18px;
  line-height: 1.75;
  color: #222;
}
.wixpost-content h2 { font-size: 28px; font-weight: 700; margin: 38px 0 16px; color: #000; text-transform: none; }
.wixpost-content h3 { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; margin: 28px 0 10px; color: #000; text-transform: none; }
.wixpost-content p { margin: 0 0 16px; }
.wixpost-content ul, .wixpost-content ol { margin: 0 0 16px 24px; }
.wixpost-content img { max-width: 100%; height: auto; display: block; margin: 26px auto; }
.wixpost-recent {
  width: 940px;
  max-width: calc(100% - 40px);
  margin: 40px auto 0;
}
.wixpost-recent__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 18px;
  text-transform: none;
}
.wixpost-recent__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wixpost-recent__card {
  border: 1px solid rgba(51, 51, 51, 0.2);
  text-decoration: none;
  color: #000;
  background: #fff;
}
.wixpost-recent__card img { width: 100%; height: 170px; object-fit: cover; display: block; }
.wixpost-recent__card h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 14px 16px 18px;
  text-transform: none;
}
@media (max-width: 900px) {
  .wixpost-card { padding: 34px 22px 50px; }
  .wixpost-recent__grid { grid-template-columns: 1fr; }
}
@media (max-width: 959px) { .site-nav__item--more { display: none; } }
/* Visible mobile-first context restored after the Wix mobile export. */
.mobile-seo-content {
	box-sizing: border-box;
	width: 100%;
	padding: 42px 24px 120px;
	background: #000;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
}

.mobile-seo-content h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(24px, 7vw, 34px);
	line-height: 1.15;
}

.mobile-seo-content p {
	max-width: 760px;
	margin: 0 auto 14px;
	color: #fff;
	font-size: 16px;
	line-height: 1.65;
}

@media (min-width: 769px) {
	.mobile-seo-content {
		display: none;
	}
}

/* The Wix contacts export relies on the page background for its white copy. */
@media (max-width: 768px) {
	body.page-id-274,
	body.page-id-274 #site-root,
	body.page-id-274 #masterPage,
	body.page-id-274 #PAGES_CONTAINER,
	body.page-id-274 #SITE_PAGES,
	body.page-id-274 #czpg,
	body.page-id-274 #Containerczpg,
	body.page-id-274 #comp-lnbxxqbs,
	body.page-id-274 #comp-lnbxxqbt,
	body.page-id-274 #comp-lnbxxqbu,
	body.page-id-274 #comp-lnbxxqbs [data-testid="colorUnderlay"],
	body.page-id-274 #comp-lnbxxqbt [data-testid="colorUnderlay"],
	body.page-id-274 #comp-lnbxxqbu [data-testid="colorUnderlay"] {
		background-color: #000 !important;
	}
}

/* Desktop and mobile intentionally use different navigation information. */
.site-nav__list--mobile {
	display: none;
}

@media (max-width: 959px) {
	.site-nav__list--desktop {
		display: none !important;
	}

	.site-nav__list--mobile {
		display: block !important;
	}

	.site-nav {
		align-items: flex-start;
		justify-content: flex-start;
		right: auto;
		width: min(100%, 320px);
		padding: 137px 28px 48px;
		background: #000;
	}

	.site-nav__list--mobile {
		width: 100%;
		max-width: none;
	}

	.site-nav__list--mobile .site-nav__item {
		min-height: 52px;
		border-bottom: 0;
	}

	.site-nav__list--mobile .site-nav__link {
		flex: 1 1 auto;
		padding: 12px 0;
		font-size: 18px;
		line-height: 28px;
	}

	.site-nav__list--mobile .submenu-toggle {
		width: 50px;
		height: 52px;
	}

	.site-nav__list--mobile .submenu-toggle span {
		border-color: #34363a;
	}

	.site-nav__list--mobile .site-nav__submenu {
		left: auto !important;
		padding-left: 18px;
		transform: none !important;
	}

	.site-nav__list--mobile .site-nav__submenu a {
		padding: 10px 0;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		line-height: 24px;
	}
}

/* Search-oriented secondary navigation matching the established Wix sitelinks. */
.home-serp-links {
	box-sizing: border-box;
	width: 100%;
	padding: 42px max(24px, calc((100% - 1080px) / 2)) 120px;
	background: #000;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
}

.home-serp-links__title {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.home-serp-links ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(255, 255, 255, .18);
}

.home-serp-links a {
	display: flex;
	align-items: center;
	min-height: 72px;
	padding: 16px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
}

.home-serp-links a:hover,
.home-serp-links a:focus-visible {
	background: #171717;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.home-serp-links {
		padding: 36px 20px 120px;
	}

	.home-serp-links ul {
		grid-template-columns: 1fr;
	}

	.home-serp-links a {
		min-height: 54px;
	}
}

/* Restore the small piece of Wix runtime needed by the imported makeup page. */
body.page-id-271 wix-video {
	position: relative;
	overflow: hidden;
}

body.page-id-271 wix-video video {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	opacity: 0 !important;
	transition: opacity .3s ease;
}

body.page-id-271 wix-video.eyesmodel-video-playing video {
	opacity: 1 !important;
}

body.page-id-271 wix-video .bgVideoposter {
	z-index: 0 !important;
	opacity: 1 !important;
	transition: opacity .3s ease;
}

body.page-id-271 #SITE_PAGES wix-video.eyesmodel-video-playing .bgVideoposter,
body.page-id-271 #SITE_PAGES wix-video.eyesmodel-video-playing .bgVideoposter img {
	opacity: 0 !important;
}

body.page-id-271 #comp-m9q0aon03 [data-testid="slidesWrapper"] {
	transition: opacity .16s ease;
}

body.page-id-271 #comp-m9q0aon03 [data-testid="slidesWrapper"].eyesmodel-review-changing {
	opacity: 0;
}

body.page-id-271 #comp-m9q0aon03 nav a {
	cursor: pointer;
}

@media (min-width: 769px) {
	/*
	 * Wix used a custom element to calculate this repeater. The imported
	 * markup already contains all four cards; provide the same final grid
	 * geometry so it remains visible without loading Wix's runtime.
	 */
	body.page-id-271 #comp-m9q0aokp,
	body.page-id-271 #comp-m9q0aokp_wrapper {
		height: 612px !important;
	}

	body.page-id-271 #comp-m9q0aokp fluid-columns-repeater {
		box-sizing: border-box;
		display: grid !important;
		grid-template-columns: repeat(2, 649px);
		grid-template-rows: repeat(2, 286px);
		gap: 40px;
		width: 1338px !important;
		height: 612px !important;
		margin: 0 auto;
		visibility: visible !important;
	}

	body.page-id-271 #comp-m9q0aokp .wixui-repeater__item {
		width: 649px !important;
		height: 286px !important;
	}
}
#bgImg_comp-m9q0aokc {
  background-image: url("assets/d0a7f7_8d3df32e15b54f609a4de4d0b1317d74~mv2.jpg") !important;
  background-repeat: repeat !important;
  background-position: center center !important;
  background-size: 564px 846px !important;
}
